Skip to main content

Agents

Enables the creation of custom agents with unique traits and voices for specialized tasks and perspectives.

Install this skill

or
85/100

Security score

The Agents skill was audited on May 23, 2026 and we found 11 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 26

Curl to non-GitHub URL

SourceSKILL.md
26curl -s -X POST http://localhost:8888/notify \
low line 59

Access to hidden dotfiles in home directory

SourceSKILL.md
59~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/Agents/
low line 164

Access to hidden dotfiles in home directory

SourceSKILL.md
164bun run ~/.claude/skills/Agents/Tools/ComposeAgent.ts --task "Review security"
low line 165

Access to hidden dotfiles in home directory

SourceSKILL.md
165bun run ~/.claude/skills/Agents/Tools/ComposeAgent.ts --traits "security,skeptical,thorough"
low line 168

Access to hidden dotfiles in home directory

SourceSKILL.md
168bun run ~/.claude/skills/Agents/Tools/ComposeAgent.ts --task "Security review" --save
low line 169

Access to hidden dotfiles in home directory

SourceSKILL.md
169bun run ~/.claude/skills/Agents/Tools/ComposeAgent.ts --list-saved
low line 170

Access to hidden dotfiles in home directory

SourceSKILL.md
170bun run ~/.claude/skills/Agents/Tools/ComposeAgent.ts --load "security-expert-skeptical-thorough"
low line 171

Access to hidden dotfiles in home directory

SourceSKILL.md
171bun run ~/.claude/skills/Agents/Tools/ComposeAgent.ts --delete "security-expert-skeptical-thorough"
low line 174

Access to hidden dotfiles in home directory

SourceSKILL.md
174bun run ~/.claude/skills/Agents/Tools/ComposeAgent.ts --list
low line 175

Access to hidden dotfiles in home directory

SourceSKILL.md
175bun run ~/.claude/skills/Agents/Tools/ComposeAgent.ts --output json
low line 26

External URL reference

SourceSKILL.md
26curl -s -X POST http://localhost:8888/notify \
Scanned on May 23, 2026
View Security Dashboard
Installation guide →