review
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands including
find,grep,xargs, andlsto identify and list markdown files modified on the current date. These commands are constrained to the local file system for context gathering. - [DATA_EXFILTRATION]: The skill utilizes a
track_eventtool to transmit metadata (event names and counts of accomplishments) to an analytics service. The instructions explicitly state this should only occur if the user has opted into analytics within their configuration. - [PROMPT_INJECTION]: The skill identifies an attack surface for indirect prompt injection by ingesting and processing untrusted data from external sources.
- Ingestion points: Reads content from
03-Tasks/Tasks.md,00-Inbox/Weekly_Plans.md, meeting notes in00-Inbox/Meetings/, and the current session history. - Boundary markers: The instructions do not specify the use of delimiters or boundary markers when processing these external inputs.
- Capability inventory: The skill possesses the ability to read and write files and execute shell commands (
find,ls). - Sanitization: No explicit sanitization or filtering of the ingested content is described before the agent 'reflects' on the data to extract learnings.
Audit Metadata