扫描报告
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.
可以安装
This skill is safe to use. Ensure users don't share credentials in shared environments and consider using test accounts instead of production credentials.
安全发现 2 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 低危 | Browser capability not explicitly declared in SKILL.md | SKILL.md:5 |
| 提示 | Credentials passed via CLI arguments | scripts/velora-chat.js:68 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md:47, scripts/velora-chat.js:24 - Only connects to velora.cloudm8.net |
| 浏览器 | READ | WRITE | ✓ 一致 | scripts/velora-chat.js:16 - Uses chromium.launch() which requires browser contro… |
| 文件系统 | NONE | NONE | — | No file operations detected |
| 命令执行 | NONE | NONE | — | No shell commands executed |
| 环境变量 | READ | READ | ✓ 一致 | SKILL.md documents VELORA_EMAIL/VELORA_PASSWORD usage |
4 项发现
中危 外部 URL 外部 URL
https://velora.cloudm8.net/login SKILL.md:100 提示 邮箱 邮箱地址
[email protected] SKILL.md:33 提示 邮箱 邮箱地址
[email protected] SKILL.md:54 提示 邮箱 邮箱地址
[email protected] scripts/velora-chat.js:71 目录结构
3 文件 · 7.9 KB · 268 行 Markdown 2f · 197L
JavaScript 1f · 71L
├─
▾
references
│ └─
companions.md
Markdown
├─
▾
scripts
│ └─
velora-chat.js
JavaScript
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
playwright | * | npm | 否 | Version not pinned in documentation |
安全亮点
✓ 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