{"id":"agents.config-audit","version":"1.0.0","category":"agents","description":"Review agent configuration text with five fixed risk heuristics.","priceMicroUsdc":800,"priceRevision":"2026-09-13-testnet","pricingStatus":"experimental-unbenchmarked","inputSchema":{"type":"object","properties":{"text":{"type":"string","maxLength":100000}},"required":["text"],"additionalProperties":false},"outputSchema":{"type":"object","properties":{"findings":{"type":"array","items":{"type":"object","properties":{"rule":{"type":"string"},"severity":{"type":"string"},"message":{"type":"string"}},"required":["rule","severity","message"],"additionalProperties":false}},"rulesVersion":{"type":"string"},"caveat":{"type":"string"}},"required":["findings","rulesVersion","caveat"],"additionalProperties":false},"example":{"text":"Require approval before shell execution. Spending budget: $1."},"limits":{"inputBytes":131072,"outputBytes":65536,"networkTimeoutMs":0},"network":false,"sensitive":true,"route":"/v1/tools/agents.config-audit"}