.markdownlint.json
AGENTS.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
RELEASING.md
ROADMAP.md
SECURITY.md
VERSION
VISION.md
audit.sh
pyproject.toml
.github/workflows/blueprint.yml
.github/workflows/lint.yml
.github/workflows/pre-audit.yml
.github/workflows/release.yml
attestation/Cargo.lock
attestation/Cargo.toml
attestation/README.md
attestation/src/lib.rs
attestation/tests/property_tests.rs
bin/__init__.py
bin/attest.py
bin/ci-gate.py
bin/ci_gate.py
bin/extract-report.py
bin/gen_tests.py
bin/llm_audit.py
bin/mcp_server.py
bin/sak_lib.py
bin/static_analysis.py
docs/README.md
docs/agents.md
docs/architecture.md
docs/attestation-levels.md
docs/backends.md
docs/ci.md
docs/mcp-tools.md
docs/quickstart.md
docs/sdk.md
docs/static-analysis.md
docs/design/structured-output-mode-2026-07-18.md
examples/README.md
examples/vulnerable-vault.pre-audit.json
examples/vulnerable-vault.pre-audit.md
examples/agents/README.md
examples/agents/audit_fix_verify.py
examples/agents/mcp_client.py
examples/agents/static_gate.py
examples/ci/pre-audit.yml
examples/vulnerable-vault/Cargo.toml
examples/vulnerable-vault/README.md
examples/vulnerable-vault/src/lib.rs
examples/vulnerable-vault/tests/vault.rs
prompts/audit.md
prompts/checklist.md
references/README.md
references/caviarnine-hyperstake-patterns.md
references/ignition-patterns.md
references/radix-scrypto-knowledge.md
references/strategy-vault-threat-model.md
references/subintents-patterns.md
schema/audit-report.schema.json
schema/mcp-tools.schema.json
scrypto_audit_kit.egg-info/PKG-INFO
scrypto_audit_kit.egg-info/SOURCES.txt
scrypto_audit_kit.egg-info/dependency_links.txt
scrypto_audit_kit.egg-info/entry_points.txt
scrypto_audit_kit.egg-info/requires.txt
scrypto_audit_kit.egg-info/top_level.txt
tests/__init__.py
tests/test_attest.py
tests/test_backends.py
tests/test_examples.py
tests/test_gen_tests.py
tests/test_import_hygiene.py
tests/test_mcp_tools.py
tests/test_packaging.py
tests/test_sak_lib.py
tests/test_security.py
tests/test_static_analysis.py
tests/test_tool_contracts.py