PkgRadar

Package evidence

@generousgames/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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.

Weekly downloads
22
Versions published
12
First published
Dec 2025
Publisher
gg-admin

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@generousgames/[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":["@generousgames/[email protected]"],"fail_on":"review"}'
Publishergg-admin
Artifact bytes34,259
Previous version0.0.11
Published2026-06-06T18:19:26.086Z
SHA-2560964a8991425f40305ad08ba49f8432b052de68ab88ed56f6d915a6a6d3362e0

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.0.12Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/src/apis/deploy.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/apis/deploy.tsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts7
  • buildtsc -p tsconfig.json && npm run copy-assets
  • checktsc -p tsconfig.json --noEmit
  • cleanrimraf dist || rm -rf dist
  • copy-assetsshx mkdir -p dist/cmake && shx cp -r cmake/* dist/cmake && shx mkdir -p dist/templates && shx cp -r templates/* dist/templates
  • devtsx src/index.ts
  • prepublishOnlynpm run build
  • testtsx --test test/*.test.ts
Dependencies10
  • @aws-sdk/client-s3^3.922.0
  • @aws-sdk/lib-storage^3.922.0
  • adm-zip^0.5.16
  • archiver^7.0.1
  • axios^1.12.2
  • colorette^2.0.20
  • mime^4.1.0
  • mustache^4.2.0
  • shasum^1.0.2
  • zx^8.8.4