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 23, 2026 and we found 5 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 166

Template literal with variable interpolation in command context

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

Access to .env file

SourceSKILL.md
138level: process.env.LOG_LEVEL ?? 'info',
low line 144

Access to .env file

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

External URL reference

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

External URL reference

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