vishnu-77/secchecker
Static security scanner for AI agents, MCP tools, and LLM applications — plus secrets and infrastructure misconfigurations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan (directory or file) | no | . |
| type | Scan type: secrets, llm, devsecops, all | no | secrets |
| format | Output format: json, md, xml, sarif, html | no | sarif |
| severity-threshold | Minimum severity level: LOW, MEDIUM, HIGH, CRITICAL | no | LOW |
| output | Output file path | no | secchecker_report.sarif |
| fail-on-findings | Fail the action if findings are detected | no | true |
| python-version | Python version to use | no | 3.11 |
| version | secchecker version to install ("latest" or e.g. "0.3.0") | no | latest |
Outputs
| name | description |
|---|---|
| report-path | Path to the generated report file |
| findings-detected | Whether any findings were detected (true/false) |