PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node ./scripts/post-install.js"

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
43
Versions published
7
First published
Jan 2026
Publisher
mulesoft-npm-publish-org

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes137,861
Previous version1.0.9
Published2026-05-21T18:04:39.790Z
SHA-2561814e8adb2b8be9aef9dd780f72c907c13118f298764d5af658963c0af45f642

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node ./scripts/post-install.js"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.0.10Version
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
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/post-install.js"5

Manifest

Package metadata

Scripts9
  • buildrm -rf dist && tsc -b && cp -r src/resources dist/resources
  • devnpm run build && oclif manifest
  • dev:readmenpm run dev && oclif readme
  • linteslint . --ext .ts --config .eslintrc --fix
  • lint:stagedlint-staged
  • postinstallnode ./scripts/post-install.js
  • prepackrm -f oclif.manifest.json
  • setupmvn org.apache.maven.plugins:maven-dependency-plugin:3.6.1:copy -Dartifact=com.mulesoft.agents:agent-fabric-transformation:1.0.0-EAP-SNAPSHOT:jar:uber-jar -DoutputDirectory=./jvmLib/ -Dmdep.stripVersion=true
  • testXDG_CONFIG_HOME=. SPAWN_WRAP_SHIM_ROOT=. NODE_NO_WARNINGS=1 npx nyc --extension .ts --reporter=lcov --reporter=html --reporter=text mocha --require test/helpers/init.js --forbid-only "test/**/*.test.ts"
Dependencies15
  • @oclif/core1.26.1
  • @oclif/plugin-version1.0.4
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • ajv-keywords^5.1.0
  • anypoint-cli-command1.6.8
  • anypoint-cli-exchange-library0.1.13
  • anypoint-project-builder2.3.0-0
  • fs-extra^11.3.0
  • jszip^3.10.1
  • junit-report-builder^3.2.1
  • semver^7.7.2
  • whatwg-url^11.0.0
  • xml2js^0.6.2
  • yaml^2.6.0