LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
verify.py
.github/workflows/python-app.yml
agentcorrect/__init__.py
agentcorrect/__main__.py
agentcorrect/cli.py
agentcorrect/compliance.py
agentcorrect/coverage.py
agentcorrect/detectors_ultimate.py
agentcorrect/detectors_v4_fixed.py
agentcorrect/ingest.py
agentcorrect/normalize.py
agentcorrect/output.py
agentcorrect/output_v4.py
agentcorrect/rego.py
agentcorrect/util.py
agentcorrect.egg-info/PKG-INFO
agentcorrect.egg-info/SOURCES.txt
agentcorrect.egg-info/dependency_links.txt
agentcorrect.egg-info/entry_points.txt
agentcorrect.egg-info/requires.txt
agentcorrect.egg-info/top_level.txt
agentcorrect/fixtures/clean.jsonl
agentcorrect/fixtures/counter_payment_with_idem.jsonl
agentcorrect/fixtures/counter_sql_where.jsonl
agentcorrect/fixtures/sev0_payment_no_idem.jsonl
agentcorrect/fixtures/sev0_payment_paypal_no_key.jsonl
agentcorrect/fixtures/sev0_payment_square_no_key.jsonl
agentcorrect/fixtures/sev0_payment_stripe_no_key.jsonl
agentcorrect/fixtures/sev0_sql_delete.jsonl
agentcorrect/fixtures/sev0_sql_unbounded.jsonl
agentcorrect/fixtures/sev1_pii_unapproved.jsonl
agentcorrect/fixtures/clean/redis-get.jsonl
agentcorrect/fixtures/clean/sql-with-where.jsonl
agentcorrect/fixtures/clean/square-with-idem.jsonl
agentcorrect/fixtures/clean/stripe-case-insensitive.jsonl
agentcorrect/fixtures/clean/stripe-with-idem.jsonl
agentcorrect/fixtures/disasters/mongo-drop.jsonl
agentcorrect/fixtures/disasters/paypal-no-idem.jsonl
agentcorrect/fixtures/disasters/redis-flushall.jsonl
agentcorrect/fixtures/disasters/sql-no-where.jsonl
agentcorrect/fixtures/disasters/sql-tautology.jsonl
agentcorrect/fixtures/disasters/square-no-idem.jsonl
agentcorrect/fixtures/disasters/stripe-no-idem.jsonl
examples/trace_converter.py