repo-healthcheck-node
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection via repository-specific configuration files.
- Ingestion points: The skill reads untrusted data from
AGENTS.mdandCLAUDE.mdto extract version requirements and build/install commands. - Boundary markers: There are no instructions provided to use boundary markers or delimiters when processing the content of these documentation files.
- Capability inventory: The skill uses the
Bashtool to execute extracted commands, which can include arbitrary shell operations. - Sanitization: No sanitization or validation of the extracted commands is performed before they are executed.
- [COMMAND_EXECUTION]: The skill executes shell commands to verify the development environment, including
node --version,pnpm --version,pnpm install, andpnpm build. When the--fixargument is used, it may also executenvm installornpm install -g pnpm@latestto attempt auto-remediation of detected issues. - [EXTERNAL_DOWNLOADS]: If the
--fixflag is enabled, the skill may download thepnpmpackage from the official NPM registry usingnpm install -g pnpm@latest.
Audit Metadata