LICENSE
README.md
pyproject.toml
agchk/__init__.py
agchk/__main__.py
agchk/audit.py
agchk/cli.py
agchk/config.py
agchk/contribute.py
agchk/maturity.py
agchk/report.py
agchk/sarif.py
agchk/schema.json
agchk/schema.py
agchk/self_review.py
agchk.egg-info/PKG-INFO
agchk.egg-info/SOURCES.txt
agchk.egg-info/dependency_links.txt
agchk.egg-info/entry_points.txt
agchk.egg-info/requires.txt
agchk.egg-info/top_level.txt
agchk/scanners/__init__.py
agchk/scanners/bug_inference.py
agchk/scanners/capability_policy.py
agchk/scanners/code_execution.py
agchk/scanners/completion_closure.py
agchk/scanners/daemon_lifecycle.py
agchk/scanners/excessive_agency.py
agchk/scanners/hidden_llm.py
agchk/scanners/impression_memory.py
agchk/scanners/internal_orchestration.py
agchk/scanners/loop_safety.py
agchk/scanners/memory_freshness.py
agchk/scanners/memory_lifecycle.py
agchk/scanners/memory_patterns.py
agchk/scanners/memory_retrieval_i18n.py
agchk/scanners/observability.py
agchk/scanners/os_architecture.py
agchk/scanners/output_pipeline.py
agchk/scanners/path_filters.py
agchk/scanners/pipeline_middleware_integrity.py
agchk/scanners/plugin_execution_policy.py
agchk/scanners/rag_pipeline_governance.py
agchk/scanners/role_play_orchestration.py
agchk/scanners/runtime_complexity.py
agchk/scanners/secrets.py
agchk/scanners/self_evolution_capability.py
agchk/scanners/skill_duplication.py
agchk/scanners/startup_complexity.py
agchk/scanners/token_usage.py
agchk/scanners/tool_enforcement.py
agchk/scanners/tool_server_boundary.py
tests/test_bug_inference_scanner.py
tests/test_cli.py
tests/test_completion_closure_scanner.py
tests/test_contribute.py
tests/test_excessive_agency.py
tests/test_impression_memory_scanner.py
tests/test_internal_architecture_scanners.py
tests/test_maturity_score.py
tests/test_mercury_runtime_scanners.py
tests/test_observability_scanner.py
tests/test_open_webui_platform_scanners.py
tests/test_os_architecture_scanner.py
tests/test_profile_strictness.py
tests/test_report_schema.py
tests/test_sarif.py
tests/test_scanner_false_positives.py
tests/test_self_evolution_capability.py
tests/test_token_usage_scanner.py