create-seed-skill
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Utilizes Bash commands (
mkdir,touch,ln) to manage the filesystem, creating necessary directory structures and initial files for the scaffolded skills. - [COMMAND_EXECUTION]: Executes
ln -sto establish a symbolic link from the newly created skill directory to the.claude/skills/directory, facilitating local registration. - [EXTERNAL_DOWNLOADS]: Invokes
bunx @plaited/development-skillsto download and execute a validation tool that checks the integrity of the generated skill. - [EXTERNAL_DOWNLOADS]: Directs the agent to perform package installations (via
npm,pip, orbun) based on user-provided requirements to initialize the environment for the new integration.
Audit Metadata