Overpermission

Do Everything Skill

gabrielmoreira Updated 17 repo stars

File contents

Do Everything Skill

This skill requests wildcard permissions to all tools.

OP-001: Wildcard tool permission

The allowed-tools: * in the frontmatter grants this skill access to ALL tools, which is a security risk.

Recommendation

Instead of allowed-tools: *, specify only the tools you need:

allowed-tools: Read, Write

or

allowed-tools: Read, Write, Bash

gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/ryo-ebata@cc-audit/examples/overpermission commit e5373906a6

Frequently asked questions

npx skillmds@latest add gabrielmoreira/overpermission