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,094Niche · −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 bytes49,191,293
Previous version0.1.30
Published2026-05-28T19:35:02.885Z
SHA-2565ebc5efda9e6e69e501729be7e37b54c0ac4cd5c468770710a5ba609ad663c9b

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.1.31Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/__w3kits/webcontainer-runtime/apps/daemon/dist/storage/project-storage.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/__w3kits/webcontainer-runtime/apps/daemon/dist/redact.jsmatched "github_token"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

Scripts15
  • 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/agui-adapter build && pnpm --filter @open-design/diagnostics build && pnpm --filter @open-design/plugin-runtime build && pnpm --filter @open-design/registry-protocol build && pnpm --filter @open-design/host 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
  • i18n:coveragetsx ./scripts/i18n-coverage-report.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
  • tools-servepnpm exec tools-serve
  • typecheckpnpm -r --workspace-concurrency=1 --if-present run typecheck && tsc -p scripts/tsconfig.json --noEmit
  • verify:w3kits-packagenode scripts/verify-w3kits-webcontainer-package.mjs