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.

Weekly downloads
39
Versions published
15Established · −30% score
First published
Aug 2024
Publisher
pakastin

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":["[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"}'
Publisherpakastin
Artifact bytes8,761,509
Previous version16.1.0
Published2025-10-27T21:45:02.108Z
SHA-256ca7ac3ef1664f0c85a34a0143f46d16b4f1909818dc92ed9b1d6f4f26c3ca8d7

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/get-emojis.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts4
  • buildnpm run build-es && npm run build-cjs
  • build-cjsrollup -p '@rollup/plugin-babel={ babelHelpers: "bundled", presets: ["@babel/preset-env"] }' --inlineDynamicImports -f cjs -n nomoji -o dist/nomoji.cjs src/nomoji.js
  • build-esrollup -p '@rollup/plugin-babel={ babelHelpers: "bundled", presets: ["@babel/preset-env"] }' --inlineDynamicImports -f iife -n nomoji -o dist/nomoji.js src/nomoji.js
  • testecho "Error: no test specified" && exit 1
Dependencies1
  • @rollup/plugin-babel^6.1.0