Set tool permissions for Claude Code. Configures allowed commands, rules, and preferences in .claude/ directory. Triggers on: setperms, init tools, configure permissions, setup project, set permissions, init claude.
80
76%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./data/skills-md/0xdarkmatter/claude-mods/setperms/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.80). The skill explicitly grants and auto-approves tools that fetch web content (e.g., "Bash(curl:*)", "Bash(firecrawl:*)", "Bash(perplexity:*)", "Bash(gemini:*)") and its required rules file (.claude/rules/cli-tools.md written in Step 4) contains a "Web Fetching" section instructing the agent to use WebFetch, r.jina.ai/URL, and firecrawl for scraping JS-rendered public pages, which means untrusted third-party content would be fetched and could influence subsequent tool use and decisions.
c50d4b5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.