Skip to main content

cli-core

Provides foundational patterns for building command-line interfaces using the Effect CLI framework.

Install this skill

or
65/100

Security score

The cli-core skill was audited on Feb 9, 2026 and we found 7 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 33

Template literal with variable interpolation in command context

SourceSKILL.md
33({ name }) => Console.log(`Hello, ${name}!`)
medium line 57

Template literal with variable interpolation in command context

SourceSKILL.md
57yield* Console.log(`Got: ${config.someArg}`)
medium line 205

Template literal with variable interpolation in command context

SourceSKILL.md
205({ file }) => Console.log(`Adding ${file}`)
medium line 209

Template literal with variable interpolation in command context

SourceSKILL.md
209({ file }) => Console.log(`Removing ${file}`)
medium line 272

Template literal with variable interpolation in command context

SourceSKILL.md
272yield* Console.log(`Listing (verbose=${verbose}, format=${format})`)
medium line 281

Template literal with variable interpolation in command context

SourceSKILL.md
281yield* Console.log(`Adding: ${name}`)
medium line 367

Template literal with variable interpolation in command context

SourceSKILL.md
367Console.error(`Not found: ${e.id}`)
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →