tiagosilva07/Zyrax Guard

Zyrax Guard CI: audit AI agent configs (prompt injection, rogue MCP servers) + gate risky dependencies on every PR.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ecosystemPackage ecosystem: npm, pypi, or crates.npm
lockfileLockfile to scan. Empty uses the ecosystem default (package-lock.json / poetry.lock / Cargo.lock).""
baseBase lockfile to diff against (scan only added/changed deps). Empty: on a pull_request, the base ref's lockfile is used automatically when available; otherwise the whole lockfile is scanned.""
strictTreat WARN as a failure (not just BLOCK).false
deepDownload each added dependency's artifact and statically inspect its install/build scripts.false
versionZyrax Guard release to install (e.g. v0.5.0). 'latest' resolves the newest release.latest
sarif-fileIf set, write SARIF results to this path (for upload to GitHub Code Scanning). Empty: human-readable output in the log.""
fail-on-blockFail the job when a dependency is blocked. Set false to report without failing.true
argsExtra raw arguments appended to the scan command.""
scanWhat to scan: deps (dependency PR-gate), agents (audit AI agent configs), or both.both
agents-sarif-fileIf set, write the agent-config SARIF here (upload to GitHub Code Scanning under its own category).""

no outputs