harness-mint
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npx metaharnessto fetch and execute the scaffolding utility from the npm registry. This is the core functionality of the skill. - [COMMAND_EXECUTION]: Shell commands are used to invoke the
metaharnesstool vianpxto create new directory trees. - [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection because user-provided values for arguments like
--nameand--templateare interpolated into shell commands. - Ingestion points: User input provided via agent prompts for the
--name,--template, and--hostarguments inSKILL.md. - Boundary markers: Absent; the instructions do not describe the use of delimiters or escaping for the user-controlled arguments.
- Capability inventory: Subprocess execution via
npxwithin thescripts/mint.mjsscript. - Sanitization: The documentation states that the skill validates
--nameand--templateand performs safety checks on the target path, providing a layer of protection against malicious input.
Audit Metadata