review-skill
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill acts as a set of quality control guidelines and manual checklists for developers. It does not perform any automated actions, network requests, or sensitive file access.
- [COMMAND_EXECUTION]: The skill suggests the use of standard, non-destructive Unix utilities (
ls,head,wc) for local file inspection. These commands are used for structural verification (checking file presence, reading headers, and counting lines) and do not pose a security risk in this context. - [INDIRECT_PROMPT_INJECTION]: The skill provides instructions for processing external data (reviewing other skills). While it lacks explicit boundary markers or sanitization, the intended capabilities are limited to basic file metadata inspection without dynamic code execution or sensitive data sinks.
- Ingestion points: Reads files located in
skills/[skill-name]/. - Boundary markers: Absent.
- Capability inventory: Basic file system inspection via
ls,head, andwc. - Sanitization: Absent.
- [CREDENTIALS_UNSAFE]: The skill actively encourages safe credential management by instructing users to use
.env.examplefiles and ensuring.envfiles are included in.gitignore.
Audit Metadata