cloud-functions

Warn

Audited by Runlayer on Mar 6, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
81%
Files
1
Flagged
1
Chunks
3
Flagged Files (1)
cloud-functions/SKILL.mdMEDIUM
80.6%

Tool passed security scan

Risky tool definition detected

```javascript // Server res.setHeader('Content-Type', 'text/event-stream'); res.write(`data: ${JSON.stringify({ content: 'Hello' })} `); // Client const es = new EventSource('https://your-domain/stream'); es.onmessage = (e) => console.log(JSON.parse(e.data)); ``` **WebSocket:** Enable via `protocolType: "WS"` in `createFunction`.

Audit Metadata
Max File Score
81%
Classification
KNOWN_SERVER_ALL_UNKNOWN
Files Scanned
1
Files Flagged
1
Chunks Analyzed
3
Analyzed
Mar 6, 2026, 01:42 PM
Security Audit — runlayer — cloud-functions