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 Why this conclusion was reached
1/4 dimensions flaggedDeclared resources and inferred behavior are broadly aligned.
1 high-risk artifacts or egress signals were extracted.
There is no explicit malicious chain in the report.
1 dependency or supply-chain issues need attention.
What drove the risk score up
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
Most important evidence
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 Declared capability vs actual capability
Reads .env and config JSON files for credential access HTTPS requests to Remnawave API and SMTP servers No shell execution in main JS scripts Suspicious artifacts and egress
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
Dependencies and supply chain
| Package | Version | Source | Known vuln | Notes |
|---|---|---|---|---|
| nodemailer | ^8.0.2 | npm | No | Version not pinned (caret range) |
File composition
create-account.js PUBLISH-SUMMARY.md setup.js templates/account-created.md SMTP-FIX.md