PkgRadar

Package evidence

@costrict/[email protected]

Credential file access: matched "AWS_SECRET_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
638
Versions published
31
First published
Apr 2026
Publisher
zgsm

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":["@costrict/[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":["@costrict/[email protected]"],"fail_on":"review"}'
Publisherzgsm
Artifact bytes8,468,559
Previous version4.1.5
Published2026-05-25T09:14:07.945Z
SHA-25685c779dfe4a75e213c4f20490062da28dbb10cb1032ac16eab670d89b8268b5a

Why flagged

What the scanner saw

Credential file access: matched "AWS_SECRET_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
55Score
4.1.6Version
Status history (3 events)
  1. availableavailable · risk review · score 55 · status available -> available, risk high -> review, score 184 -> 55
  2. availableavailable · risk high · score 184 · status available -> available, risk high -> high, score 214 -> 184
  3. newavailable · risk high · score 214 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 16 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/chunk-2f6hs25r.jsmatched "AWS_SECRET_ACCESS_KEY"5
lowCredential file accesspackage/dist/chunk-5nw2z6cf.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/chunk-6rn53z4h.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/chunk-b271eyk7.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/chunk-f25zgpw9.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/chunk-fzhjp3cf.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/chunk-q2bz5rzq.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/chunk-qgr2w7rv.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/chunk-qp4gpfd6.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/chunk-tezak8rx.jsmatched "AWS_ACCESS_KEY"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/run-parallel.mjs scripts/postinstall.cjs scripts/setup-chrome-mcp.mjs scripts/install-cosknow.mjs"5
lowObfuscation Densitypackage/dist/chunk-6r94b345.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/chunk-gbp8x168.js8889718 bytes0
lowObfuscation Densitypackage/dist/chunk-hr5arqwf.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/chunk-p26t5d5e.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/chunk-xw3zx5dt.js2890546 bytes0

Manifest

Package metadata

Scripts39
  • buildbun run build.ts
  • build:binary:allbun run build && bun run compile:linux && bun run compile:linux-baseline && bun run compile:linux-musl && bun run compile:linux-musl-baseline && bun run compile:win && bun run compile:win-baseline && bun run compile:mac-arm64 && bun run compile:mac-x64 && bun run compile:mac-x64-baseline
  • build:binary:linuxbun run build && bun run compile:linux
  • build:binary:linux-baselinebun run build && bun run compile:linux-baseline
  • build:binary:linux-muslbun run build && bun run compile:linux-musl
  • build:binary:linux-musl-baselinebun run build && bun run compile:linux-musl-baseline
  • build:binary:macbun run build && bun run compile:mac-arm64 && bun run compile:mac-x64
  • build:binary:mac-arm64bun run build && bun run compile:mac-arm64
  • build:binary:mac-x64bun run build && bun run compile:mac-x64
  • build:binary:mac-x64-baselinebun run build && bun run compile:mac-x64-baseline
  • build:binary:winbun run build && bun run compile:win
  • build:binary:win-baselinebun run build && bun run compile:win-baseline
  • build:builtin-reviewbun run scripts/generate-review-builtin.ts
  • build:bunbun run build.ts
  • build:vitevite build && bun run scripts/post-build.ts
  • build:vite:onlyvite build
  • check:unusedknip-bun
  • compile:linuxbun build dist/cli.js --compile --target=bun-linux-x64 --outfile dist/csc-linux-x64
  • compile:linux-baselinebun build dist/cli.js --compile --target=bun-linux-x64-baseline --outfile dist/csc-linux-x64-baseline
  • compile:linux-muslbun build dist/cli.js --compile --target=bun-linux-x64-musl --outfile dist/csc-linux-x64-musl
  • compile:linux-musl-baselinebun build dist/cli.js --compile --target=bun-linux-x64-musl-baseline --outfile dist/csc-linux-x64-musl-baseline
  • compile:mac-arm64bun build dist/cli.js --compile --target=bun-darwin-arm64 --outfile dist/csc-darwin-arm64
  • compile:mac-x64bun build dist/cli.js --compile --target=bun-darwin-x64 --outfile dist/csc-darwin-x64
  • compile:mac-x64-baselinebun build dist/cli.js --compile --target=bun-darwin-x64-baseline --outfile dist/csc-darwin-x64-baseline
  • compile:winbun build dist/cli.js --compile --target=bun-windows-x64 --outfile dist/csc-windows-x64.exe
  • compile:win-baselinebun build dist/cli.js --compile --target=bun-windows-x64-baseline --outfile dist/csc-windows-x64-baseline.exe
  • devbun run scripts/dev.ts
  • dev:inspectbun run scripts/dev-debug.ts
  • docs:devnpx mintlify dev
  • formatbiome format --write src/
  • …and 9 more.
Dependencies8
  • @agentclientprotocol/sdk^0.19.0
  • @claude-code-best/mcp-chrome-bridge^2.0.8
  • gray-matter^4.0.3
  • hono^4.12.15
  • partial-json^0.1.7
  • semver^7.7.4
  • undici^7.24.6
  • ws^8.20.0