security-review
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Local Script Execution: The skill executes local scripts such as check-version.js, build-review-data.js, and render-review.js using Node.js. These scripts are part of the skill's local infrastructure and are used for administrative tasks and report generation.
- Orchestration of Security Tools: It leverages the Agent tool to run other security-focused skills like scan-site and manage-firewall in parallel. This modular approach allows the skill to perform a multi-faceted review efficiently.
- File System Interaction: The skill reads local project configuration files and site settings to perform its audit and writes a final consolidated HTML report to the documentation folder. These actions are necessary for the intended audit functionality.
- Data Integrity Constraints: The instructions include specific directives for sub-agents to provide raw output verbatim, which helps maintain the accuracy of security findings and prevents the AI from inadvertently altering technical data.
Audit Metadata