PkgRadar

Package evidence

@alexandermo/[email protected]

Install Lifecycle Suppresses Failure: postinstall="chmod +x dist/bin.js || true"

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
8
Versions published
4
First published
Feb 2026
Publisher
alexandermo

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":["@alexandermo/[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":["@alexandermo/[email protected]"],"fail_on":"high"}'
Publisheralexandermo
Artifact bytes100,662
Previous version0.0.1
Published2026-02-24T08:40:10.351Z
SHA-256f9d675c113503b812c53ed42f7268a9ed302bf024a232ad3b79a2d650540d350

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.0.2 vs 0.0.1: "chmod +x dist/bin.js || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.0.2 vs 0.0.1: "chmod +x dist/bin.js || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="chmod +x dist/bin.js || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.0.2 vs 0.0.1: "chmod +x dist/bin.js || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="chmod +x dist/bin.js || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="chmod +x dist/bin.js || true"5

Manifest

Package metadata

Scripts15
  • analyze-typests-node scripts/analyze-primitive-types.ts
  • buildnpm run save-versions && tsc && npm run copy-assets
  • cleanrm -rf dist && rm -rf generated && rm -rf parsed_types && rm -rf .cache
  • clean-typests-node scripts/clean-primitive-types.ts
  • copy-assetscp -r parsed_types dist/ && cp -r .cache dist/ && cp -r src/specs dist/ && cp apis.config.json dist/
  • generaterm -rf generated && orval --config orval.config.ts
  • generate:cleannpm run generate && npm run clean-types
  • generate:watchorval --config orval.config.ts --watch
  • postinstallchmod +x dist/bin.js || true
  • save-versionsts-node scripts/save-versions.ts
  • testnpm run build && npm run test:integration
  • test:clibash scripts/test-cli.sh
  • test:integrationts-node scripts/test-integration.ts
  • test:variantsbash scripts/test-variants.sh
  • validate:registryts-node scripts/validate-registry.ts