generators
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill requests access to
Bashspecifically forbin/rails generate,bin/rails g,bin/rails destroy, andbin/rails dcommands. These tool permissions are narrowly scoped to the local Rails binary and are necessary for the skill's primary purpose of managing code generation. - [DATA_EXPOSURE]: The instructions involve using
ReadandGrepto inspect project configuration files such asconfig/application.rb. This is used to align generated code with existing project conventions (e.g., UUIDs vs integers) and does not involve accessing sensitive credentials or exfiltrating data. - [SAFE]: The skill follow best practices by encouraging the use of
--pretend(dry run) before executing generators that modify multiple files, and by usingbin/rails destroyfor clean rollbacks. No malicious patterns, obfuscation, or unauthorized network operations were detected.
Audit Metadata