LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
docs/ARCHITECTURE.md
docs/DEMO_VIDEO_SCRIPT.md
docs/FILESYSTEM_MCP_EXAMPLE.md
docs/GITHUB_LAUNCH.md
docs/GUARD.md
docs/INSTALL.md
docs/LAUNCH_CHECKLIST.md
docs/LAUNCH_POST.md
docs/OUTREACH_TARGETS.md
docs/PYPI_RELEASE.md
docs/REAL_MCP_INTEGRATION.md
docs/RECEIPTS.md
docs/REPO_STRUCTURE.md
docs/ROADMAP.md
docs/SCAN.md
docs/STAGE5_CLOUD_ALIGNMENT.md
docs/STAGE6_COMPLETION_REPORT.md
docs/STAGE6_DEMO.md
docs/STAGE8_CONTROL_PANEL.md
docs/STAGE_STATUS.md
docs/TEAM_POLICY_APPROVALS.md
docs/USE_CASES.md
docs/VERIFICATION.md
docs/WEBSITE_COPY.md
examples/demo_mcp_server.py
examples/actions/destructive_shell_args.json
examples/actions/production_delete_args.json
examples/actions/safe_read_args.json
examples/attacks/destructive_shell.json
examples/attacks/safe_read.json
examples/attacks/secret_exfiltration.json
examples/integrations/claude_desktop_filesystem_aion.json
examples/integrations/local_python_filesystem_aion.json
examples/integrations/unprotected_filesystem_mcp.json
examples/policies/stage6-default.json
examples/team_policies/stage7-default.json
src/aion_core/__init__.py
src/aion_core/__main__.py
src/aion_core/cli.py
src/aion_core/demo.py
src/aion_core/firewall.py
src/aion_core/guard.py
src/aion_core/guard_cli.py
src/aion_core/policy.py
src/aion_core/receipt_cli.py
src/aion_core/receipts.py
src/aion_core/scan.py
src/aion_core/scan_cli.py
src/aion_core/team_cli.py
src/aion_core/team_policy.py
src/aion_core.egg-info/PKG-INFO
src/aion_core.egg-info/SOURCES.txt
src/aion_core.egg-info/dependency_links.txt
src/aion_core.egg-info/entry_points.txt
src/aion_core.egg-info/top_level.txt
tests/test_demo.py
tests/test_firewall.py
tests/test_guard.py
tests/test_policy.py
tests/test_receipts.py
tests/test_scan.py
tests/test_team_policy.py