AgentAuditKit MCP Security Scan
Version updated for https://github.com/sattyamjjain/agent-audit-kit to version v0.3.76.
- 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
Summary: AgentAuditKit automates the security audit of AI agent pipelines, detecting misconfigurations, hardcoded secrets, tool poisoning, and trust boundary violations. It runs offline and deterministically, ensuring consistent findings across different environments. The tool produces auditor-ready compliance-evidence packs, covering a wide range of security categories including 298 rules and 89 scanner modules.
What’s Changed
Installation
pip:
pip install agent-audit-kit==v0.3.76
Docker:
docker pull ghcr.io/sattyamjjain/agent-audit-kit:v0.3.76
GitHub Action:
- uses: sattyamjjain/agent-audit-kit@v0.3.76
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
- Two CVE rules, the strict_loading warm-registry fix, real session transcripts, and CVE-to-rule latency as a published number by @sattyamjjain in https://github.com/sattyamjjain/agent-audit-kit/pull/583
- Triage the 2026-08-13 CVE wave: two pins, one reference, five documented out-of-scope by @sattyamjjain in https://github.com/sattyamjjain/agent-audit-kit/pull/584
Full Changelog: https://github.com/sattyamjjain/agent-audit-kit/compare/v0.3.74...v0.3.76