pikku-cli
Facilitates building CLI commands with Pikku, covering subcommands, options, and custom renderers for enhanced terminal interactions.
Install this skill
or
75/100
Security score
The pikku-cli skill was audited on Jun 5, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 177
Template literal with variable interpolation in command context
SourceSKILL.md
| 177 | console.log(`✓ Created: ${todo.text} (priority: ${todo.priority})`) |
medium line 184
Template literal with variable interpolation in command context
SourceSKILL.md
| 184 | console.log(` ${i + 1}. ${t.text} ${check}`) |
medium line 235
Template literal with variable interpolation in command context
SourceSKILL.md
| 235 | console.log(`Created user: ${user.username} (${user.email}) [${user.role}]`) |
medium line 240
Template literal with variable interpolation in command context
SourceSKILL.md
| 240 | console.log(`Users (${users.length}):`) |
medium line 242
Template literal with variable interpolation in command context
SourceSKILL.md
| 242 | console.log(` ${u.username} <${u.email}> [${u.role}]`) |
Scanned on Jun 5, 2026
View Security Dashboard