PkgRadar

Package evidence

[email protected]

no findings

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.

Versions published
4
First published
Jun 2026
Publisher
yucekj

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheryucekj
Artifact bytes261,323
Previous version2026.4.29-2
Published2026-06-05T04:09:04.315Z
SHA-25696985dd6f7c941e4ca061ae7bffa45da4b5d971d9703abe30e3ed4ed679d5fa0

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

low
Last checked
lowRisk
0Score
2026.4.29-3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • buildtsc
  • cleanrm -rf dist
  • deploy:localbash scripts/dev-deploy.sh
  • deploy:local:extensionsbash scripts/dev-deploy.sh --target=extensions
  • devtsc --watch
  • prebuildnpm run clean
  • prepublishOnlynpm run build && npm run schema:generate
  • regression:long-markdownnpm run build && node ./scripts/regression-long-markdown.mjs
  • releasenode scripts/publish-all.mjs
  • release:cinode scripts/publish-all.mjs --yes --restore=no
  • release:drynode scripts/publish-all.mjs --dry-run
  • schema:generatenode ./scripts/generate-schema.mjs
  • testvitest run
  • test:im-streamvitest run src/endpoint-dispatch.test.ts
  • test:watchvitest --watch
Dependencies6
  • @wecom/aibot-node-sdk^1.0.6
  • fast-xml-parser^5.5.9
  • file-type^21.3.0
  • marked^16.4.1
  • undici^7.24.6
  • zod^4.3.6