quality-checks
Pass
Audited by Gen Agent Trust Hub on Mar 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill implements shell-based hooks for IDEs to automate code quality workflows. These scripts invoke standard utilities like ESLint, Prettier, and project-specific test suites. All identified commands are scoped to the project directory and are routine for software development tasks.- [SAFE]: The skill contains active security controls, specifically in the validate-shell.sh script, which inspects shell commands for destructive patterns (e.g., recursive root deletion or dangerous permission changes) before execution. Furthermore, file hooks include logic to verify that paths are relative and internal to the repository, mitigating potential path traversal risks.
Audit Metadata