install-skills
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
npx --yes skillscommands to manage other agent skills. These commands are executed based on explicit user requests and include safety constraints like avoiding--copyand verifying installations via--jsonoutput. - [REMOTE_CODE_EXECUTION]: While the skill downloads other skills from GitHub or URLs via
npx skills add <source>, this is the primary, intended purpose of the tool. The instructions explicitly mandate listing skills (--list) and asking for user confirmation before installation if the source contains multiple items. - [DATA_EXPOSURE]: The skill accesses project-local and global configuration files (e.g.,
~/.agents/.skill-lock.json,skills-lock.json) to inventory current skills. This data is used solely for identifying update candidates and is not exfiltrated.
Audit Metadata