PkgRadar

Package evidence

@jolli.ai/[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
1
First published
Jun 2026
Publisher
summerfang-jolli

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":["@jolli.ai/[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":["@jolli.ai/[email protected]"],"fail_on":"review"}'
Artifact bytes105,648
Previous versionnone
Published2026-06-02T00:06:34.646Z
SHA-256729ca85a5c8a1b042adcdb3df39dafc6a9b66a1079b5a506e6c6b5dcc776f8f9

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/Plugin.jsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts8
  • allnpm run clean && npm run typecheck && npm run build && npm run lint && npm run test
  • buildvite build && tsc --project tsconfig.build.json --emitDeclarationOnly
  • cleanrimraf dist/
  • lintbiome check --error-on-warnings
  • lint:fixbiome check --write
  • testvitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies4
  • @mdx-js/mdx^3.1.1
  • chokidar^4.0.0
  • jsonc-parser^3.3.1
  • yaml^2.6.1