plain
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands (
date,mkdirfor POSIX;Get-Date,New-Itemfor PowerShell) to generate unique identifiers and ensure the target directory~/Documents/notes/exists before writing files (SKILL.md). - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting and processing untrusted content from external sources.
- Ingestion points: Content is retrieved from external URLs via WebFetch, local file paths via Read, or general concepts via WebSearch (SKILL.md).
- Boundary markers: None; the skill does not specify the use of delimiters or instructions to ignore embedded commands within the fetched content.
- Capability inventory: The skill has the ability to execute shell commands and write files to the local file system (SKILL.md).
- Sanitization: There are no instructions for sanitizing or validating the ingested content before it is processed by the agent.
Audit Metadata