.gitignore
.pre-commit-hooks.yaml
.vercelignore
LICENSE
README.md
ROADMAP.md
SECURITY.md
SLSA.md
action.yml
governance.yaml
pyproject.toml
requirements.txt
server.json
vercel.json
.github/workflows/publish.yml
.github/workflows/release-gate-pr.yml
.github/workflows/release-gate.yml
.github/workflows/tests.yml
benchmark/README.md
benchmark/RESULTS.md
benchmark/cases.yaml
benchmark/run.py
ci-templates/README.md
ci-templates/azure-pipelines.yml
ci-templates/circleci.yml
ci-templates/gitlab-ci.yml
ci-templates/jenkins/Jenkinsfile
docs/ARCHITECTURE.md
docs/AUDIT_BADGE.md
docs/CHANGELOG.md
docs/CONTRIBUTING.md
docs/DEVELOPMENT.md
docs/EXTENDED_README.md
docs/GITHUB_APP_SETUP.md
docs/INTEGRATION_GUIDE.md
docs/POLICY_ENGINE_README.md
docs/QUICKSTART.md
docs/README.md
docs/REFERENCE.md
docs/RULES.md
docs/STATE_OF_AGENT_CODE_SAFETY.md
docs/SUPPORT.md
docs/specs/agent-safety-checks.md
examples/README.md
examples/agent_evals.yaml
examples/agent_example.py
examples/evals.yaml
examples/example-config.yaml
examples/example-phase2-audio.yaml
examples/example-phase2-llm.yaml
examples/example-phase2-video.yaml
examples/governance-failing.yaml
examples/governance-model-profile.yaml
examples/governance-safe-pass.yaml
examples/governance-simple.yaml
examples/governance-unsafe-fail.yaml
examples/governance-working.yaml
examples/governance_complete.yaml
examples/http_agent_server.py
examples/http_demo_evals.yaml
examples/invalid_requests.jsonl
examples/llm_agent.py
examples/loop_agents.py
examples/loop_demo_scenarios.yaml
examples/loop_scenarios.yaml
examples/pricing.lock.json
examples/release-gate-config.yaml
examples/valid_requests.jsonl
examples/demo-code-risk/README.md
examples/demo-code-risk/build_demo.sh
examples/demo-code-risk/fixed/agent.py
examples/demo-code-risk/vulnerable/agent.py
examples/keys/README.md
examples/keys/demo-governance-key.pub
examples/traces/safe-trace.json
examples/traces/unsafe-trace.json
public/demo.html
public/favicon.svg
public/index.html
public/perfect-code.html
public/research.html
release_gate/__init__.py
release_gate/agent_analysis.py
release_gate/agent_score.py
release_gate/audit.py
release_gate/cli.py
release_gate/demo.py
release_gate/evidence_pack.py
release_gate/frameworks.py
release_gate/impact_simulator.py
release_gate/init.py
release_gate/integrations.py
release_gate/llm_verify.py
release_gate/lockfile.py
release_gate/loop_sim.py
release_gate/loop_verifier.py
release_gate/mcp_server.py
release_gate/readiness_scorer.py
release_gate/regression_gate.py
release_gate/report.py
release_gate/rules.py
release_gate/trace_validator.py
release_gate/verify.py
release_gate/web_cta.py
release_gate.egg-info/PKG-INFO
release_gate.egg-info/SOURCES.txt
release_gate.egg-info/dependency_links.txt
release_gate.egg-info/entry_points.txt
release_gate.egg-info/requires.txt
release_gate.egg-info/top_level.txt
release_gate/agent/__init__.py
release_gate/agent/client.py
release_gate/agent/runtime.py
release_gate/checks/__init__.py
release_gate/checks/action_budget.py
release_gate/checks/fallback_declared.py
release_gate/checks/identity_boundary.py
release_gate/checks/input_contract.py
release_gate/crypto/__init__.py
release_gate/crypto/governance_signer.py
release_gate/crypto/governance_verifier.py
release_gate/evals/__init__.py
release_gate/evals/runner.py
release_gate/pricing/__init__.py
release_gate/pricing/budget_simulator.py
release_gate/pricing/lock.py
release_gate/pricing/resolver.py
release_gate_api/__init__.py
release_gate_api/_app.py
release_gate_api/_frontend.py
release_gate_api/auth.py
release_gate_api/db.py
release_gate_api/email_util.py
release_gate_api/github_app.py
release_gate_api/live_scan.py
release_gate_api/main.py
release_gate_api/net_guard.py
release_gate_api/report_pdf.py
schema/README.md
schema/evals.schema.json
schema/governance.schema.json
scripts/bump_version.py
scripts/check_version_sync.py
scripts/comprehensive_demo.py
scripts/diagnostic.py
scripts/embed_frontend.py
scripts/findings_pipeline.py
scripts/findings_pipeline.yaml
scripts/gen_rules_doc.py
scripts/test_v05.bat
scripts/test_v05.ps1
scripts/test_v05_complete.bat
tests/README.md
tests/conftest.py
tests/test_agent_analysis.py
tests/test_agent_client.py
tests/test_agent_score.py
tests/test_agent_score_demo_api.py
tests/test_audit.py
tests/test_audit_input.py
tests/test_benchmark.py
tests/test_budget_simulator.py
tests/test_checks.py
tests/test_crypto.py
tests/test_frameworks.py
tests/test_impact_simulator.py
tests/test_live_scan.py
tests/test_llm_verify.py
tests/test_lockfile.py
tests/test_loop_demo.py
tests/test_loop_sim.py
tests/test_loop_sim_api.py
tests/test_loop_sim_demo_api.py
tests/test_loop_verifier.py
tests/test_mcp_server.py
tests/test_model_profile_integration.py
tests/test_net_guard.py
tests/test_pricing_lock.py
tests/test_pricing_resolver.py
tests/test_questions_api.py
tests/test_release_gate.py
tests/test_report_pdf.py
tests/test_review_fixes.py
tests/test_rules.py
tests/test_runtime_profile.py
tests/test_security_hardening.py
tests/test_split_scores.py
tests/test_v06_features.py
vscode-extension/README.md
vscode-extension/package.json
vscode-extension/tsconfig.json
vscode-extension/src/extension.ts