Claude 24f816b6a3
Consolidate 22 sibling repos into layered organism structure
Place useful parts of the surrounding repos into sica-fondt by layer, per the
body model (Ada = membrane; brain/endocrine/capabilities/knowledge non-Ada):

- brain/        LLM reasoning + providers (dapr, hermes, MoMoA)
- capabilities/ REPRAG sidecars: hermes tools/skills, dapr tools, parallel
                dispatch, A51 channels, and the OSINT cluster
- knowledge/    LORAG corpus: 754 cyber-skills, agency personas, secure-coding,
                MITRE ATT&CK data
- reference/    defensive threat-reference (C3, shhbruh doc) + AdaYaml parser

License handling: AGPL sources (worldosint, advanced_evolution, mercury,
Reticulum) and GPL DeTTECT are SPEC-only clean-room/port descriptions — no
copyleft code copied. MIT/Apache/data parts copied as working trees.

Safety: shhbruh escape/persistence material and C3 covert-C2 kept as reference
only, not wired into the running organism. See CONSOLIDATION.md.

https://claude.ai/code/session_01UehUqEXXJJCsHoA4voCU5c
2026-06-10 06:53:01 +00:00

708 B

Workflows - RBAC Hardening

Hardening Workflow

  1. Audit all existing ClusterRoleBindings and RoleBindings
  2. Identify overprivileged accounts (cluster-admin sprawl)
  3. Create namespace-scoped Roles with minimum required permissions
  4. Migrate workloads to dedicated service accounts
  5. Disable automountServiceAccountToken on default service accounts
  6. Integrate OIDC for user authentication
  7. Deploy RBAC monitoring and alerting
  8. Schedule quarterly RBAC reviews

Continuous Compliance

  • Weekly: automated RBAC audit with rbac-lookup
  • Monthly: review new RoleBindings created in past 30 days
  • Quarterly: full access review with stakeholder sign-off
  • Annually: penetration test RBAC boundaries