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
234
Versions published
84Established · −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 bytes288,643
Previous version4.16.0
Published2026-04-27T05:07:08.043Z
SHA-256279949723ce6ebe290d6a52478c232d56e959651a83d553301b5d3a25cfcb359

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/services/plugin-manager.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/services/skills-manager.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/services/plugin-manager.tsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/services/skills-manager.tsmatched "raw.githubusercontent.com"12
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/services/plugin-manager.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/services/skills-manager.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/services/plugin-manager.tsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/services/skills-manager.tsmatched "raw.githubusercontent.com"12
lowCredential file accesspackage/src/data/mcp-servers.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/src/data/mcp-servers.tsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts11
  • devbun --watch src/main.tsx
  • eslinteslint "**/*.{js,cjs,ts,mjs,jsx,tsx}"
  • formatbiome format --write src/
  • lintnpm run eslint
  • lintfixnpm run eslint -- --fix
  • postlinttemplate-oss-check
  • posttestnpm run lint
  • snaptap
  • startbun run src/main.tsx
  • template-oss-applytemplate-oss-apply --force
  • testtap
Dependencies6
  • @opentui/core^0.1.75
  • @opentui/react^0.1.75
  • chalk^5.3.0
  • fs-extra^11.2.0
  • react^19.0.0
  • semver^7.6.3