PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
56
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["[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"}'
Artifact bytes116,427
Previous version0.11.0-alpha.29
Published2026-06-11T13:19:54.437Z
SHA-256f34ff996a049c8a11c11df500170fb9548639a6924ce1eeeaffb426c617e5ad9

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
0.11.0-alpha.30Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/chunk-JQ6D44V5.jsmatched "raw.githubusercontent.com"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/chunk-JQ6D44V5.jsmatched "raw.githubusercontent.com"12
lowCredential file accesspackage/dist/chunk-JQ6D44V5.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts17
  • buildtsup src/index.ts src/cli.ts --format esm --dts --clean
  • devtsup src/index.ts src/cli.ts --format esm --dts --watch
  • testnode --test --experimental-strip-types --loader ./tests/loader.mjs tests/crypto.test.ts tests/storage.test.ts tests/keychain.test.ts tests/mentions.test.ts tests/outputRedactor.test.ts tests/fileEmbed.test.ts tests/embedCreator.test.ts tests/shareEncryption.test.ts tests/server.test.ts tests/ws.test.ts tests/urlEmbed.test.ts && node --test --experimental-strip-types tests/embedRenderers.test.ts && node --test tests/cli.test.ts tests/billing.test.ts tests/account-delete.test.ts tests/signup.test.ts tests/security-setup.test.ts tests/e2e-provisioning.test.ts
  • test:unit:account-deletenode --test tests/account-delete.test.ts
  • test:unit:billingnode --test tests/billing.test.ts
  • test:unit:clinode --test tests/cli.test.ts
  • test:unit:cryptonode --test --experimental-strip-types tests/crypto.test.ts
  • test:unit:e2e-provisioningnode --test tests/e2e-provisioning.test.ts
  • test:unit:embed-renderersnode --test --experimental-strip-types tests/embedRenderers.test.ts
  • test:unit:keychainnode --test --experimental-strip-types tests/keychain.test.ts
  • test:unit:security-setupnode --test tests/security-setup.test.ts
  • test:unit:servernode --test --experimental-strip-types tests/server.test.ts
  • test:unit:signupnode --test tests/signup.test.ts
  • test:unit:storagenode --test --experimental-strip-types --loader ./tests/loader.mjs tests/storage.test.ts
  • test:unit:url-embednode --test --experimental-strip-types --loader ./tests/loader.mjs tests/urlEmbed.test.ts
  • test:unit:wsnode --test --experimental-strip-types tests/ws.test.ts
  • typechecktsc --noEmit
Dependencies5
  • @toon-format/toon2.1.0
  • ahocorasick1.0.2
  • qrcode-terminal^0.12.0
  • tweetnacl^1.0.3
  • ws8.20.1