collaboration-helper
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection, as it processes and displays content that may be influenced by untrusted external sources.
- Ingestion points: The script
scripts/collaboration_helper.pyreads task data fromdata/tasks.jsonor an arbitrary path provided via the--dataor--workspacearguments. - Boundary markers: Task metadata (titles, notes, owners) is displayed to the agent without delimiters or instructions to ignore embedded commands, which may lead the agent to follow instructions hidden within the task data.
- Capability inventory: The skill has the capability to read and write JSON files to the local filesystem. The ability to specify arbitrary paths for the data file increases the surface area for unauthorized file access if the agent is manipulated.
- Sanitization: The implementation in
scripts/collaboration_helper.pyperforms no sanitization, escaping, or validation on the strings provided for thetitle,owner, ornotefields before they are persisted or output to the console.
Audit Metadata