This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+11 more
Affected surfaces
Summary
AI summaryThree enforcement tiers (strong, bounded, policies) for tools are now fully operational.
Full changelog
What's new
Tool enforcement is the headline change. Three enforcement tiers are now fully operational.
Strong enforcement - enforced_tool_call acts as a non-bypassable proxy. The agent routes tool calls through the MCP server. If a tool_endpoint is configured, the server forwards the call and signs request + response as a bilateral receipt.
Bounded enforcement - gate_action + complete_action creates a pre/post audit pair. The gate approval and the outcome are cryptographically linked.
Tool policies - per-tool risk levels, rate limits, approval requirements, blocking, and hidden (stronger than blocked - tool appears not to exist).
Docker image - asqav-mcp is now available on Docker Hub. Pull and run with your API key, no Python required.
docker pull jagmarques/asqav-mcp
docker run -e ASQAV_API_KEY="sk_live_..." jagmarques/asqav-mcp
Install
pip install asqav-mcp==0.3.1
Or with Docker:
docker pull jagmarques/asqav-mcp:0.3.1
Full changelog
enforced_tool_call: strong enforcement proxy with bilateral receiptgate_action/complete_action: bounded enforcement paircreate_tool_policy/list_tool_policies/delete_tool_policy: per-tool enforcement confighiddenpolicy option: tool appears non-existent to the agenttool_endpoint: forward approved calls and capture response in signed receipt- Docker image published to Docker Hub
- Fail-closed behavior: enforcement failures deny by default
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About jagmarques/asqav-mcp
AI agent governance MCP server with policy enforcement, quantum-safe audit trails (ML-DSA), multi-party authorization, and compliance reporting. Check policies, sign actions, and verify signatures through MCP tools.
Related context
Beta — feedback welcome: [email protected]