Skip to main content

application-logging

Facilitates structured logging across applications for effective debugging and monitoring using the ELK stack and various programming languages.

Install this skill

or
97/100

Security score

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

Categories Tested

Security Issues

low line 35

Access to .env file

SourceSKILL.md
35level: process.env.LOG_LEVEL || 'info',
low line 39

Access to .env file

SourceSKILL.md
39environment: process.env.NODE_ENV || 'development'
low line 213

External URL reference

SourceSKILL.md
213ELASTICSEARCH_HOSTS: http://elasticsearch:9200
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →