LICENSE
README.md
mcp_server.py
pyproject.toml
ai_act_companion.egg-info/PKG-INFO
ai_act_companion.egg-info/SOURCES.txt
ai_act_companion.egg-info/dependency_links.txt
ai_act_companion.egg-info/entry_points.txt
ai_act_companion.egg-info/requires.txt
ai_act_companion.egg-info/top_level.txt
app/__init__.py
app/_normalize.py
app/classifier.py
app/cli.py
app/controls.py
app/data_security.py
app/incident.py
app/main.py
app/modelcard.py
app/models.py
app/questionnaire.py
app/redteam.py
app/reports.py
app/scan.py
app/security.py
app/storage.py
app/stride.py
app/knowledge/__init__.py
app/knowledge/ai_security.py
app/knowledge/controls.py
app/knowledge/data_security.py
app/knowledge/eu_ai_act.py
app/knowledge/iso_42001.py
app/knowledge/monitoring.py
app/knowledge/nist_rmf.py
app/knowledge/red_team.py
app/knowledge/security_frameworks.py
app/knowledge/stride.py
app/llm/__init__.py
app/llm/base.py
app/llm/config.py
app/llm/manual.py
app/llm/ollama.py
app/llm/prompts.py
app/llm/service.py
tests/test_accuracy.py
tests/test_api.py
tests/test_classifier.py
tests/test_cli.py
tests/test_control_catalog.py
tests/test_data_security.py
tests/test_incident.py
tests/test_iso_42001.py
tests/test_llm_service.py
tests/test_mcp.py
tests/test_modelcard.py
tests/test_red_team.py
tests/test_redteam_plan.py
tests/test_scan.py
tests/test_security.py
tests/test_storage.py
tests/test_stride.py