Skip to main content

pikku-concepts

Provides foundational guidance on the Pikku framework, covering core concepts, project structure, and backend migration strategies.

Install this skill

or
85/100

Security score

The pikku-concepts skill was audited on Jun 5, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109logger.info(`Created todo: ${todo.id}`)
medium line 221

Access to .env file

SourceSKILL.md
221Never use `process.env` inside Pikku functions. Use the `variables` service (see `pikku-config`):
medium line 227

Access to .env file

SourceSKILL.md
227`process.env` belongs in server bootstrap code (`start.ts`) only.
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →