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 promotingMixed 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"}'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
Status history (4 events)
- available → available · risk review · score 7 · status available -> available, risk high -> review, score 159 -> 7
- available → available · risk high · score 159 · status available -> available, risk high -> high, score 184 -> 159
- available → available · risk high · score 184 · status available -> available, risk high -> high, score 1326 -> 184
- new → available · risk high · score 1326 · status changed
Related candidates
Linked campaigns and clusters
Install-time lifecycle script — postinstall="node ./scripts/postinstall.mjs"
19 members · evidence strength 90luanxu
2 members · evidence strength 64Evidence
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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/__w3kits/webcontainer-runtime/apps/daemon/dist/redact.js | matched "aws_access_key" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node ./scripts/postinstall.mjs" | 5 |
| low | Obfuscation Density | package/dist/__w3kits/webcontainer-runtime/vendor_node_modules/.package-lock.json | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts13
bake:community-petsnode --experimental-strip-types scripts/bake-community-pets.tsbuildpnpm --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.mjsguardtsx ./scripts/guard.ts && node --import tsx --test scripts/style-policy.test.tsi18n:checktsx ./scripts/i18n-check.tspostinstallnode ./scripts/postinstall.mjsseed:curated-design-skillsnode --experimental-strip-types scripts/seed-curated-design-skills.tsseed:test-projectsnode --experimental-strip-types scripts/seed-test-projects.tssync:community-petsnode --experimental-strip-types scripts/sync-community-pets.tstools-devpnpm exec tools-devtools-packpnpm exec tools-packtools-prpnpm exec tools-prtypecheckpnpm -r --workspace-concurrency=1 --if-present run typecheck && tsc -p scripts/tsconfig.json --noEmitverify:w3kits-packagenode scripts/verify-w3kits-webcontainer-package.mjs