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
| 362 | log.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
| 375 | log.info(`${signal} received, shutting down gracefully`, { service: '[module-name]' }); |
low line 242
Access to .env file
SourceSKILL.md
| 242 | secret: config.jwt?.secret || process.env.JWT_SECRET || 'change-me', |
low line 282
Access to .env file
SourceSKILL.md
| 282 | message: process.env.NODE_ENV === 'production' |
low line 613
Access to .env file
SourceSKILL.md
| 613 | const 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
| 157 | url: ${AUTH_URL:-http://localhost:3021} |
low line 159
External URL reference
SourceSKILL.md
| 159 | url: ${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
| 362 | log.info(`[Module Name] service listening on http://${config.server.host}:${config.server.port}`, { |
Scanned on Feb 19, 2026
View Security DashboardGitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry