Agent skill
test-restricted-tools
Test if allowed-tools actually restricts available tools
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/test-restricted-tools
SKILL.md
Test Tool Restriction
Goal: Verify if allowed-tools: Write restricts access to other tools.
Task
- Try to use the Write tool (should work)
- Try to use the Read tool (should be blocked?)
- Try to use Bash tool (should be blocked?)
- Report which tools are available vs blocked
Write your findings to: earnings-analysis/test-outputs/restricted-tools-result.txt
Include:
- List of tools you can see/access
- Which tools worked vs were blocked
- Whether allowed-tools restriction is enforced
Didn't find tool you were looking for?