PkgRadar

Package evidence

@jolli.ai/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"require('fs').existsSync('dist/PostInstall.js') && require('child_process').spawnSync(process.execPath,['dist/PostInstall.js'],{stdio:'inherit'})\""

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
49
Versions published
5
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":["@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 bytes428,764
Previous version0.99.1
Published2026-06-02T01:05:39.995Z
SHA-256c768035b7eefc36af1a798299d98aee3f030e3dfff283a2f99582ec6ca35263d

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"require('fs').existsSync('dist/PostInstall.js') && require('child_process').spawnSync(process.execPath,['dist/PostInstall.js'],{stdio:'inherit'})\""

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.99.2Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"require('fs').existsSync('dist/PostInstall.js') && require('child_process').spawnSync(process.execPath,['dist/PostInstall.js'],{stdio:'inherit'})\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"require('fs').existsSync('dist/PostInstall.js') && require('child_process').spawnSync(process.execPath,['dist/PostInstall.js'],{stdio:'inherit'})\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"require('fs').existsSync('dist/PostInstall.js') && require('child_process').spawnSync(process.execPath,['dist/PostInstall.js'],{stdio:'inherit'})\""5

Manifest

Package metadata

Scripts13
  • allnpm run clean && npm run build && npm run lint && npm run test
  • buildvite build && tsc --project tsconfig.build.json
  • cleanrimraf dist/
  • clitsx src/Cli.ts
  • cli:buildnpm run build && node dist/Cli.js
  • lintbiome check --error-on-warnings
  • lint:fixbiome check --write
  • postbuildnode -e "require('fs').chmodSync('dist/Cli.js', 0o755)"
  • postinstallnode -e "require('fs').existsSync('dist/PostInstall.js') && require('child_process').spawnSync(process.execPath,['dist/PostInstall.js'],{stdio:'inherit'})"
  • testvitest run --coverage
  • test:acceptancevitest run --config vitest.acceptance.config.ts
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies4
  • @anthropic-ai/sdk^0.39.0
  • commander^13.1.0
  • open^11.0.0
  • semver^7.8.1