AffixIO verified local agents
Collection
Free local agent verification demos, tools, MCP wiring and safety benchmarks. β’ 6 items β’ Updated
Python mirror of the npm affixio-agent-guard policy: deterministic,
fail-closed check of one tool call + local JSON receipt. Zero network,
zero keys. Receipts are local simulations, not cryptographic
attestations β same honest contract as the npm package.
npm install affixio-agent-guard # Node version
python test_guard.py # this Python mirror
from guard import check_tool_call
d = check_tool_call({"tool": "payments.create", "host": "api.example.com",
"amount": 120, "args": {"customer": "cust_42"}})
print(d["allowed"], d["reason"]) # True allowed by policy
Policy keys: allowedTools, allowedHosts, maxAmount,
blockedSecrets, requireApprovalFor (fail-closed: denied unless you
build your own approval step).
Keywords: AI agents, guardrails, LLM security, MCP, agent verification, tool calling, local AI.