skill-writing
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard local file operations such as
mkdir,ln,chmod, andtestto establish a project-local skill structure and create discovery symlinks within.claude/skills/. These actions are scoped to the invocation directory and follow standard development workflows.\n- [EXTERNAL_DOWNLOADS]: Fetches documentation and formatting specifications fromagentskills.ioandcode.claude.com(Anthropic). These downloads are used as reference material to ensure compliant skill authoring and do not include the execution of untrusted remote content.\n- [REMOTE_CODE_EXECUTION]: Recommends a deterministic execution model for scaffolded skills by usingbun runfor TypeScript anduv runfor Python. This establishes a boundary between the model's stochastic prompt instructions and reproducible code logic.
Audit Metadata