PkgRadar

Package evidence

@multisystemsuite/[email protected]

Credential file access: matched ".npmrc"

Recommended action

Block this update

Static 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":["@multisystemsuite/[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":["@multisystemsuite/[email protected]"],"fail_on":"high"}'
Artifact bytes390,825
Previous version1.0.16
Published2026-05-24T08:35:32.670Z
SHA-256014dbeb8eafc07b1929fb793da42b3fff27646b8e4c628780332ded071a763ce

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

high
Last checked
highRisk
57Score
1.0.17Version
Status history (1 event)
  1. newavailable · risk high · score 57 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

yoursabhishekabhi7

6 members · evidence strength 75

Evidence

Static findings

4 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched ".npmrc"30
mediumRemote Payloadpackage/dist/index.jsmatched "wget "12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched ".npmrc"30
mediumRemote Payloadpackage/dist/index.jsmatched "wget "12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/index.jsmatched "\\u2014"3

Manifest

Package metadata

Scripts13
  • buildtsup && node scripts/copy-docs.js
  • cleannode -e "require('fs').rmSync('dist',{recursive:true,force:true})"
  • devnode dist/index.js
  • pack:checknpm pack
  • publish:drynpm run rebuild && npm publish --dry-run
  • publish:publicnpm run rebuild && npm version patch && npm publish --access public
  • rebuildnpm run clean && npm run build
  • release:majornpm version major && npm run publish:public
  • release:minornpm version minor && npm run publish:public
  • release:patchnpm version patch && npm run publish:public
  • version:majornpm version major
  • version:minornpm version minor
  • version:patchnpm version patch
Dependencies2
  • @inquirer/prompts^7.3.2
  • fs-extra^11.2.0