cso
“Chief Security Officer mode. (gstack)”
ACKNOWLEDGEMENTS.mdaipkg.jsonLICENSE.txtREADME.mdSKILL.mdSKILL.md.tmpl- 01SQP-275%MEDIUM
SKILL.md.tmpl:295
detailhide
The skill reads files outside the repository during Phase 8 global skill scanning without adequately disclosing this behavior to users upfront. While the skill does include an AskUserQuestion prompt before executing global scans, the main skill description (lines 5-11) does not warn users that this skill performs file operations and subprocess execution across the system. Users enabling this skill may not realize it has permission to read their globally installed skills and configuration files, which could expose sensitive paths or credentials stored outside the repository.
293- `IGNORE PREVIOUS`, `system override`, `disregard`, `forget your instructions` (prompt injection)294295**Tier 2 — global skills (requires permission):** Before scanning globally installed skills or user settings, use AskUserQuestion:296"Phase 8 can scan your globally installed AI coding agent skills and hooks for malicious patterns. This reads files outside the repo. Want to include this?"297Options: A) Yes — scan global skills too B) No — repo-local onlyfix Update the main skill description (preamble section) to explicitly state: 'WARNING: This skill executes file reads and system scans. Phase 8 (Skill Supply Chain) can read files outside this repository when explicitly enabled. Requires informed user consent.' Additionally, ensure the AskUserQuestion for Phase 8 appears prominently in the skill's initial output and clearly explains the scope of out-of-repo file access before scanning.
- 02SQP-270%MEDIUM
SKILL.md.tmpl:5
detailhide
The skill description omits disclosure that it performs subprocess execution (Bash, Grep, Glob tools) and file system operations (Read, Write tools). Users reading the brief description may not understand the full system-level access this skill grants. This is particularly concerning because the skill is designed to audit security posture—users may assume it only performs analysis without actually executing system commands. The description should be transparent about the capabilities being invoked.
3preamble-tier: 24version: 2.0.05description: |6 Chief Security Officer mode. Infrastructure-first security audit: secrets archaeology,7 dependency supply chain, CI/CD pipeline security, LLM/AI security, skill supply chainfix Expand the skill description to include: 'Uses system tools (Bash, Read, Write, Grep, Glob) to scan files, execute git operations, and analyze configuration. Requires appropriate file system permissions.' This sets user expectations before they invoke the skill.