AgentAuditKit MCP Security Scan
Version updated for https://github.com/sattyamjjain/agent-audit-kit to version v0.3.87.
- 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 the security audit of AI agent pipelines, focusing on identifying misconfigurations, hardcoded secrets, tool poisoning, and trust boundary violations across 10 agent platforms. It provides a fully offline and deterministically run scan to avoid model inference and network calls, ensuring consistent findings with zero variance across multiple runs.
What’s Changed
Installation
pip:
pip install agent-audit-kit==v0.3.87
Docker:
docker pull ghcr.io/sattyamjjain/agent-audit-kit:v0.3.87
GitHub Action:
- uses: sattyamjjain/agent-audit-kit@v0.3.87
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)
Full Changelog: https://github.com/sattyamjjain/agent-audit-kit/compare/v0.3.86...v0.3.87