security-review
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the
Bashtool to perform local file system reconnaissance. It runsfindandgrepcommands to identify project patterns (such asDockerfileoropenapispecifications), which is consistent with its intended function as a security orchestrator. - [SAFE]: No sensitive data access or network exfiltration patterns were detected. The skill operates entirely on the local file system using tools specified in its configuration.
- [SAFE]: The skill implements dynamic subskill selection by constructing file paths to internal resources (e.g.,
.claude/skills/$SKILL_NAME/SKILL.md). This selection is governed by a static whitelist (case statement), preventing arbitrary file path injection.
Audit Metadata