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 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 (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/__w3kits/webcontainer-runtime/apps/daemon/dist/storage/project-storage.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/__w3kits/webcontainer-runtime/apps/daemon/dist/redact.js | matched "github_token" | 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
Scripts15
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/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.mjsguardtsx ./scripts/guard.ts && node --import tsx --test scripts/style-policy.test.tsi18n:checktsx ./scripts/i18n-check.tsi18n:coveragetsx ./scripts/i18n-coverage-report.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-prtools-servepnpm exec tools-servetypecheckpnpm -r --workspace-concurrency=1 --if-present run typecheck && tsc -p scripts/tsconfig.json --noEmitverify:w3kits-packagenode scripts/verify-w3kits-webcontainer-package.mjs