LICENSE
README.md
pyproject.toml
s2n_agent.egg-info/PKG-INFO
s2n_agent.egg-info/SOURCES.txt
s2n_agent.egg-info/dependency_links.txt
s2n_agent.egg-info/entry_points.txt
s2n_agent.egg-info/requires.txt
s2n_agent.egg-info/top_level.txt
s2nagent/__init__.py
s2nagent/agent.py
s2nagent/cli.py
s2nagent/constants.py
s2nagent/client/__init__.py
s2nagent/client/_util.py
s2nagent/client/anthropic_client.py
s2nagent/client/base.py
s2nagent/client/factory.py
s2nagent/client/huggingface.py
s2nagent/client/ollama.py
s2nagent/client/openai_compatible.py
s2nagent/data/__init__.py
s2nagent/data/generator.py
s2nagent/data/schemas.py
s2nagent/models/__init__.py
s2nagent/plugin_agents/__init__.py
s2nagent/plugin_agents/autobot.py
s2nagent/plugin_agents/base.py
s2nagent/plugin_agents/brute_force.py
s2nagent/plugin_agents/csrf.py
s2nagent/plugin_agents/file_upload.py
s2nagent/plugin_agents/jwt.py
s2nagent/plugin_agents/oscommand.py
s2nagent/plugin_agents/path_traversal.py
s2nagent/plugin_agents/registry.py
s2nagent/plugin_agents/schemas.py
s2nagent/plugin_agents/sensitive_files.py
s2nagent/plugin_agents/soft_brute_force.py
s2nagent/plugin_agents/sqlinjection.py
s2nagent/plugin_agents/xss.py
s2nagent/plugins/__init__.py
s2nagent/plugins/s2n_agent_plugin.py
s2nagent/tasks/__init__.py
s2nagent/tasks/base.py
s2nagent/tasks/false_positive.py
s2nagent/tasks/multi_step.py
s2nagent/tasks/payload_planning.py
s2nagent/tasks/plugin_selection.py
s2nagent/tasks/router.py
tests/test_autobot_agent.py
tests/test_brute_force_agent.py
tests/test_cli.py
tests/test_client_factory.py
tests/test_constants.py
tests/test_csrf_agent.py
tests/test_llm_clients.py
tests/test_oscommand_agent.py
tests/test_path_traversal_agent.py
tests/test_payload_planning_task.py
tests/test_plugin_agent_base.py
tests/test_registry.py
tests/test_s2n_agent_plugin.py
tests/test_sensitive_files_agent.py
tests/test_soft_brute_force_agent.py
tests/test_xss_agent.py