nikita-ravi/SecuGuard Security Scan

Find security assumption gaps in your backend code - IDOR, auth issues, JWT misconfigs, and more

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 23, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: nikita-ravi/secugaurd@760287078dcf18b2d5716ae1c410282b9e8ecc7d # v0.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathPath to scan (default: current directory)no.
frameworkFramework to analyze (auto, fastapi, flask, django)noauto
severityMinimum severity to report (critical, high, medium, low, info)noinfo
fail-onFail the action on this severity or higher (critical, high, medium, low, info)nohigh
output-formatOutput format (terminal, json, sarif, markdown)nosarif
output-fileOutput file pathnosecuguard-results.sarif
detectorsComma-separated list of detectors to run (empty = all)no""
ignore-pathsComma-separated list of paths to ignorenotests/,test_,migrations/,__pycache__/
python-versionPython version to useno3.11
namedescription
findings-countTotal number of findings
critical-countNumber of critical findings
high-countNumber of high severity findings
sarif-filePath to the SARIF output file