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
- 1,374Niche · −30% score
- Versions published
- 96
- First published
- Mar 2026
- Publisher
- nericoder
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@neriros/[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":["@neriros/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Large Javascript Payload: 6022009 bytes
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 7 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/shell/index.js | 6022009 bytes | 10 |
Manifest
Package metadata
Scripts27
build:architecturebun run apps/agent/src/scripts/generate-architecture.tsbuild:cinx affected -t build --exclude=uibuild:publishbunx nx run-many --target=build --projects=shell,mcp --output-style stream && bun run copy-assetscheck:circular:cidepcruise packages/*/src apps/*/src --config .dependency-cruiser.cjscheck:depsdepcruise packages/*/src apps/*/src --config .dependency-cruiser.cjscheck:duplicatesbun scripts/check-duplicate-declarations.ts --diffcheck:duplicates:allbun scripts/check-duplicate-declarations.ts --allcheck:outdated:cibun scripts/check-outdated.tscheck:shellbash scripts/check-shell.shcheck:structurebun scripts/check-prop-drilling.ts && bun scripts/check-hooks-location.ts && bun scripts/check-folder-size.ts && bun scripts/check-filename-case.ts && bun scripts/check-single-component.ts && bun scripts/check-no-reexport-tsx.ts && bun scripts/check-test-location.ts && bun scripts/check-static-error-messages.ts && bash scripts/check-no-unsafe-casts.shcheck:unusedknipcheck:unused:ciknipcopy-assetsbun scripts/copy-assets.tsfmtoxfmt --write .fmt:checkoxfmt --check .fmt:cinx affected -t fmt:check --exclude=uilintoxlint --config .oxlintrc.json .lint:cinx affected -t lint --exclude=uilint:fixoxlint --config .oxlintrc.json --fix .preparebunx huskyprepublishOnlybun run build:publishralphybun .ralph/bin/shell.jstest:affected-files:coverage:cibun scripts/bun-test-affected-files.ts --coveragetest:cinx affected -t test --exclude=uitest:coverage:cinx affected -t test:coverage --exclude=uitypechecknx affected -t typechecktypecheck:cinx affected -t typecheck --parallel=1 --exclude=ui
Dependencies2
@fission-ai/openspeclatestyaml^2.9.0