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
- 19
- Versions published
- 62
- First published
- Mar 2026
- Publisher
- melcanz85
Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 50 · status changed
Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cli/index.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/compiler/index.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/index.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/dist/plugins/vite.js | matched "raw.githubusercontent.com" | 12 |
| medium | Remote Payload | package/src/compiler/btt.ts | matched "raw.githubusercontent.com" | 12 |
Manifest
Package metadata
Scripts17
buildnpm run build:clean && npm run build:types && npm run build:core && npm run build:cli && npm run build:plugins && npm run build:runtime && npm run build:browser && npm run build:compilerbuild:browseresbuild src/browser.ts --bundle --platform=browser --format=esm --outfile=dist/browser.js --external:react --external:react-dom --external:vue --external:svelte --external:urlbuild:cleanrm -rf distbuild:cliesbuild src/cli/index.ts --bundle --platform=node --format=esm --outfile=dist/cli/index.js --packages=external && chmod +x dist/cli/index.jsbuild:compileresbuild src/compiler/index.ts --bundle --platform=node --format=esm --outfile=dist/compiler/index.js --packages=externalbuild:coreesbuild src/index.ts --bundle --platform=node --format=esm --outfile=dist/index.js --packages=externalbuild:pluginsesbuild src/plugins/vite.ts --bundle --platform=node --format=esm --outfile=dist/plugins/vite.js --packages=external && esbuild src/plugins/webpack.ts --bundle --platform=node --format=esm --outfile=dist/plugins/webpack.js --packages=externalbuild:runtimeesbuild src/runtime/index.ts --bundle --platform=browser --format=esm --outfile=dist/runtime/index.js --external:react --external:react-dom --external:vue --external:svelte --external:urlbuild:typestsc -p tsconfig.build.jsondevtsc -wprepublishOnlynpm run buildtestvitest runtest:coveragevitest run --coveragetest:integrationvitest run __tests__/integrationtest:unitvitest run __tests__/unittest:verboseCHAINCSS_TEST_VERBOSE=1 vitest runtest:watchvitest
Dependencies5
browserslist^4.28.2chalk^5.6.2chokidar^5.0.0commander^14.0.3glob^13.0.6