JustHandled Labs
// agent security

GuardrailDoctor

Penetration-test your coding agent's guardrails before you ship.

What it does

Before you let an agent run with file and shell access, you want to know the guardrails actually hold. GuardrailDoctor probes the protections you have configured: it throws known attack patterns at your PreToolUse and PostToolUse hooks and your sensitive-file rules, then tells you which ones held and which let something through.

You get a pass or fail for each vector, the evidence behind the result, and a copy-paste fix for every gap it finds. It is a test harness, not a config change, so nothing about your setup is altered. You run it, you read the report, you patch what leaked.

What it checks

What the report looks like

guardraildoctor / report
$ guardraildoctor scan
 
vector prompt-injection ........ PASS
vector shell-chaining .......... FAIL
vector path-traversal .......... PASS
vector sensitive-file read ..... FAIL
 
2 gaps found. See remediation for copy-paste fixes.

Questions

What does it actually test?

Known attack patterns against the protections you have configured: prompt-injection, shell-chaining, and path-traversal aimed at your PreToolUse and PostToolUse hooks and your sensitive-file rules. It reports which vectors held and which let something through, across 10+ checks.

Will it change my agent configuration?

No. It assesses and reports. You get a pass or fail per vector with evidence and a copy-paste fix for each gap, which you apply yourself.

Which agents does it work with?

Any setup that reads SKILL.md and uses the PreToolUse/PostToolUse hook model, including Claude Code. Not locked to a single vendor.

Test your guardrails before something else does.

Current price and purchase option are shown on Agensi. Instant download. Works with any agent that reads SKILL.md.

Get GuardrailDoctor on Agensi