gs-uitk-testing-utils 0.0.1

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 +19 -0
  2. package/package.json +9 -0
package/README.md ADDED
@@ -0,0 +1,19 @@
1
+ # gs-uitk-testing-utils — reserved, not a package
2
+
3
+ **Do not install or depend on this. It contains no code, no scripts and no dependencies.**
4
+
5
+ On 2026-09-15 this name held no versions on the public npm registry. Its registry record showed
6
+ that versions `9.9.0` and `9.9.11` had been published under it and then unpublished on
7
+ 2026-08-03, leaving the name free for anyone to claim.
8
+
9
+ It is reserved here as a proof of concept for a security report filed with Goldman Sachs through
10
+ HackerOne by `musty312`. The version is deliberately `0.0.1` so that it cannot be selected by any
11
+ semantic-version range and cannot displace the package of the same name inside Goldman's own
12
+ build.
13
+
14
+ No attempt was made to have this package resolved, installed or executed by anyone. It declares
15
+ no dependencies and no lifecycle scripts, so installing it does nothing at all.
16
+
17
+ **Goldman Sachs:** this name will be transferred to you, or unpublished, immediately on request
18
+ through the HackerOne report or `bugbounty@gs.com`. It is held only so that it cannot be claimed
19
+ by someone else in the meantime.
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "gs-uitk-testing-utils",
3
+ "version": "0.0.1",
4
+ "description": "Defensive name reservation for a HackerOne security report. Not a functional package. Contains no code. Goldman Sachs: this name is available for transfer on request.",
5
+ "license": "MIT",
6
+ "keywords": ["security", "name-reservation", "do-not-use"],
7
+ "files": ["README.md"],
8
+ "author": "musty312 (HackerOne)"
9
+ }