AgentAuditKit MCP Security Scan
Version updated for https://github.com/sattyamjjain/agent-audit-kit to version v0.3.85.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
AgentAuditKit automates security scans for AI agent pipelines across 10 platforms, identifying misconfigurations, hardcoded secrets, tool poisoning, and tainted data flows. It ensures that your code, configs, and secrets remain secure by scanning locally without network calls and maintaining consistent results.
What’s Changed
Installation
pip:
pip install agent-audit-kit==v0.3.85
Docker:
docker pull ghcr.io/sattyamjjain/agent-audit-kit:v0.3.85
GitHub Action:
- uses: sattyamjjain/agent-audit-kit@v0.3.85
with:
fail-on: high
Supply chain
rules.json— deterministic rule bundlerules.json.sha256— trusted digestsbom.cdx.json/sbom.spdx.json— CycloneDX + SPDX SBOM*.sigstore— Sigstore keyless signatures (verify withagent-audit-kit verify-bundle)
What’s Changed
- Derive every count in the repo description instead of typing two of them by @sattyamjjain in https://github.com/sattyamjjain/agent-audit-kit/pull/620
Full Changelog: https://github.com/sattyamjjain/agent-audit-kit/compare/v0.3.84...v0.3.85