Scan Report
5 /100
velora-chat
Chat with AI companions on Velora (velora.cloudm8.net)
Legitimate browser automation script for testing Velora AI companion platform. All functionality is declared in SKILL.md with no hidden behavior, credential exfiltration, or suspicious network activity.
Safe to install
This skill is safe to use. Ensure users don't share credentials in shared environments and consider using test accounts instead of production credentials.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | Browser capability not explicitly declared in SKILL.md | SKILL.md:5 |
| Info | Credentials passed via CLI arguments | scripts/velora-chat.js:68 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | SKILL.md:47, scripts/velora-chat.js:24 - Only connects to velora.cloudm8.net |
| Browser | READ | WRITE | ✓ Aligned | scripts/velora-chat.js:16 - Uses chromium.launch() which requires browser contro… |
| Filesystem | NONE | NONE | — | No file operations detected |
| Shell | NONE | NONE | — | No shell commands executed |
| Environment | READ | READ | ✓ Aligned | SKILL.md documents VELORA_EMAIL/VELORA_PASSWORD usage |
4 findings
Medium External URL 外部 URL
https://velora.cloudm8.net/login SKILL.md:100 Info Email 邮箱地址
[email protected] SKILL.md:33 Info Email 邮箱地址
[email protected] SKILL.md:54 Info Email 邮箱地址
[email protected] scripts/velora-chat.js:71 File Tree
3 files · 7.9 KB · 268 lines Markdown 2f · 197L
JavaScript 1f · 71L
├─
▾
references
│ └─
companions.md
Markdown
├─
▾
scripts
│ └─
velora-chat.js
JavaScript
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
playwright | * | npm | No | Version not pinned in documentation |
Security Positives
✓ No credential exfiltration or transmission to third parties
✓ All network activity limited to declared velora.cloudm8.net domain
✓ No shell execution, subprocess calls, or eval() usage
✓ No file system access to sensitive paths (~/.ssh, ~/.aws, .env)
✓ No base64-encoded payloads or obfuscated code
✓ No hidden functionality or steganography in comments
✓ Credentials documented as user-provided only
✓ Clear SKILL.md documentation of intended behavior