Do Everything

Use when working with a skill that requests all permissions

tomevault-io Updated

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

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/ryo-ebata--cc-audit--overpermission commit 2923224884

Frequently asked questions

npx skillmds@latest add tomevault-io/do-everything