New: five audience-targeted runnable demos + architecture docs #2
cognis-digital
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We added five narrated, runnable demo scenarios under
demos/, each written for a different FedRAMP audience and driving the real fedramplens API over bundled boundary fixtures, fully offline (exit 0):01_pm_authorization_readiness.py— Program Managers: a portfolio ATO-readiness gate with an escalation list.02_assessor_sarif_review.py— 3PAOs/assessors: findings as a SARIF 2.1.0 log for code-scanning.03_platform_engineer_boundary_map.py— platform engineers: Mermaid + Graphviz boundary map and unencrypted-crossing (SC-8) findings.04_isso_oscal_packages.py— ISSOs: generate and inspect the OSCAL SSP and POA&M.05_offline_control_enrichment.py— air-gapped ISSOs/assessors: resolve real NIST 800-53 rev5 control titles offline, with graceful degrade.Run them all with
PYTHONUTF8=1 python demos/run_all.py. New docs:docs/ARCHITECTURE.md(boundary -> OSCAL Mermaid flow) anddocs/DEMOS.md(audience table). Feedback welcome.All reactions