akcayfx/VulnHunter Security Scan
Run VulnHunter autonomous AI penetration test against your staging environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | Target URL or domain to scan | yes | — |
| scope-file | Path to scope YAML file | no | "" |
| fail-on | Minimum severity to fail the check: low, medium, high, critical | no | high |
| output | Output file path for results (JSON) | no | vulnhunter-results.json |
| sarif-output | Output SARIF file path for GitHub Security tab | no | vulnhunter-results.sarif |
| lightweight | Run in lightweight mode (Python-native tools only, no Docker) | no | true |
| deepseek-api-key | DeepSeek API key for AI analysis | no | "" |
Outputs
| name | description |
|---|---|
| risk-score | Overall risk score (0-10) |
| threat-level | Threat level (Informational, Low, Medium, High, Critical) |
| total-vulns | Total number of vulnerabilities found |
| sarif-file | Path to SARIF output file |