remnawave-robot
Skill manages VPN account lifecycle with legitimate functionality but exhibits concerning patterns: hardcoded IP endpoint, SSL verification disabled, and suspicious external subscription URLs embedded in documentation.
8.212.8.43 为什么得出这个结论
1/4 个维度触发声明资源与推断能力基本一致。
提取到 1 个高危 IOC 或外联信号。
没有形成明确的恶意路径。
发现 1 项需要关注的依赖或供应链线索。
风险分是怎么被拉高的
8.212.8.43 used as default Remnawave API URL in setup and docs
sslRejectUnauthorized: false in config, accepts self-signed certs
datat.cc URLs with 'crypto-link' path embedded in SMTP-FIX.md
ENV_FILE references ../../.env, configuration access documented
最关键的证据
Hardcoded IP address as default API endpoint
The Remnawave API address defaults to raw IP 8.212.8.43 instead of a domain name. This is suspicious for a production service.
setup.js:148 SSL certificate verification disabled by default
Configuration sets sslRejectUnauthorized to true (ignoring SSL errors) which allows MITM attacks against the API connection.
setup.js:158 Suspicious subscription URLs in documentation
SMTP-FIX.md contains URLs to datat.cc domain with 'crypto-link' path - these are the actual subscription URLs being distributed to users. The domain naming is suspicious.
SMTP-FIX.md:176 Configuration stored in parent directory .env
The API token is stored in ../../.env rather than within the skill directory, giving broader filesystem access scope.
create-account.js:39 声明能力 vs 实际能力
Reads .env and config JSON files for credential access HTTPS requests to Remnawave API and SMTP servers No shell execution in main JS scripts 可疑产物与外联
8.212.8.43 PUBLISH-SUMMARY.md:138
https://8.212.8.43 PUBLISH-SUMMARY.md:138
https://mail.zoho.com SMTP-FIX.md:50
https://46force235a-6cb1-crypto-link.datat.cc/api/sub/wBMXavTEzFbxxY57 SMTP-FIX.md:176
https://46force235a-6cb1-crypto-link.datat.cc/api/sub/_6z3BUw1Ca5dqH0d SMTP-FIX.md:184
https://rjdx19yd9zo.sg.larksuite.com/docx/EwMLdN3asoQ44FxOlN6lQ6frgdh?from=from_copylink create-account.js:186
https://v2raytun.com/ create-account.js:187
https://testappdownload-bydtmscom.oss-cn-hongkong.aliyuncs.com/OPSFILE/v2RayTun_Setup.zip create-account.js:188
https://apps.apple.com/us/app/v2raytun/id6476628951 create-account.js:189
https://sub.example.com/xxx templates/account-created.md:15
https://apps.apple.com/... templates/account-created.md:19
依赖与供应链
| 包名 | 版本 | 来源 | 漏洞 | 备注 |
|---|---|---|---|---|
| nodemailer | ^8.0.2 | npm | 否 | Version not pinned (caret range) |
文件构成
create-account.js PUBLISH-SUMMARY.md setup.js templates/account-created.md SMTP-FIX.md