CtrlK
BlogDocsLog inGet started
Tessl Logo

pubnub/pubnub-scale

Scale PubNub applications for high-volume real-time events

92

1.45x
Quality

61%

Does it follow best practices?

Impact

96%

1.45x

Average score across 15 eval scenarios

SecuritybySnyk

Low

Low-risk findings worth noting

Overview
Quality
Evals
Security
Files

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

Third-party content exposure detected (high risk: 0.80). The skill's references/persistence.md explicitly instruct the agent to fetch and process user-generated messages via PubNub's History API (fetchMessages, initial load and catch-up patterns), which exposes it to untrusted third-party content that could carry instructions.

Where we found it

PubNub History API (ps.pubnub.com)

domain · 11 sites

The persistence.md reference file contains 10 code examples using pubnub.fetchMessages() to retrieve user-generated messages from PubNub's History API, which serves untrusted third-party content that could carry prompt-injection instructions.

PubNub Real-time API (pubsub.pubnub.com)

domain · 5 sites

The reference files contain 5 code examples using pubnub.addListener() with message handlers that process user-generated real-time messages from PubNub's subscribe API, which serves untrusted third-party content that could carry prompt-injection instructions.

references/performance.md

171

pubnub.addListener({

183

pubnub.addListener({

202

pubnub.addListener({

references/persistence.md

198

pubnub.addListener({

references/scaling-patterns.md

174

pubnub.addListener({

Report incorrect finding
Audited
Security analysis
Snyk