Skip to main content

create-container-module

Scaffolds container modules for microservices, generating essential files and configurations for a standardized architecture.

Install this skill

or
77/100

Security score

The create-container-module skill was audited on Feb 19, 2026 and we found 11 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 139

Template literal with variable interpolation in command context

SourceSKILL.md
139```yaml
medium line 362

Template literal with variable interpolation in command context

SourceSKILL.md
362log.info(`[Module Name] service listening on http://${config.server.host}:${config.server.port}`, {
medium line 375

Template literal with variable interpolation in command context

SourceSKILL.md
375log.info(`${signal} received, shutting down gracefully`, { service: '[module-name]' });
low line 242

Access to .env file

SourceSKILL.md
242secret: config.jwt?.secret || process.env.JWT_SECRET || 'change-me',
low line 282

Access to .env file

SourceSKILL.md
282message: process.env.NODE_ENV === 'production'
low line 613

Access to .env file

SourceSKILL.md
613const currentLevel: LogLevel = (process.env.LOG_LEVEL as LogLevel) || 'info';
low line 635

Access to .env file

SourceSKILL.md
635? { error: error.message, stack: process.env.NODE_ENV !== 'production' ? error.stack : undefined }
low line 157

External URL reference

SourceSKILL.md
157url: ${AUTH_URL:-http://localhost:3021}
low line 159

External URL reference

SourceSKILL.md
159url: ${LOGGING_URL:-http://localhost:3014}
low line 175

External URL reference

SourceSKILL.md
175"$schema": "http://json-schema.org/draft-07/schema#",
low line 362

External URL reference

SourceSKILL.md
362log.info(`[Module Name] service listening on http://${config.server.host}:${config.server.port}`, {
Scanned on Feb 19, 2026
View Security Dashboard
Installation guide →