conductor-setup
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
chmod +xto grant execution permissions to project-specific scripts created in thebin/andscript/directories. - [COMMAND_EXECUTION]: The skill triggers standard Rails and Node.js dependency installation using
bundle installandnpm installto prepare the development environment. - [SAFE]: The skill manages Rails secrets and environment variables by symlinking
.envandmaster.keyfiles from a host-provided directory (CONDUCTOR_ROOT_PATH), which is a routine practice for maintaining isolated development workspaces.
Audit Metadata