Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":"high"}'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":"high"}'Why flagged
What the scanner saw
Credential file access: matched "NPM_TOKEN"
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 high · score 42 · status changed
Related candidates
Linked campaigns and clusters
rez
3 members · evidence strength 62Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/.github/workflows/publish.yml | matched "NPM_TOKEN" | 30 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/.github/workflows/publish.yml | matched "NPM_TOKEN" | 30 |
| low | Obfuscation | package/eslint.config.js | matched "\\u0000" | 3 |
| low | Obfuscation | package/src/commons/constants.ts | matched "\\u0020" | 3 |
| low | Obfuscation | package/api/server.ts | matched "\\x1b" | 3 |
| low | Obfuscation | package/vite.config.ts | matched "\\x1b" | 3 |
Manifest
Package metadata
Scripts14
apinode dist/api/server.jsbuildpnpm run build:client && pnpm run build:apibuild:apitsc --project api/tsconfig.jsonbuild:clienttsc -b && vite builddevvitelinteslint --fix .lint:cssstylelint --fix 'src/**/*.css'lint:depsknip --dependenciesprettifyprettier --write .prodvite preview --port 4173startpnpm run-p start:dev start:apistart:apinodemon api/server.tsstart:devpnpm run devstart:prodpnpm run build && pnpm run-p prod api
Dependencies8
@mistralai/mistralai^2.2.1dotenv^17.4.2openai^6.39.0react^19.2.6react-dom^19.2.6react-markdown^10.1.0react-router-dom^7.15.1zustand^5.0.13