transcript-notes
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted content from external transcript files without utilizing boundary markers or explicit instructions to ignore embedded commands.
- Ingestion points: Reads user-supplied transcript files (e.g.,
.txtfiles intranscripts/directory) as described in the workflow section ofSKILL.md. - Boundary markers: Absent; there are no instructions to the agent to distinguish between the meeting content and the agent's internal processing logic, which could allow malicious instructions within a transcript to influence agent behavior.
- Capability inventory: The agent has the ability to read from the file system, create directories (
notes/{series-slug}/), and write markdown files (Workflow Step 3 inSKILL.md). - Sanitization: No sanitization or validation of the transcript content is mentioned prior to processing or writing the output.
Audit Metadata