PkgRadar

Package evidence

@massu/[email protected]

Credential file access: matched ".aws/"

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
59
First published
Feb 2026
Publisher
massu

Recommended action

Review before promoting

Mixed 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"}'
Publishermassu
Artifact bytes898,586
Previous version1.13.1
Published2026-06-02T21:16:32.164Z
SHA-256a47b34446346e0987cbf6f9344f3706e7dee04ecf9cb94e45721af5d75ac4c6f

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

review
Last checked
reviewRisk
10Score
1.14.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli.jsmatched ".aws/"5
lowCredential file accesspackage/dist/hooks/session-start.jsmatched ".aws/"5

Manifest

Package metadata

Scripts10
  • bench:watchtsx test/perf/watch-benchmark.ts
  • buildtsc --noEmit && npm run build:cli && npm run build:hooks && npm run build:adapter-types && npm run build:adapter-subpath && npm run build:bundle-adapters
  • build:adapter-subpathtsx scripts/bundle-adapters.ts --subpath-only
  • build:adapter-typestsc -p tsconfig.adapter-types.json
  • build:bundle-adapterstsx scripts/bundle-adapters.ts
  • build: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 && cp ../../CHANGELOG.md ./CHANGELOG.md && npm run build
  • startnpx tsx src/server.ts
  • testvitest run
Dependencies15
  • @clack/prompts^0.9.1
  • @massu/adapter-rails^1.0.0
  • @massu/adapter-spring^1.0.0
  • @massu/types1.12.0
  • better-sqlite3^12.6.2
  • chokidar^3.6.0
  • fast-glob^3.3.0
  • proper-lockfile^4.1.2
  • smol-toml^1.3.0
  • tar^7.4.3
  • tweetnacl^1.0.3
  • vscode-languageserver-protocol^3.17.5
  • web-tree-sitter~0.25.10
  • yaml^2.4.0
  • zod^3.23.0