AgentAuditKit MCP Security Scan
Version updated for https://github.com/sattyamjjain/agent-audit-kit to version v0.3.79.
- 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 audits of AI agent pipelines by identifying misconfigurations, hardcoded secrets, and other security issues across 10 agent platforms. Unlike hosted scanners, it runs offline and deterministically, ensuring consistent findings without relying on LLMs or external models. Additionally, it provides auditor-ready compliance-evidence packs in SARIF format and PDF reports for multiple security frameworks, helping ensure robust security practices are followed.
What’s Changed
Installation
pip:
pip install agent-audit-kit==v0.3.79
Docker:
docker pull ghcr.io/sattyamjjain/agent-audit-kit:v0.3.79
GitHub Action:
- uses: sattyamjjain/agent-audit-kit@v0.3.79
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
- Pin the Letta CVE chain, and stop backlog rows distorting the published latency by @sattyamjjain in https://github.com/sattyamjjain/agent-audit-kit/pull/602
- Make
suggest --apply-trivialdo what its help text says by @sattyamjjain in https://github.com/sattyamjjain/agent-audit-kit/pull/603 - chore(release): v0.3.79 by @sattyamjjain in https://github.com/sattyamjjain/agent-audit-kit/pull/604
Full Changelog: https://github.com/sattyamjjain/agent-audit-kit/compare/v0.3.78...v0.3.79