create-skill
Pass
Audited by Gen Agent Trust Hub on May 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard system commands such as
mkdirfor directory creation,lnfor symlinking skills into agent configuration paths, andlsfor verification. These operations are scoped to the intended task of managing local agent skills. - [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto execute theskillsCLI utility andtsxfor running TypeScript scripts. It also describes a workflow for adding skills vianpx skills add <owner>/<repo>, which is a standard package management pattern for this ecosystem. - [REMOTE_CODE_EXECUTION]: The instructions guide the agent to run locally created TypeScript scripts using the
noderuntime ornpx tsx. This is used to handle deterministic tasks like file generation and validation, which is a recommended practice for modular skill development.
Audit Metadata