claude-plugins
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/validate-plugin.nuscript usesgit cloneto download external plugin repositories from GitHub for validation. This targets a well-known service for the intended purpose of the skill. - [COMMAND_EXECUTION]: The skill relies on Nushell (
nu) scripts and thegitcommand-line tool to perform file manipulation and network operations. These are used as part of the core functionality for plugin management. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it processes content from untrusted external files (Category 8).
- Ingestion points: The
scripts/validate-plugin.nuscript reads content fromplugin.jsonandSKILL.mdfiles (including those downloaded from GitHub) using theopencommand. - Boundary markers: The script does not use specific delimiters or warnings to isolate the content of fields like
descriptionornamewhen displaying validation results. - Capability inventory: The agent utilizing this skill has access to
Bash,Write,Edit, andReadtools, which could be exploited if the agent follows malicious instructions found within a validated plugin. - Sanitization: The script performs format validation (e.g., kebab-case, length checks) but does not sanitize the text content for potential prompt injection patterns.
Audit Metadata