MANIFEST.in
README.md
pyproject.toml
securevibes/__init__.py
securevibes/config.py
securevibes.egg-info/PKG-INFO
securevibes.egg-info/SOURCES.txt
securevibes.egg-info/dependency_links.txt
securevibes.egg-info/entry_points.txt
securevibes.egg-info/requires.txt
securevibes.egg-info/top_level.txt
securevibes/agents/__init__.py
securevibes/agents/definitions.py
securevibes/cli/__init__.py
securevibes/cli/main.py
securevibes/diff/__init__.py
securevibes/diff/context.py
securevibes/diff/extractor.py
securevibes/diff/parser.py
securevibes/models/__init__.py
securevibes/models/issue.py
securevibes/models/result.py
securevibes/models/scan_output.py
securevibes/models/schemas.py
securevibes/prompts/__init__.py
securevibes/prompts/loader.py
securevibes/prompts/agents/assessment.txt
securevibes/prompts/agents/code_review.txt
securevibes/prompts/agents/dast.txt
securevibes/prompts/agents/pr_code_review.txt
securevibes/prompts/agents/report_generator.txt
securevibes/prompts/agents/threat_modeling.txt
securevibes/prompts/agents/_shared/security_rules.txt
securevibes/prompts/orchestration/main.txt
securevibes/reporters/__init__.py
securevibes/reporters/json_reporter.py
securevibes/reporters/markdown_reporter.py
securevibes/scanner/__init__.py
securevibes/scanner/artifacts.py
securevibes/scanner/chain_analysis.py
securevibes/scanner/detection.py
securevibes/scanner/hooks.py
securevibes/scanner/pr_review_flow.py
securevibes/scanner/pr_review_merge.py
securevibes/scanner/progress.py
securevibes/scanner/scanner.py
securevibes/scanner/state.py
securevibes/scanner/subagent_manager.py
securevibes/skills/dast/README.md
securevibes/skills/dast/authorization-testing/SKILL.md
securevibes/skills/dast/authorization-testing/examples.md
securevibes/skills/dast/authorization-testing/reference/README.md
securevibes/skills/dast/authorization-testing/reference/auth_patterns.py
securevibes/skills/dast/authorization-testing/reference/validate_idor.py
securevibes/skills/dast/command-injection-testing/SKILL.md
securevibes/skills/dast/command-injection-testing/examples.md
securevibes/skills/dast/command-injection-testing/reference/README.md
securevibes/skills/dast/command-injection-testing/reference/cmdi_payloads.py
securevibes/skills/dast/command-injection-testing/reference/validate_cmdi.py
securevibes/skills/dast/injection-testing/SKILL.md
securevibes/skills/dast/injection-testing/examples.md
securevibes/skills/dast/injection-testing/reference/README.md
securevibes/skills/dast/injection-testing/reference/injection_payloads.py
securevibes/skills/dast/injection-testing/reference/validate_injection.py
securevibes/skills/dast/nosql-injection-testing/SKILL.md
securevibes/skills/dast/nosql-injection-testing/examples.md
securevibes/skills/dast/nosql-injection-testing/reference/README.md
securevibes/skills/dast/nosql-injection-testing/reference/nosql_payloads.py
securevibes/skills/dast/nosql-injection-testing/reference/validate_nosqli.py
securevibes/skills/dast/sql-injection-testing/SKILL.md
securevibes/skills/dast/sql-injection-testing/examples.md
securevibes/skills/dast/sql-injection-testing/reference/README.md
securevibes/skills/dast/sql-injection-testing/reference/sql_payloads.py
securevibes/skills/dast/sql-injection-testing/reference/validate_sqli.py
securevibes/skills/dast/ssrf-testing/SKILL.md
securevibes/skills/dast/ssrf-testing/examples.md
securevibes/skills/dast/ssrf-testing/reference/README.md
securevibes/skills/dast/ssrf-testing/reference/ssrf_payloads.py
securevibes/skills/dast/ssrf-testing/reference/validate_ssrf.py
securevibes/skills/dast/xss-testing/SKILL.md
securevibes/skills/dast/xss-testing/examples.md
securevibes/skills/dast/xss-testing/reference/README.md
securevibes/skills/dast/xss-testing/reference/validate_xss.py
securevibes/skills/dast/xss-testing/reference/xss_payloads.py
securevibes/skills/dast/xxe-testing/SKILL.md
securevibes/skills/dast/xxe-testing/examples.md
securevibes/skills/dast/xxe-testing/reference/README.md
securevibes/skills/dast/xxe-testing/reference/validate_xxe.py
securevibes/skills/dast/xxe-testing/reference/xxe_payloads.py
securevibes/skills/threat-modeling/README.md
securevibes/skills/threat-modeling/agentic-security/SKILL.md
securevibes/skills/threat-modeling/agentic-security/examples.md
securevibes/skills/threat-modeling/agentic-security/reference/README.md
tests/test_agents.py
tests/test_chain_analysis.py
tests/test_cli.py
tests/test_config.py
tests/test_cost_tracking.py
tests/test_dast.py
tests/test_data_integrity.py
tests/test_detection.py
tests/test_diff_context.py
tests/test_diff_parser.py
tests/test_hooks.py
tests/test_markdown_reporter.py
tests/test_models.py
tests/test_output_paths.py
tests/test_pr_review.py
tests/test_pr_review_artifacts.py
tests/test_pr_review_cli_paths.py
tests/test_pr_review_flow.py
tests/test_pr_review_merge.py
tests/test_progress.py
tests/test_prompt_quality.py
tests/test_reporters.py
tests/test_scan_output.py
tests/test_scan_state.py
tests/test_scanner.py
tests/test_scanner_integration.py
tests/test_schemas.py
tests/test_subagent_manager.py
tests/test_subagent_results.py
tests/test_subagent_selection.py
tests/test_threat_model_schema.py
tests/test_threat_model_validation_hook.py
tests/test_threat_modeling_skills.py