MANIFEST.in
pyproject.toml
perry/__init__.py
perry/cli.py
perry/config.py
perry/database.py
perry/default_testcases.txt
perry/main.py
perry/api/__init__.py
perry/models/__init__.py
perry/models/endpoint.py
perry/models/enums.py
perry/models/finding.py
perry/models/report.py
perry/models/scan.py
perry/models/target.py
perry/models/user.py
perry/models/verified_target.py
perry/schemas/__init__.py
perry/schemas/auth.py
perry/schemas/endpoint.py
perry/schemas/finding.py
perry/schemas/scan.py
perry/services/__init__.py
perry/services/active_engine.py
perry/services/attack_pattern_detector.py
perry/services/code_quality_analyzer.py
perry/services/config_security_analyzer.py
perry/services/custom_tests.py
perry/services/dependency_analysis.py
perry/services/dependency_health.py
perry/services/deployment_checker.py
perry/services/discovery_types.py
perry/services/dom_xss.py
perry/services/finding_types.py
perry/services/http_client.py
perry/services/polyglot_sast.py
perry/services/reachability.py
perry/services/repo_analyzer.py
perry/services/repo_correlator.py
perry/services/repo_discovery.py
perry/services/response_analyzer.py
perry/services/risk_engine.py
perry/services/sast_engine.py
perry/services/scope.py
perry/services/scope_policy.py
perry/services/secret_redactor.py
perry/services/security_checks.py
perry/services/severity_policy.py
perry/services/syntax_checker.py
perry/services/version_ranges.py
perry/services/wordlists.py
perry/services/risk_model/__init__.py
perry_spies.egg-info/PKG-INFO
perry_spies.egg-info/SOURCES.txt
perry_spies.egg-info/dependency_links.txt
perry_spies.egg-info/entry_points.txt
perry_spies.egg-info/requires.txt
perry_spies.egg-info/top_level.txt
tests/test_attack_patterns.py
tests/test_code_quality.py
tests/test_config_security.py
tests/test_dependency_ecosystems.py
tests/test_dependency_health.py
tests/test_dependency_scan.py
tests/test_deployment_checker.py
tests/test_dom_xss_cli.py
tests/test_language_coverage.py
tests/test_polyglot_sast.py
tests/test_repo_analyzer_secrets.py
tests/test_repo_correlator.py
tests/test_response_analyzer.py
tests/test_risk_engine.py
tests/test_severity_policy.py
tests/test_syntax_checker.py