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
- 312
- Versions published
- 60
- First published
- Feb 2026
- Publisher
- massu
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":["@massu/[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":["@massu/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".aws/"
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 10 · 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/dist/cli.js | matched ".aws/" | 5 |
| low | Credential file access | package/dist/hooks/session-start.js | matched ".aws/" | 5 |
Manifest
Package metadata
Scripts10
bench:watchtsx test/perf/watch-benchmark.tsbuildtsc --noEmit && npm run build:cli && npm run build:hooks && npm run build:adapter-types && npm run build:adapter-subpath && npm run build:bundle-adaptersbuild:adapter-subpathtsx scripts/bundle-adapters.ts --subpath-onlybuild:adapter-typestsc -p tsconfig.adapter-types.jsonbuild:bundle-adapterstsx scripts/bundle-adapters.tsbuild:cliesbuild --bundle --platform=node --format=esm --outfile=dist/cli.js src/cli.ts --external:better-sqlite3 --external:yaml --external:zod --external:chokidar --external:proper-lockfile --external:fsevents --external:web-tree-sitter --external:tweetnacl --external:tar --external:smol-toml --external:vscode-languageserver-protocol --external:@massu/adapter-rails --external:@massu/adapter-spring --banner:js='#!/usr/bin/env node import{createRequire as __cr}from"module";const require=__cr(import.meta.url);'build:hooksesbuild --bundle --platform=node --format=esm --outdir=dist/hooks src/hooks/*.ts --external:better-sqlite3 --external:yaml --external:zod --external:chokidar --external:proper-lockfile --external:fsevents --external:web-tree-sitter --external:tweetnacl --external:tar --external:smol-toml --external:vscode-languageserver-protocol --external:@massu/adapter-rails --external:@massu/adapter-spring --banner:js='import{createRequire as __cr}from"module";const require=__cr(import.meta.url);'prepublishOnlybash ../../scripts/prepublish-check.sh && node ../../scripts/bundle-pubkey.mjs && node ../../scripts/bundle-license-pubkey.mjs && node ../../scripts/bundle-promotion-pubkey.mjs && node ../../scripts/bundle-audit-export-pubkey.mjs && cp ../../CHANGELOG.md ./CHANGELOG.md && npm run buildstartnpx tsx src/server.tstestvitest run
Dependencies15
@clack/prompts^0.9.1@massu/adapter-rails^1.0.0@massu/adapter-spring^1.0.0@massu/types1.12.0better-sqlite3^12.6.2chokidar^3.6.0fast-glob^3.3.0proper-lockfile^4.1.2smol-toml^1.3.0tar^7.4.3tweetnacl^1.0.3vscode-languageserver-protocol^3.17.5web-tree-sitter~0.25.10yaml^2.4.0zod^3.23.0