Skip to main content

apollo-observability

Sets up comprehensive monitoring and observability for Apollo.io integrations, enhancing logging, metrics, and alerting capabilities.

Install this skill

or
91/100

Security score

The apollo-observability skill was audited on May 12, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160const span = tracer.startSpan(`apollo.${config.method?.toUpperCase()} ${config.url}`);
low line 133

Access to .env file

SourceSKILL.md
133level: process.env.LOG_LEVEL ?? 'info',
low line 139

Access to .env file

SourceSKILL.md
139transport: process.env.NODE_ENV !== 'production' ? { target: 'pino-pretty' } : undefined,
low line 253

External URL reference

SourceSKILL.md
253- [OpenTelemetry JavaScript](https://opentelemetry.io/docs/languages/js/)
low line 254

External URL reference

SourceSKILL.md
254- [Pino Logger](https://getpino.io/)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →