ce-polish-beta
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple bash scripts (detect-project-type.sh, resolve-port.sh, etc.) to probe the environment and determine the correct configuration for the development server.
- [COMMAND_EXECUTION]: Based on the detected framework (Rails, Next.js, Vite, etc.) or user-defined settings in '.claude/launch.json', the skill initiates development server processes such as 'npm run dev', 'bin/dev', or 'overmind start'.
- [DATA_EXFILTRATION]: The 'resolve-port.sh' script parses local '.env' files for the 'PORT' variable. This access is limited to a specific grep for the port number to facilitate local browser connectivity and does not involve external data transmission.
- [COMMAND_EXECUTION]: The workflow involves git commands for checking out specific branches and committing changes made during the iteration phase.
Audit Metadata