yashjadhav21/AI Guard

Reliability guardrails for AI-generated code — catch async bugs, floating promises, and AI-specific mistakes in Pull Requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
presetRule preset to use: recommended | strict | securitynorecommended
fail-onWhen to fail CI: high | medium | any | none (default: high-confidence issues only)nohigh
changed-onlyScan only files changed in this PR (recommended for CI speed)notrue
pathDirectory or file to scanno.
upload-sarifUpload SARIF results to GitHub Code Scanningnotrue
github-summaryWrite a step summary to the GitHub Actions job summarynotrue
working-directoryWorking directory for the action (useful for monorepos)no.
package-managerPackage manager to use: auto | npm | pnpm | yarnnoauto
sarif-outputPath to write the SARIF results filenoai-guard-results.sarif
install-depsInstall project dependencies before scanningnotrue
namedescription
issues-foundTotal number of issues found
high-confidence-countNumber of high-confidence issues found
medium-confidence-countNumber of medium-confidence issues found
files-scannedNumber of files scanned
sarif-filePath to the generated SARIF file
duration-msScan duration in milliseconds