writing-fragments
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill has a surface for indirect prompt injection by reading external content from a local file and user input without utilizing boundary markers or sanitization logic.
- Ingestion points: The agent is instructed in
SKILL.mdto "re-read the file from disk" before every write and to capture everything the user says, including the "initial prompt," as fragments. - Boundary markers: There are no specific delimiters or instructions in
SKILL.mdto ignore potential instructions embedded within the fragments. - Capability inventory: The skill possesses file read and append capabilities as described in
SKILL.mdto manage the fragment document. - Sanitization: No filtering, escaping, or validation of the content being read or written is specified in
SKILL.mdoragents/openai.yaml.
Audit Metadata