Skip to main content

cross-platform-structured-logging

Facilitates unified JSON logging across multiple platforms, enhancing log management and traceability with structured data.

Install this skill

or
82/100

Security score

The cross-platform-structured-logging skill was audited on Feb 9, 2026 and we found 10 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 473

Template literal with variable interpolation in command context

SourceSKILL.md
473logger.info(`User ${userId} logged in from ${ip}`)
medium line 537

Curl to non-GitHub URL

SourceSKILL.md
537curl http://localhost:3000/api/test
low line 112

Access to .env file

SourceSKILL.md
112level: process.env.LOG_LEVEL || 'info',
low line 115

Access to .env file

SourceSKILL.md
115transport: process.env.NODE_ENV === 'development'
low line 122

Access to .env file

SourceSKILL.md
122name: process.env.SERVICE_NAME || 'api',
low line 123

Access to .env file

SourceSKILL.md
123version: process.env.SERVICE_VERSION || '1.0.0'
low line 125

Access to .env file

SourceSKILL.md
125environment: process.env.NODE_ENV || 'development'
low line 203

Access to .env file

SourceSKILL.md
203transport: process.env.NODE_ENV === 'production'
low line 363

Access to .env file

SourceSKILL.md
363environment: process.env.GCLOUD_PROJECT
low line 537

External URL reference

SourceSKILL.md
537curl http://localhost:3000/api/test
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →