PkgRadar

Package evidence

@salesforce/[email protected]

Install-time lifecycle script: postinstall="test -d .git && yarn husky install || echo 'Skipping husky install'"

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
373
Versions published
48Established · −30% score
First published
Aug 2025
Publisher
salesforce-releases

Effective trust discount applied: 30% (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":["@salesforce/[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":["@salesforce/[email protected]"],"fail_on":"review"}'
Artifact bytes223,979
Previous version1.1.0
Published2026-06-06T12:08:39.044Z
SHA-2568e6f10944e193c0f6e07c47ab7cb5b66c5cd39a5ccc3ef987d2d07956ac70430

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="test -d .git && yarn husky install || echo 'Skipping husky install'"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
1.1.1Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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="test -d .git && yarn husky install || echo 'Skipping husky install'"5

Manifest

Package metadata

Scripts18
  • buildwireit
  • cleansf-clean
  • clean-allsf-clean all
  • compilewireit
  • dev.js./bin/dev.js cml convert prod-cfg-rules -o prism-dev -r ./data/ProductConfigurationRules3.json -v ./data/Products.json -c TestModel3 -d ./data/output
  • docssf-docs
  • fix-licenseeslint src test --fix --rule "header/header: [2]"
  • formatwireit
  • link-checkwireit
  • lintwireit
  • postinstalltest -d .git && yarn husky install || echo 'Skipping husky install'
  • postpacksf-clean --ignore-signing-artifacts
  • prepacksf-prepack
  • preparesf-install
  • testwireit
  • test:nutsnyc mocha "**/*.nut.ts" --slow 4500 --timeout 600000 --parallel
  • test:onlywireit
  • versionoclif readme
Dependencies5
  • @oclif/core^4
  • @salesforce/core^8.31.0
  • @salesforce/sf-plugins-core^12
  • csv-parse^5.6.0
  • got12