rails-ai-kit-init
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill clones project boilerplate from the author's official GitHub repository at https://github.com/AAlvAAro/rails-ai-kit.git.
- [EXTERNAL_DOWNLOADS]: Installation of dependencies via bundle and npm involves downloading third-party packages from public registries.
- [COMMAND_EXECUTION]: Automates project setup through shell commands including git for version control and the GitHub CLI (gh) for repository management.
- [COMMAND_EXECUTION]: Executes local scripts bin/setup and bin/dev from the cloned repository to prepare the database and verify the application boots successfully.
- [COMMAND_EXECUTION]: The skill accepts user-supplied project and organization names which are interpolated into shell commands. While instructions specify naming rules (lowercase kebab-case), no programmatic sanitization is defined within the skill file.
Audit Metadata