Skip to main content

yargs-scaffolder

Generates Yargs-based CLI applications with TypeScript support, enabling developers to create robust command-line tools efficiently.

Install this skill

or
93/100

Security score

The yargs-scaffolder skill was audited on Feb 25, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 152

Template literal with variable interpolation in command context

SourceSKILL.md
152console.log(`Starting server on ${argv.host}:${argv.port}`);
low line 197

External URL reference

SourceSKILL.md
197- Yargs Documentation: https://yargs.js.org/
low line 199

External URL reference

SourceSKILL.md
199- Command Modules: https://yargs.js.org/docs/#api-reference-commandmodule
Scanned on Feb 25, 2026
View Security Dashboard