LICENSE
README.md
pyproject.toml
src/stoa/__init__.py
src/stoa/agent_detection.py
src/stoa/cli.py
src/stoa/config.py
src/stoa/diff.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/report_html.py
src/stoa/report_json.py
src/stoa/risk_detection.py
src/stoa/rules.py
src/stoa/scanner.py
src/stoa/suppressions.py
src/stoa/traversal.py
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_cli.py
tests/test_diff.py
tests/test_html_escape.py
tests/test_redaction.py
tests/test_risk_detection.py
tests/test_suppressions.py