create-harness
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a shell command to perform project scaffolding.
- Evidence:
Calls npx create-agent-harness <name>in the 'Under the hood' section of SKILL.md. - [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto download and run thecreate-agent-harnesspackage from the npm registry. - Evidence: Use of
npx create-agent-harnessin SKILL.md. - [PROMPT_INJECTION]: User-provided data, such as the harness name, is interpolated into a shell command, creating a surface for potential indirect prompt injection or command injection.
- Ingestion points: User input for 'Harness name' and 'Description' in SKILL.md.
- Boundary markers: Absent; instructions do not specify validation or delimiters for the name variable to prevent shell metacharacter injection.
- Capability inventory: Shell command execution via
npxin SKILL.md. - Sanitization: Absent; the skill relies on the agent's default handling of variables in shell commands.
Audit Metadata