nikita-ravi/SecuGuard Security Scan
Find security assumption gaps in your backend code - IDOR, auth issues, JWT misconfigs, and more
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 23, 2026
- License
- MIT
Pinned Snippet
uses: nikita-ravi/secugaurd@760287078dcf18b2d5716ae1c410282b9e8ecc7d # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan (default: current directory) | no | . |
| framework | Framework to analyze (auto, fastapi, flask, django) | no | auto |
| severity | Minimum severity to report (critical, high, medium, low, info) | no | info |
| fail-on | Fail the action on this severity or higher (critical, high, medium, low, info) | no | high |
| output-format | Output format (terminal, json, sarif, markdown) | no | sarif |
| output-file | Output file path | no | secuguard-results.sarif |
| detectors | Comma-separated list of detectors to run (empty = all) | no | "" |
| ignore-paths | Comma-separated list of paths to ignore | no | tests/,test_,migrations/,__pycache__/ |
| python-version | Python version to use | no | 3.11 |
Outputs
| name | description |
|---|---|
| findings-count | Total number of findings |
| critical-count | Number of critical findings |
| high-count | Number of high severity findings |
| sarif-file | Path to the SARIF output file |