jr-rails-new
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various system commands to generate the application and configure its environment. This includes running
rails new,bundle add, and various Rails generators. It also defines custom binstubs for managing worktree isolation, which use commands likegit worktree,docker compose, anddevcontainer.- [EXTERNAL_DOWNLOADS]: The skill references and downloads external tools required for the development workflow. This includes theworktrunkutility from its official domain and theovermindprocess manager from its GitHub releases. Both are well-known tools in the Rails community and are used here for legitimate workspace management.- [SAFE]: The skill handles sensitive files such as.envandmaster.keyonly to replicate them across local project worktrees. This is a standard and necessary practice for Rails development environments to ensure consistency across isolated workspaces.
Audit Metadata