veld-feedback
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and acts upon untrusted data provided by humans through feedback threads.\n
- Ingestion points: The skill uses the
veld feedback listencommand to receive JSON events containing human-authored text in fields likethread.messages[0].bodyandmessage.body(as documented inSKILL.md).\n - Boundary markers: There are no explicit instructions or delimiters provided to the agent to treat the human feedback as data rather than instructions, nor is there a directive to ignore embedded instructions within the feedback text.\n
- Capability inventory: The agent is granted the capability to perform code changes and execute various
veldCLI subcommands (answer,ask,threads) based on the content of these external messages.\n - Sanitization: The instructions do not specify any validation, filtering, or sanitization of the feedback content before it is processed by the agent to determine its next actions.
Audit Metadata