PkgRadar

Package evidence

@w3kits/[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
1,518Niche · −30% score
Versions published
8
First published
May 2026
Publisher
luanxu

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@w3kits/[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":["@w3kits/[email protected]"],"fail_on":"review"}'
Publisherluanxu
Artifact bytes34,017,629
Previous version0.1.22
Published2026-05-24T04:36:58.666Z
SHA-2568244e69538269d01d33ee4ef252b380aa7a1184067b80180aa6685c09557dce7

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
7Score
0.1.23Version
Status history (4 events)
  1. availableavailable · risk review · score 7 · status available -> available, risk high -> review, score 159 -> 7
  2. availableavailable · risk high · score 159 · status available -> available, risk high -> high, score 184 -> 159
  3. availableavailable · risk high · score 184 · status available -> available, risk high -> high, score 1326 -> 184
  4. newavailable · risk high · score 1326 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPstale

Install-time lifecycle script — postinstall="node ./scripts/postinstall.mjs"

19 members · evidence strength 90
Publisher / release actor burststale

luanxu

2 members · evidence strength 64

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/__w3kits/webcontainer-runtime/apps/daemon/dist/redact.jsmatched "aws_access_key"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.mjs"5
lowObfuscation Densitypackage/dist/__w3kits/webcontainer-runtime/vendor_node_modules/.package-lock.jsonhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts13
  • bake:community-petsnode --experimental-strip-types scripts/bake-community-pets.ts
  • buildpnpm --filter @open-design/contracts build && pnpm --filter @open-design/platform build && pnpm --filter @open-design/sidecar-proto build && pnpm --filter @open-design/sidecar build && pnpm --filter @open-design/browser-vfs build && pnpm --filter @open-design/daemon build && W3KITS_PLUGIN_BUILD=1 pnpm --filter @open-design/web build && node scripts/prepare-w3kits-dist.mjs && node scripts/verify-w3kits-webcontainer-package.mjs
  • guardtsx ./scripts/guard.ts && node --import tsx --test scripts/style-policy.test.ts
  • i18n:checktsx ./scripts/i18n-check.ts
  • postinstallnode ./scripts/postinstall.mjs
  • seed:curated-design-skillsnode --experimental-strip-types scripts/seed-curated-design-skills.ts
  • seed:test-projectsnode --experimental-strip-types scripts/seed-test-projects.ts
  • sync:community-petsnode --experimental-strip-types scripts/sync-community-pets.ts
  • tools-devpnpm exec tools-dev
  • tools-packpnpm exec tools-pack
  • tools-prpnpm exec tools-pr
  • typecheckpnpm -r --workspace-concurrency=1 --if-present run typecheck && tsc -p scripts/tsconfig.json --noEmit
  • verify:w3kits-packagenode scripts/verify-w3kits-webcontainer-package.mjs