LICENSE
LICENSE-CORE
LICENSE-PRO
README.md
pyproject.toml
src/argus/__init__.py
src/argus/cli.py
src/argus/license.py
src/argus/adapter/__init__.py
src/argus/adapter/a2a.py
src/argus/adapter/base.py
src/argus/adapter/generic_agent.py
src/argus/adapter/http_agent.py
src/argus/adapter/mcp.py
src/argus/adapter/real_crewai.py
src/argus/adapter/sandboxed_stdio.py
src/argus/adapter/stdio.py
src/argus/adversarial/__init__.py
src/argus/adversarial/mcp_server.py
src/argus/adversarial/typosquat.py
src/argus/agents/agent_01_prompt_injection.py
src/argus/agents/agent_02_tool_poisoning.py
src/argus/agents/agent_03_memory_poisoning.py
src/argus/agents/agent_04_identity_spoof.py
src/argus/agents/agent_05_context_window.py
src/argus/agents/agent_06_cross_agent_exfil.py
src/argus/agents/agent_07_privilege_escalation.py
src/argus/agents/agent_08_race_condition.py
src/argus/agents/agent_09_supply_chain.py
src/argus/agents/agent_10_model_extraction.py
src/argus/agents/agent_11_environment_pivot.py
src/argus/agents/base.py
src/argus/alec/__init__.py
src/argus/alec/bridge.py
src/argus/audit/__init__.py
src/argus/audit/reasoning.py
src/argus/cerberus/__init__.py
src/argus/cerberus/generator.py
src/argus/corpus/__init__.py
src/argus/corpus/emitter.py
src/argus/corpus/finetune_handoff.py
src/argus/corpus_attacks/__init__.py
src/argus/corpus_attacks/corpus.py
src/argus/corpus_attacks/dynamic.py
src/argus/corpus_attacks/mutators.py
src/argus/demo/__init__.py
src/argus/demo/crewai.py
src/argus/demo/evolver.py
src/argus/demo/generic_agent.py
src/argus/drift/__init__.py
src/argus/drift/compare.py
src/argus/drift/entitlements.py
src/argus/engagement/__init__.py
src/argus/engagement/builtin.py
src/argus/engagement/registry.py
src/argus/engagement/runner.py
src/argus/engagement/smart.py
src/argus/evidence/__init__.py
src/argus/evidence/collector.py
src/argus/evidence/oob.py
src/argus/evolver/__init__.py
src/argus/evolver/backends.py
src/argus/evolver/controller.py
src/argus/evolver/lineage.py
src/argus/harness/__init__.py
src/argus/harness/invariants.py
src/argus/harness/runtime.py
src/argus/harness/scenarios.py
src/argus/harness/stub_llm.py
src/argus/impact/__init__.py
src/argus/impact/classify.py
src/argus/impact/optimizer.py
src/argus/integrations/__init__.py
src/argus/integrations/pre_commit.py
src/argus/integrations/webhook.py
src/argus/inventory/__init__.py
src/argus/inventory/models.py
src/argus/labrat/__init__.py
src/argus/labrat/autogen_shaped.py
src/argus/labrat/config.py
src/argus/labrat/crewai_shaped.py
src/argus/labrat/hermes_shaped.py
src/argus/labrat/lab.py
src/argus/labrat/langgraph_shaped.py
src/argus/labrat/llamaindex_shaped.py
src/argus/labrat/mcp_server.py
src/argus/labrat/parlant_shaped.py
src/argus/layer0/fingerprinter.py
src/argus/layer6/cve_pipeline.py
src/argus/mcp_attacker/__init__.py
src/argus/mcp_attacker/mcp_live_attacker.py
src/argus/observation/__init__.py
src/argus/observation/detectors.py
src/argus/observation/engine.py
src/argus/observation/verdict.py
src/argus/personas/__init__.py
src/argus/pro/__init__.py
src/argus/report/__init__.py
src/argus/report/render.py
src/argus/routing/__init__.py
src/argus/routing/models.py
src/argus/session/__init__.py
src/argus/session/session.py
src/argus/session/state.py
src/argus/shared/ars.py
src/argus/shared/client.py
src/argus/shared/flywheel_reader.py
src/argus/shared/models.py
src/argus/shared/prompts.py
src/argus/swarm/__init__.py
src/argus/swarm/blackboard.py
src/argus/swarm/chain_synthesis_v2.py
src/argus/swarm/correlator.py
src/argus/swarm/runtime.py
src/argus/validation/__init__.py
src/argus/validation/poc_gates.py
src/argus/wilson/__init__.py
src/argus/wilson/bundle.py
src/argus/wilson/keys.py
src/argus_core.egg-info/PKG-INFO
src/argus_core.egg-info/SOURCES.txt
src/argus_core.egg-info/dependency_links.txt
src/argus_core.egg-info/entry_points.txt
src/argus_core.egg-info/requires.txt
src/argus_core.egg-info/top_level.txt
tests/test_adapter.py
tests/test_adversarial_mcp.py
tests/test_agent_01_prompt_injection.py
tests/test_agent_02_tool_poisoning.py
tests/test_agent_03_memory_poisoning.py
tests/test_agent_04_identity_spoof.py
tests/test_agent_05_context_window.py
tests/test_agent_06_cross_agent_exfil.py
tests/test_agent_07_privilege_escalation.py
tests/test_agent_08_race_condition.py
tests/test_agent_09_supply_chain.py
tests/test_agent_10_model_extraction.py
tests/test_agent_11_environment_pivot.py
tests/test_cerberus_alec_stubs.py
tests/test_chain_synthesis_v2.py
tests/test_command_flooding.py
tests/test_contracts.py
tests/test_corpus.py
tests/test_correlator_v1_runtime.py
tests/test_demo_crewai.py
tests/test_demo_evolver.py
tests/test_demo_generic_agent.py
tests/test_drift.py
tests/test_dynamic_corpus.py
tests/test_evidence.py
tests/test_evolver.py
tests/test_finding_schema.py
tests/test_framework_labrats.py
tests/test_generic_agent_pillar.py
tests/test_harness.py
tests/test_impact.py
tests/test_labrat.py
tests/test_observation.py
tests/test_phase0_acceptance.py
tests/test_phase1_acceptance.py
tests/test_phase2_acceptance.py
tests/test_phase3_acceptance.py
tests/test_phase4_acceptance.py
tests/test_pillar_oauth_supply_chain_acceptance.py
tests/test_real_crewai.py
tests/test_real_mcp.py
tests/test_report.py
tests/test_routing.py
tests/test_sandbox.py
tests/test_session.py
tests/test_smart_dispatch.py
tests/test_swarm_wilson_ars.py
tests/test_typosquat.py