ln-130-tasks-docs-creator
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a structured documentation pipeline using local templates (
references/templates/) and validation rules (references/docs_quality_rules.json). All file operations are constrained to thedocs/tasks/directory and use standard agent tools. - [SAFE]: Configuration for Linear integration (Team Name, UUID, and Team Key) is gathered via interactive prompts with strict regex validation (e.g., hex format for UUIDs and 2-4 uppercase letters for Team Keys). This data is used to populate local project documentation.
- [SAFE]: The skill uses machine-readable boundary markers such as
<!-- SCOPE: ... -->and standard metadata headers (DOC_KIND,DOC_ROLE) to define the context and purpose of processed documents, which helps prevent context pollution. - [SAFE]: Task provider operations are restricted to platform-provided MCP methods (
mcp__linear-server__*) or local file manipulations, ensuring the agent remains within authorized execution environments.
Audit Metadata