install-skill
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/install-skill.shscript uses shell commands (mkdir,ln,rm) to manage skill directories and create symbolic links. TheSKILL.mdinstructions also utilizegit,npm, andpipfor repository management and dependency installation. - [EXTERNAL_DOWNLOADS]: The skill's core workflow involves downloading content from external sources, such as GitHub repositories and Gists, to a local environment for assessment and installation.
- [REMOTE_CODE_EXECUTION]: The instructions direct the agent to run package managers like
npm installorpip installon externally sourced code. This can lead to the execution of arbitrary code via post-install scripts or build processes in those third-party repositories. The skill attempts to mitigate this through a mandatory security assessment step. - [PROMPT_INJECTION]: As a tool designed to ingest and process untrusted external skills (markdown and code), it possesses an indirect prompt injection surface.
- Ingestion points: External GitHub repositories, Gists, and URLs processed during the identification step in
SKILL.md. - Boundary markers: The skill relies on a structured output from the
oss-security-checkskill to distinguish between the assessment results and the untrusted content. - Capability inventory: The agent is authorized to clone repositories, run package managers, and create filesystem links across multiple CLI application directories.
- Sanitization: The skill implements comprehensive checks for supply chain anomalies, ClickFix-style malware patterns (including macOS Gatekeeper bypasses), and mandates human review through an "Install and review" recommendation for suspicious findings.
Audit Metadata