cs-issue
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to manage local workflow state within the
.codestabledirectory. All operations, such as reading issue status and routing to sub-tasks, are restricted to the local environment and follow standard development practices. - [PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it ingests data from local markdown files to determine workflow routing.
- Ingestion points: Reads files from the
.codestable/issues/directory, specifically{slug}-report.md,{slug}-analysis.md, and{slug}-fix-note.md(as described in SKILL.md). - Boundary markers: Uses YAML frontmatter (
doc_type) to categorize and filter documents. - Capability inventory: Triggers routing to sub-skills (
cs-issue-report,cs-issue-analyze,cs-issue-fix) and identifies issue status via file system globbing. - Sanitization: The skill identifies state based on file existence and metadata rather than executing content within the issue reports, minimizing the impact of potentially malicious content in the issue files.
Audit Metadata