PkgRadar

Package evidence

@mach30/[email protected]

Credential file access: matched ".npmrc"

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
3
Versions published
4
First published
Mar 2025
Publisher
j-simmons

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":["@mach30/[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":["@mach30/[email protected]"],"fail_on":"review"}'
Publisherj-simmons
Artifact bytes9,251
Previous version0.1.1-alpha.1
Published2025-03-11T22:30:23.981Z
SHA-256c8e65cb7ee366afa74f03dd43de507c2554599a89c46a21a711b8d4bd5032420

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

review
Last checked
reviewRisk
5Score
0.1.1-alpha.2Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/projects.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts4
  • buildnpm run clean && tsc -b --force
  • cleanshx rm -rf dist
  • testnyc mocha --timeout 10000 --forbid-only
  • tsdoctsdoc --src=./src/*
Dependencies6
  • @mach30/m30pm-lib-common^0.1.1-alpha.2
  • @types/shelljs^0.8.15
  • js-yaml^4.1.0
  • moment^2.30.1
  • semver^7.6.0
  • shelljs^0.8.5