Skip to main content

test-observability

Integrates Playwright tests with observability tools for debugging, performance measurement, and test dashboard creation.

Install this skill

or
71/100

Security score

The test-observability skill was audited on Feb 12, 2026 and we found 17 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 227

Template literal with variable interpolation in command context

SourceSKILL.md
227'Authorization': `Bearer ${process.env.OTEL_AUTH_TOKEN}`,
medium line 402

Template literal with variable interpolation in command context

SourceSKILL.md
402'traceparent': `00-${traceId}-${spanId}-01`,
medium line 238

Curl to non-GitHub URL

SourceSKILL.md
238curl -X POST http://otel-collector.railway.internal:4318/v1/traces \
low line 56

Access to .env file

SourceSKILL.md
56endpoint: process.env.OTEL_ENDPOINT || 'http://localhost:4318/v1/traces',
low line 100

Access to .env file

SourceSKILL.md
100serverUrl: process.env.TRACETEST_URL || 'http://localhost:11633',
low line 101

Access to .env file

SourceSKILL.md
101apiKey: process.env.TRACETEST_API_KEY,
low line 211

Access to .env file

SourceSKILL.md
211# Set in Railway service or .env
low line 223

Access to .env file

SourceSKILL.md
223serviceName: process.env.OTEL_SERVICE_NAME || 'playwright-tests',
low line 224

Access to .env file

SourceSKILL.md
224endpoint: process.env.OTEL_EXPORTER_OTLP_ENDPOINT,
low line 227

Access to .env file

SourceSKILL.md
227'Authorization': `Bearer ${process.env.OTEL_AUTH_TOKEN}`,
low line 262

Access to .env file

SourceSKILL.md
262endpoint: process.env.OTEL_ENDPOINT,
low line 56

External URL reference

SourceSKILL.md
56endpoint: process.env.OTEL_ENDPOINT || 'http://localhost:4318/v1/traces',
low line 66

External URL reference

SourceSKILL.md
66OTEL_ENDPOINT=http://localhost:4318/v1/traces npx playwright test
low line 69

External URL reference

SourceSKILL.md
69OTEL_ENDPOINT=http://otel-collector.railway.internal:4318/v1/traces npx playwright test
low line 100

External URL reference

SourceSKILL.md
100serverUrl: process.env.TRACETEST_URL || 'http://localhost:11633',
low line 212

External URL reference

SourceSKILL.md
212OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector.railway.internal:4318
low line 238

External URL reference

SourceSKILL.md
238curl -X POST http://otel-collector.railway.internal:4318/v1/traces \
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →