PkgRadar

Package evidence

@metacall/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"require('fs').existsSync('githooks') && require('./githooks/configure.js').configure()\""

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.

Versions published
26Mature · −50% score
First published
Jun 2022
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@metacall/[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":["@metacall/[email protected]"],"fail_on":"review"}'
Artifact bytes26,544
Previous version0.1.33
Published2026-05-20T20:35:41.731Z
SHA-25656f0557a9fbb074752bf1327022adceee36521baf93677d7dccb368d2f1e40fb

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"require('fs').existsSync('githooks') && require('./githooks/configure.js').configure()\""

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.1.34Version
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.

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"require('fs').existsSync('githooks') && require('./githooks/configure.js').configure()\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"require('fs').existsSync('githooks') && require('./githooks/configure.js').configure()\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"require('fs').existsSync('githooks') && require('./githooks/configure.js').configure()\""5

Manifest

Package metadata

Scripts11
  • buildnpm run format && npm run fix && tsc
  • buildDebugnpm run format && npm run fix && tsc --sourceMap true --inlineSources true
  • coveragenyc --nycrc-path=.nycrc.json npm run test
  • fixeslint . --max-warnings=0 --ignore-pattern dist --fix
  • formatprettier --loglevel warn --write .
  • linteslint . --max-warnings=0 --ignore-pattern dist
  • postinstallnode -e "require('fs').existsSync('githooks') && require('./githooks/configure.js').configure()"
  • prepublishOnlynpm run --silent build
  • startnode dist/index.js
  • testnpm run buildDebug && mocha dist/test
  • unitnpm run --silent test -- --ignore **/*.integration.spec.js
Dependencies11
  • @metacall/protocol^0.1.35
  • archiver^5.0.2
  • chalk^4.1.1
  • console-table-printer^2.10.0
  • dotenv^16.4.7
  • gauge^3.0.0
  • ini^1.3.5
  • inquirer^8.1.0
  • openapi-types^12.1.0
  • ts-command-line-args^2.2.0
  • zod^1.11.10