code-verification
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for executing various local shell scripts and development tools to verify code integrity and manage the local environment.
bash bin/verify.sh: A local script used to run the full quality check suite.sudo bash reset_dev_database.sh: An administrative command used to reset the local development database to a known state.sudo service mariadb start: Used to manage the local database service.npm run test:ui: Executes end-to-end tests using Playwright against a local environment.- [EXTERNAL_DOWNLOADS]: The instructions include standard dependency management operations that fetch code from established package registries.
npm install: Fetches Node.js dependencies from the official npm registry to prepare the development environment.
Audit Metadata