LICENSE
MANIFEST.in
README.md
README.zh-CN.md
constraints.txt
pyproject.toml
agent_police.egg-info/PKG-INFO
agent_police.egg-info/SOURCES.txt
agent_police.egg-info/dependency_links.txt
agent_police.egg-info/entry_points.txt
agent_police.egg-info/requires.txt
agent_police.egg-info/top_level.txt
agentpolice/__init__.py
agentpolice/canary.py
agentpolice/cli.py
agentpolice/client.py
agentpolice/models.py
agentpolice/report.py
agentpolice/runner.py
agentpolice/store.py
agentpolice/wire.py
agentpolice/data/__init__.py
agentpolice/data/packages.json
agentpolice/data/signatures.json
agentpolice/detect/__init__.py
agentpolice/detect/fingerprint.py
agentpolice/detect/inspect.py
agentpolice/detect/toolcall.py
agentpolice/detect/typosquat.py
agentpolice/detect/urls.py
agentpolice/probes/__init__.py
agentpolice/probes/ac1.py
agentpolice/probes/ac1a.py
agentpolice/probes/ac2.py
agentpolice/probes/base.py
agentpolice/probes/hygiene.py
agentpolice/server/__init__.py
agentpolice/server/app.py
agentpolice/server/dnscanary.py
agentpolice/server/guard.py
agentpolice/server/jobs.py
agentpolice/server/static/app.js
agentpolice/server/static/copy.js
agentpolice/server/static/gate.html
agentpolice/server/static/i18n.js
agentpolice/server/static/index.html
agentpolice/server/static/style.css
agentpolice/server/static/en/gate.html
agentpolice/server/static/en/index.html
tests/test_detectors.py
tests/test_dnscanary.py
tests/test_end_to_end.py
tests/test_hosted_canary.py
tests/test_packaging.py
tests/test_seo.py
tests/test_server.py