LICENSE
README.md
pyproject.toml
actenon_scan/__init__.py
actenon_scan/__main__.py
actenon_scan/baseline.py
actenon_scan/cli.py
actenon_scan/engine.py
actenon_scan/suppress.py
actenon_scan.egg-info/PKG-INFO
actenon_scan.egg-info/SOURCES.txt
actenon_scan.egg-info/dependency_links.txt
actenon_scan.egg-info/entry_points.txt
actenon_scan.egg-info/requires.txt
actenon_scan.egg-info/top_level.txt
actenon_scan/detectors/__init__.py
actenon_scan/detectors/guards.py
actenon_scan/detectors/reachability.py
actenon_scan/detectors/sinks.py
actenon_scan/report/__init__.py
actenon_scan/report/json_out.py
actenon_scan/report/pretty.py
actenon_scan/report/sarif.py
actenon_scan/rules/__init__.py
actenon_scan/rules/default_rules.json
actenon_scan/rules/loader.py
tests/test_baseline_suppress.py
tests/test_cli.py
tests/test_guards.py
tests/test_reachability.py
tests/test_sarif.py
tests/test_sinks.py
tests/fixtures/safe/not_an_agent.py
tests/fixtures/safe/refund_tool_actenon.py
tests/fixtures/safe/refund_tool_generic.py
tests/fixtures/vulnerable/delete_tool.py
tests/fixtures/vulnerable/deploy_tool.py
tests/fixtures/vulnerable/refund_tool.py
tests/fixtures/vulnerable/replit_incident.py