Trust signals
Why this verdict
PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.
- Versions published
- 5
- First published
- Mar 2026
- Publisher
- tschrader-ggs
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
Block this release in CIcurl · GitHub Actions
Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer $PKGRADAR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"specs":["@goodgamestudios/[email protected]"],"fail_on":"review"}'GitHub Actions step:
- name: PkgRadar gate
run: |
curl -fsS https://pkgradar.com/gate/npm \
-H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
-H "Content-Type: application/json" \
-d '{"specs":["@goodgamestudios/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
No high-signal static finding in the saved report.
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts19
GO-LIVEnpm run build:production && npm run deploy:productionQA-TESTnpm run build:qa && npm run deploy:qabddjest bdd/*buildparcel build src/empire.ts src/bigfarm.tsbuild:devcross-env NODE_ENV=dev AD_LOG=on npm run buildbuild:localcross-env NODE_ENV=production parcel build src/empire.ts src/bigfarm.ts -d localbuild:productioncross-env NODE_ENV=production npm run build --experimental-scope-hoisting -- --no-source-mapsbuild:qacross-env NODE_ENV=qa AD_LOG=on npm run builddeploy:devnpm run release -- --prerelease dev && npm publish --access public --tag devdeploy:productionnpm run release && npm publish --access public --tag productiondeploy:qanpm run release -- --prerelease qa && npm publish --access public --tag qaflush:qacurl -s https://purge.jsdelivr.net/npm/@goodgamestudios/cxf-ia-venatus@qa/dist/index.js && curl -s https://purge.jsdelivr.net/npm/@goodgamestudios/cxf-ia-venatus@qa/dist/index.js.maplinttslint './src/**/*.ts'localhttp-server --cors ./local -p 3366 -c-1prebuildrimraf dist .cachereleasestandard-versionstartparcel bdd/src/index.html -p 3330testnpm run unit && npm run bddunitjest src/*
Dependencies2
@goodgamestudios/cxf-ready^1.0.1readuz^1.0.0