AuditHQ
← All guides
Claude plugins · 10 min read · Updated 2026-08-08

Claude Skill Security: Permissions, Secrets, and Safe Defaults

Most Claude risk is not sci-fi jailbreaks — it is over-broad tools plus secrets sitting in plain sight.

Default deny is still underrated

Prefer skills that operate in-repo with explicit paths. Be suspicious of anything that wants home-directory carte blanche “to be helpful.”

Keep .env, cloud keys, and customer exports out of contexts you paste into chats. Skills cannot leak what never enters the prompt.

Prompt injection is a product bug

If a skill fetches arbitrary web pages or tickets, treat untrusted text as hostile. Good skills isolate tool output and avoid executing instructions found inside fetched content.

When evaluating plugins, ask: does it summarize untrusted content, or does it “follow the page’s instructions”? That one answer filters a surprising amount of junk.

Team policy in one paragraph

Approved plugins only, least-privilege MCP, no production credentials in local Claude configs, and a named owner for each tool. Write it down; oral tradition fails after the second contractor.

Score your Claude plugins on a schedule

AuditHQ tracks Claude plugin listing quality, peers, and ranked fixes — so ratings stay current after each Claude Code release.

Claude skill securityClaude plugin permissionsClaude Code securityMCP security Claudesafe Claude plugins