jbovet/oxidized-agentic-audit

Security scanning for AI skills and agents — prompt injection, bash patterns, frontmatter and agentic security checks

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 29, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: jbovet/oxidized-agentic-audit@39d0f23233d8225bf31d103b8542ed6d88e83291 # v0.6.0

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

namedescriptionrequireddefault
pathPath to a single skill/agent directory or a collection directory containing multiple subdirectories.no.
skills-pathDeprecated: use `path` instead. Path to a single skill/agent directory or a collection directory.no""
typeWhat to scan. One of "skill" (looks for SKILL.md) or "agent" (looks for AGENT.md).noskill
versionVersion of oxidized-agentic-audit to download (e.g. "v0.5.0"). Use "latest" to always fetch the newest release.nolatest
strictTreat warnings as errors. Exit code 1 on any warning.nofalse
fail-on-warningsFail the action step when warnings are present, even without errors.nofalse
formatOutput format for the scan report. One of pretty, json, sarif.nosarif
sarif-outputFile path where the SARIF report will be written.nooxidized-agentic-audit-report.sarif
configPath to a custom oxidized-agentic-audit.toml configuration file.no""
min-scoreMinimum security score (0–100) required for the scan to pass. If any scanned skill scores below this threshold the action exits with code 1. Leave empty to disable the threshold gate. no""
skip-downloadSkip binary download and use an oxidized-agentic-audit binary already present in PATH. Intended for CI environments that build the binary locally before invoking this action. nofalse
namedescription
sarif-fileAbsolute path to the generated SARIF report file.
errors-countNumber of error-severity findings.
warnings-countNumber of warning-severity findings.