feature-spec
Fail
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [UNVERIFIABLE_DEPENDENCIES_AND_REMOTE_CODE_EXECUTION]: The skill instructs the agent to install optional companion tools using the command
npx skills add mattpocock/skills --skill <name>. This involves the execution of thenpxpackage runner to fetch and run code from a third-party GitHub repository (mattpocock/skills) which is not included in the verified trusted vendor list. - [INDIRECT_PROMPT_INJECTION]: The skill processes data from various external and local sources, creating an attack surface for indirect prompt injection where malicious instructions could be embedded in data.
- Ingestion points: The skill is instructed to read "Feature records", "product context", "external trackers", and the
.waypoint/local.yamlconfiguration file. - Boundary markers: The instructions lack requirements for using delimiters or boundary markers to separate system instructions from the content ingested from these external files.
- Capability inventory: The agent is granted the capability to read local filesystem contents and execute shell commands (via the
npxinstallation instruction). - Sanitization: No sanitization, validation, or filtering of the external data is specified in the skill's instructions before the content is processed.
Recommendations
- AI detected serious security threats
Audit Metadata