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,019,484
Previous version0.1.28
Published2026-05-27T18:34:25.713Z
SHA-256ab27c6d5bc17852ccdf0f8aeb014ffa752162e97a25cda01a2ea820362e4e06a

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.29Version
Status history (2 events)
  1. availableavailable · risk review · score 7 · status available -> available, risk high -> review, score 59 -> 7
  2. newavailable · risk high · score 59 · status changed

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