🧪
AB-156
Sandbox declared
What it means
A sandbox/test environment is documented in agent-guide.
Why it matters
Agents need a safe environment to test calls before executing real transactions.
✗
What's wrong
// no sandbox mentioned
✓
What's right
agent-guide.json: { "sandbox": { "url": "https://sandbox.example.com", "description": "Test environment" } }
Check this rule on your site
Enter your URL to check just this one rule (AB-001).