cloudbase
Audited by Runlayer on Mar 13, 2026
Tool passed security scan
Risky tool definition detected
For end‑to‑end experiences, pair this skill with: - Web‑side auth documentation (for all browser‑side login and UX using `@cloudbase/js-sdk`).
Tool passed security scan
Data Exfiltration
Context Poisoning
Risky tool definition detected
**Verification flow**: Save `verification_id` from send step, use it in verify step
Prompt Injection
Privilege Escalation
Shadow Persistence
Context Poisoning
Supply Chain Compromise
Tool passed security scan
Privilege Escalation
Context Poisoning
Supply Chain Compromise
Supply Chain Compromise
Tool passed security scan
Risky tool definition detected
Description: .aggregate() .match({ timestamp: db.command.gte(new Date(Date.now() - 30 * 24 * 60 * 60 * 1000)) }) .group({ _id: '$userId', actionCount: { $sum: 1 }, lastAction: { $max: '$timestamp' }, actions: { $push: '$actionType' } }) .sort({ actionCount: -1 }) .limit(20) .end(); ``` ## Error Handling Always handle aggregation errors: ```javascript try { const result = await db.collection('orders') .aggregate() .group({ _id: '$category', total: { $sum: '$amount' } }) .end(); if (result.list.le
Tool passed security scan
Risky tool definition detected
Description: .aggregate() .match({ timestamp: db.command.gte(new Date(Date.now() - 30 * 24 * 60 * 60 * 1000)) }) .group({ _id: '$userId', actionCount: { $sum: 1 }, lastAction: { $max: '$timestamp' }, actions: { $push: '$actionType' } }) .sort({ actionCount: -1 }) .limit(20) .end(); ``` ## Error Handling Always handle aggregation errors: ```javascript try { const result = await db.collection('orders') .aggregate() .group({ _id: '$category', total: { $sum: '$amount' } }) .end(); if (result.list.le
Shadow Persistence
Supply Chain Compromise
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Passed Files (29)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan