ln-130-tasks-docs-creator
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill handles documentation files which represent an indirect prompt injection surface.
- Ingestion points:
docs/tasks/README.mdanddocs/tasks/kanban_board.mdwhich are read and validated for content. - Boundary markers: Utilizes SCOPE tags (e.g.,
<!-- SCOPE: ... -->) and specific markdown headers to identify and constrain processed content. - Capability inventory: Operates with file system capabilities including
Read,Write,Edit,Glob, andmkdirfor document management. - Sanitization: Employs strict regex validation for user-provided data like Linear Team UUIDs and Team Keys.
- [EXTERNAL_DOWNLOADS]: Fetches the Mermaid.js library from a well-known CDN (cdn.jsdelivr.net) within the
diagram.htmlfile for state diagram rendering.
Audit Metadata