skill-reviewer
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes content from other SKILL.md files and profile configurations, creating a surface for indirect prompt injection.
- Ingestion points: Uses
cue lint-skill,grep, andheadto read data from local files (SKILL.md, profiles/profile.yaml). - Boundary markers: No explicit delimiters or boundary markers are used to isolate content from audited files.
- Capability inventory: Performs file system operations (
mkdir), file reads, and executes local project tools (cue,bin/cue-learnings). - Sanitization: Content from external files is processed without explicit sanitization before being used in shell commands or prompt interpolation.
- [COMMAND_EXECUTION]: Employs standard Unix utilities for file analysis and project management.
- Evidence: Uses
grep,sed,head, andwcto parse and count lines in project files as part of the linting and auditing process. - Evidence: Utilizes
mkdir -pto create directory structures for new skill scaffolding. - [COMMAND_EXECUTION]: Interacts with vendor-provided CLI tools and local scripts to perform advanced auditing tasks.
- Evidence: Calls the
cuebinary for linting skills and ranking skill usage based on session history. - Evidence: Executes
bin/cue-learningsto record and search discoveries across sessions, maintaining a local knowledge base in the user's home directory.
Audit Metadata