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

2.7 KiB

BeyondCorp Zero Trust Standards & References

NIST SP 800-207: Zero Trust Architecture

  • Section 2: Zero Trust Tenets - defines the core principles BeyondCorp implements
  • Section 3.1: Policy Engine (PE) and Policy Administrator (PA) - maps to IAP and Access Context Manager
  • Section 3.2: Trust Algorithm - corresponds to Access Levels evaluation
  • Section 4.1: Device Agent/Gateway-Based Deployment - matches BeyondCorp connector model
  • URL: https://csrc.nist.gov/publications/detail/sp/800-207/final

CISA Zero Trust Maturity Model v2.0 (April 2023)

  • Identity Pillar: MFA enforcement, continuous validation - maps to IAP re-authentication
  • Device Pillar: Device health monitoring, compliance enforcement - maps to Endpoint Verification
  • Network Pillar: Micro-segmentation, encrypted traffic - maps to IAP tunnel encryption
  • Application Pillar: Application access authorization - maps to per-service IAP policies
  • Data Pillar: Data access governance, DLP - maps to Chrome Enterprise Premium DLP
  • URL: https://www.cisa.gov/zero-trust-maturity-model

Google BeyondCorp Papers

Google Cloud IAP Documentation

NIST SP 800-63-3: Digital Identity Guidelines

DoD Zero Trust Reference Architecture v2.0