skill-management
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely composed of documentation provided in SKILL.md and metadata in skill-report.json. It serves as a guide for creating and managing agent skills.
- [COMMAND_EXECUTION]: The documentation contains numerous bash examples (
mkdir,ls,cat,rm,git,python). These are clearly presented as educational snippets within markdown code blocks and do not represent autonomous malicious behavior. The use of theBashtool is consistent with the stated purpose of managing a local skill library. - [DATA_EXPOSURE]: The skill references standard Claude Code paths such as
~/.claude/skills/. No sensitive files (e.g.,.ssh,.aws,.env) are accessed or targeted for exfiltration. - [REMOTE_CODE_EXECUTION]: One example shows execution of a local Python script (
python scripts/helper.py), which is standard for multi-file skill structures described in the guide. There are no patterns involving the download and execution of remote scripts (e.g.,curl | bash).
Audit Metadata