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
189
Versions published
38Established · −30% score
First published
Dec 2025
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 bytes152,214
Previous version1.2.1
Published2026-04-30T12:30:41.571Z
SHA-25603c99b15ed78611ba249789f54f48753156e387b5b2deafbe714d15ea82ac86f

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/bin/create-app.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts11
  • buildrollup --config && pnpm build:types
  • build:typesember-tsc --project tsconfig.build.json --declaration && npx fix-bad-declaration-output './declarations/**/*.d.ts'
  • cleanrm -rf dist
  • devrollup --config --watch
  • lintconcurrently 'pnpm:lint:*(!fix)' --names 'lint:'
  • lint:fixconcurrently 'pnpm:lint:*:fix' --names 'fix:'
  • lint:jseslint .
  • lint:js:fixeslint . --fix
  • lint:typesember-tsc --noEmit --project tsconfig.json
  • testvitest --run
  • test:updatevitest --run --update
Dependencies16
  • @alcalzone/ansi-tokenize^0.2.2
  • @babel/core^7.28.5
  • @embroider/core^4.4.7
  • @embroider/vite^1.7.1
  • @glimmer/component^2.1.1
  • ansi-styles^6.2.3
  • chalk^5.6.2
  • chokidar^4.0.3
  • cli-boxes^4.0.1
  • ember-modifier^4.3.0
  • indent-string^5.0.0
  • slice-ansi^7.1.2
  • string-width^8.1.0
  • type-fest^5.5.0
  • widest-line^5.0.0
  • yoga-layout~3.2.1