quick-journal
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- Prompt Injection (LOW): The skill directly interpolates the
$ARGUMENTSvariable into the instructions. This allows a user to provide input that could potentially override the agent's logic, such as instructing it to delete other files instead of appending to the journal. - Indirect Prompt Injection (LOW): The skill reads existing file content which may contain instructions that influence the agent's behavior.
- Ingestion points:
$ARGUMENTSand the output of theReadtool for the journal file. - Boundary markers: Absent. The prompt does not use delimiters (like triple backticks or XML tags) to separate instructions from untrusted data.
- Capability inventory: The skill has
Read,Edit, andGlobcapabilities, allowing it to explore the file system and modify content. - Sanitization: Absent. There is no logic to validate the input or escape characters before processing.
Audit Metadata