request-character-or-style
Pass
Audited by Gen Agent Trust Hub on Feb 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
npm run netato perform its primary function. This is standard behavior for invoking local Node.js tools and matches the skill's description. - [PROMPT_INJECTION]: The skill defines a surface for indirect prompt injection as it takes user-provided input from the
--nameand--uuidflags and interpolates them into a shell command. 1. Ingestion points: Parameters--nameand--uuiddefined inSKILL.md. 2. Boundary markers: Double quotes are used in documentation examples, but no specific sanitization instructions are provided for the agent. 3. Capability inventory: The skill has the capability to execute commands via thenpmbinary. 4. Sanitization: No explicit input validation or escaping mechanisms are described in the markdown file.
Audit Metadata