@miraj181/ipingyou 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -4
package/README.md CHANGED
@@ -74,7 +74,13 @@ graph LR
74
74
 
75
75
  ---
76
76
 
77
- ## 🛠 Prerequisites
77
+ ## 🛡️ Security Scanner Disclaimer
78
+
79
+ Because **iPingYou** is a powerful remote administration tool with features like background daemonization (via PM2), secure shell execution (`execa`), and anti-forensics capabilities (`panic` mode), automated security scanners (such as Socket.dev or enterprise EDRs) may flag this package as a **potential risk** or **malware-like**.
80
+
81
+ These alerts (e.g., "AI-detected potential code anomaly", "Shell access", "Network access") are **expected behavior** for a peer-to-peer tunneling utility. The source code is entirely open-source, heavily documented, and uses zero-knowledge encryption to ensure your data is safe.
82
+
83
+ ---
78
84
 
79
85
  | Tool | Required | Installation Guide |
80
86
  |------|----------|--------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miraj181/ipingyou",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "SecureLink-CLI — Secure peer-to-peer remote access via SSH & Cloudflare Tunnels",
5
5
  "main": "src/cli.js",
6
6
  "bin": {
@@ -45,9 +45,6 @@
45
45
  "chalk": "^5.3.0",
46
46
  "commander": "^12.1.0",
47
47
  "execa": "^9.5.2",
48
- "express": "^5.2.1",
49
- "express-rate-limit": "^8.5.2",
50
- "helmet": "^8.1.0",
51
48
  "inquirer": "^12.3.2",
52
49
  "nanoid": "^5.0.9",
53
50
  "open": "^11.0.0",