init-repo
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches license templates from the author's GitHub repository (
Nathan13888/nice-skills) and standard.gitignoretemplates from the officialgithub/gitignorerepository viaWebFetch. These sources are well-known or author-controlled. - [COMMAND_EXECUTION]: Executes a variety of standard development commands through the Bash tool for project setup, including:
- Repository initialization (
git init) - Runtime and package manager setup (
bun init,npm init,cargo init,go mod init) - Installation of development tools and dependencies (
npm install,brew install,go install) - Creation of symlinks (
ln -s) and modification of file permissions (chmod +x) for project metadata and git hooks. - [SAFE]: Accesses local git configuration (
user.name,user.email) to populate license metadata, which is necessary for the skill's primary purpose and considered standard safe behavior.
Audit Metadata