LICENSE
README.md
pyproject.toml
src/stoa/__init__.py
src/stoa/agent_detection.py
src/stoa/ai_rules.py
src/stoa/ai_taint.py
src/stoa/approvals.py
src/stoa/ast_layer.py
src/stoa/cli.py
src/stoa/config.py
src/stoa/diff.py
src/stoa/dimensions.py
src/stoa/flow.py
src/stoa/git_metadata.py
src/stoa/github.py
src/stoa/integration_detection.py
src/stoa/models.py
src/stoa/redaction.py
src/stoa/registry_diff.py
src/stoa/report_html.py
src/stoa/report_json.py
src/stoa/risk_detection.py
src/stoa/rules.py
src/stoa/sarif.py
src/stoa/scanner.py
src/stoa/suppressions.py
src/stoa/traversal.py
src/stoa/data/dimensions.toml
src/stoa/data/model_aliases.toml
src/stoa/templates/stoa.toml
src/stoa/templates/stoa.yml
src/stoa/templates/stoaignore
src/stoa_agent_risk.egg-info/PKG-INFO
src/stoa_agent_risk.egg-info/SOURCES.txt
src/stoa_agent_risk.egg-info/dependency_links.txt
src/stoa_agent_risk.egg-info/entry_points.txt
src/stoa_agent_risk.egg-info/requires.txt
src/stoa_agent_risk.egg-info/top_level.txt
tests/test_agent_detection.py
tests/test_ai_rules_phase2.py
tests/test_ai_taint_phase3.py
tests/test_ast_layer.py
tests/test_cli.py
tests/test_diff.py
tests/test_dimensions_phase4.py
tests/test_flow.py
tests/test_html_escape.py
tests/test_parity.py
tests/test_phase6.py
tests/test_redaction.py
tests/test_registry_diff_phase5.py
tests/test_risk_detection.py
tests/test_suppressions.py