Skip to main content

salesforce-observability

Enables monitoring of Salesforce integrations with API limit tracking, error classification, and alerting for enhanced operational visibility.

Install this skill

or
83/100

Security score

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

Categories Tested

Security Issues

medium line 147

Template literal with variable interpolation in command context

SourceSKILL.md
147const events = await conn.query(`
medium line 158

Template literal with variable interpolation in command context

SourceSKILL.md
158`/services/data/v59.0/sobjects/EventLogFile/${event.Id}/LogFile`
medium line 161

Template literal with variable interpolation in command context

SourceSKILL.md
161console.log(`${event.EventType} on ${event.LogDate}: ${event.LogFileLength} bytes`);
low line 268

External URL reference

SourceSKILL.md
268- [Salesforce Status API](https://api.status.salesforce.com/)
low line 269

External URL reference

SourceSKILL.md
269- [Prometheus Best Practices](https://prometheus.io/docs/practices/naming/)
Scanned on May 26, 2026
View Security Dashboard
Installation guide →