form-responses
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
pnpm actionCLI tool to perform data operations such aslist-responses,response-insights,preview-form, andexport-responses. These commands are used to interact with the local application environment and database. - [DATA_EXPOSURE]: The skill accesses the
responsesSQL table, which contains sensitive information such assubmitterEmailandip(Submitter IP). This access is necessary for the skill's primary function of form response management and auditing. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it processes untrusted user-generated content from form responses.
- Ingestion points: The
datacolumn in theresponsestable, which is read and processed bylist-responsesandresponse-insights. - Boundary markers: No explicit boundary markers or delimiters are defined in the instructions to separate untrusted response data from agent instructions.
- Capability inventory: The agent can read database records, perform calculations on the data, and write to the local filesystem via
export-responses. - Sanitization: There are no instructions provided for sanitizing or escaping the content retrieved from the form submissions before analysis.
Audit Metadata