Skip to main content

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
177console.log(`✓ Created: ${todo.text} (priority: ${todo.priority})`)
medium line 184

Template literal with variable interpolation in command context

SourceSKILL.md
184console.log(` ${i + 1}. ${t.text} ${check}`)
medium line 235

Template literal with variable interpolation in command context

SourceSKILL.md
235console.log(`Created user: ${user.username} (${user.email}) [${user.role}]`)
medium line 240

Template literal with variable interpolation in command context

SourceSKILL.md
240console.log(`Users (${users.length}):`)
medium line 242

Template literal with variable interpolation in command context

SourceSKILL.md
242console.log(` ${u.username} <${u.email}> [${u.role}]`)
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →
GitHub Stars 56
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
pikkujs/pikku