PkgRadar

Package evidence

@salesforce/[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
430
Versions published
188Mature · −50% score
First published
May 2022
Publisher
salesforce-releases

Effective trust discount applied: 50% (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 bytes336,090
Previous version2.0.0-preview.30
Published2026-03-06T02:33:16.290Z
SHA-256e0e2864378ca92c497bccbae6997322c4da68d41976a7ecda6f4c37b33a7e56a

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
2Score
2.0.0-preview.31Version
Status history (1 event)
  1. newavailable · risk review · score 2 · 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/lib/utils/sfcli/project/sfProject.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts19
  • buildsf-build
  • cleansf-clean
  • clean-allsf-clean all
  • clean:libshx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json
  • compilesf-compile
  • copy-assetsshx cp -r src/templates lib/ && shx cp -r src/styles lib/ && shx cp -r src/javascripts lib/
  • docssf-docs
  • formatsf-format
  • lintsf-lint
  • postpackshx rm -f oclif.manifest.json
  • posttestyarn lint && yarn test:deprecation-policy && yarn test:command-reference
  • prepacksf-prepack
  • preparesf-install
  • pretestsf-compile-test
  • testsf-test
  • test:command-reference./bin/run commandreference:generate --erroronwarnings
  • test:deprecation-policy./bin/run snapshot:compare
  • test:nutsnyc mocha "**/*.nut.ts" --slow 4500 --timeout 600000 --parallel
  • versionoclif-dev readme
Dependencies20
  • @apexdevtools/apex-parser^4.1.0
  • @babel/parser^7.25.6
  • @babel/traverse^7.25.6
  • @babel/types^7.25.6
  • @oclif/command^1
  • @oclif/config^1
  • @oclif/errors^1
  • @salesforce/core^8.23.4
  • @salesforce/sf-plugins-core^11.3.10
  • @types/jsdom^21.1.7
  • @types/lodash.chunk^4.2.9
  • @types/shelljs^0.8.15
  • @xmldom/xmldom^0.9.8
  • cli-progress^3.12.0
  • diff^5.1.0
  • jsdom^25.0.0
  • lodash.chunk^4.2.0
  • open^8.4.2
  • shelljs^0.8.5
  • tslib^2