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,509Mainstream · −50% score
- Versions published
- 153
- First published
- May 2026
- Publisher
- mgd34msu
Effective trust discount applied: −50% (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":["@pellux/[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":["@pellux/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".npmrc"
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 2 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/src/tools/agent-read-policy.ts | matched ".npmrc" | 5 |
| low | Large Javascript Payload | package/dist/package/main.js | 37497474 bytes | 0 |
Manifest
Package metadata
Scripts29
architecture:checkbun run scripts/check-architecture.tsbuildbun build src/main.ts --compile --outfile dist/goodvibes-agentbuild:allbun run scripts/build.ts --allbuild:all-shellbun run build:linux-x64 && bun run build:linux-arm64 && bun run build:macos-x64 && bun run build:macos-arm64 && bun run build:windowsbuild:linux-arm64bun build src/main.ts --compile --target=bun-linux-arm64 --outfile dist/goodvibes-agent-linux-arm64build:linux-x64bun build src/main.ts --compile --target=bun-linux-x64 --outfile dist/goodvibes-agent-linux-x64build:macos-arm64bun build src/main.ts --compile --target=bun-darwin-arm64 --outfile dist/goodvibes-agent-macos-arm64build:macos-x64bun build src/main.ts --compile --target=bun-darwin-x64 --outfile dist/goodvibes-agent-macos-x64build:package-runtimebun run scripts/build-package-runtime.tsbuild:prodbun run scripts/build.tsbuild:windowsbun build src/main.ts --compile --target=bun-windows-x64 --outfile dist/goodvibes-agent-windows.execheck:typesbun run typecheckci:gatebun run typecheck && bun run test && bun run architecture:check && bun run perf:check && bun run build && bun run publish:check && bun run package:install-check && bun run verification:ledgerdevbun run src/main.tsdev:watchbun --watch src/main.tspackage:install-checkbun run scripts/package-install-check.tsperf:checkbun run scripts/perf-check.tsprebuildbun run scripts/prebuild.tspublish:checkbun run scripts/publish-check.tspublish:dry-runbun run scripts/publish-package.ts --dry-runpublish:packagebun run scripts/publish-package.tsreleasebun run scripts/release.tsrelease:drybun run scripts/release.ts --dry-runtestbun run scripts/run-tests.tstuibun run src/main.tstypecheckbunx tsc --noEmitverification:ledgerbun run scripts/verification-ledger.tsverification:livebun run scripts/verify-live.tsversionbun run scripts/prebuild.ts