AgentChute docs
Safe Testing
Verify enforcement without asking developers to run dangerous commands.
Use simulations#
Do not tell users to try dangerous actions. AgentChute should create confidence through harmless simulations and local verification commands.
General smoke test#
- 01Evaluates local rules.
- 02Writes a safe event to the queue.
- 03Flushes it to AgentChute.
- 04Lets the dashboard show agent, event, decision, and delivery metadata.
agentlint test --flush
Policy-specific test#
Policy templates show their expected safe test command after publishing. The command should simulate the matching condition rather than execute a risky action.
agentlint test-policy block-curl-sh --flush
Recommended copy#
Use phrases like “Verify enforcement”, “Run a safe policy test”, or “Simulate a blocked command”. Avoid “try a dangerous command” or examples such as rm -rf.