Skip to content

Releases: piiiico/agent-audit

v0.3.9 — Fix version string mismatch

02 May 16:01
7d7f207

Choose a tag to compare

Bug Fixes

  • Version string: Fix MCP server reporting v0.3.5 at startup while package.json was at v0.3.8. All three entry points (CLI, MCP server, library) now report v0.3.9.
  • Rebuild: Fresh build of dist/ from latest source.

Verification

The server correctly reports v0.3.9 at startup and responds to MCP introspection with 3 tools:

  • audit_config — scan a specific MCP config file
  • audit_all_configs — scan all detected configs
  • scan_server — scan an inline server definition

v0.3.4

26 Apr 04:08
426cd20

Choose a tag to compare

Fix server.json manifest (official MCP schema), improve tool descriptions for TDQS compliance, bump version.

v1.0.0

04 Apr 22:31
6264b38

Choose a tag to compare

Initial release of agent-audit MCP server - Security scanner for MCP servers detecting prompt injection, command injection, auth bypass, and excessive permissions.