PkgRadar

Package evidence

@salesforce/[email protected]

Credential file access: matched ".azure"

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.

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

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":["@salesforce/[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":["@salesforce/[email protected]"],"fail_on":"high"}'
Artifact bytes486,554
Previous version0.0.0-nightly.20260521031952
Published2026-05-22T03:22:13.026Z
SHA-2569c2a27516e2bb407ba9baa2938660ac9be52371fccedae99b30d5c93bc00fded

Why flagged

What the scanner saw

Credential file access: matched ".azure"

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

Availability ledger

available

high
Last checked
highRisk
36Score
0.0.0-nightly.20260522031954Version
Status history (1 event)
  1. newavailable · risk high · score 36 · status changed

Evidence

Static findings

3 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highCredential file accesspackage/package.jsonmatched ".azure"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/package.jsonmatched ".azure"30
lowObfuscationpackage/dist/utils/logs/format.jsmatched "\\u001B"3
lowObfuscationpackage/dist/utils/mrt-logs/format.jsmatched "\\u001B"3

Manifest

Package metadata

Scripts27
  • buildshx rm -rf dist && tsc -p tsconfig.build.json
  • coveragec8 report
  • devnode ./bin/dev.js
  • formatprettier --write src
  • format:checkprettier --check src
  • linteslint
  • lint:agenteslint --quiet
  • posttestpnpm run lint
  • pretesttsc --noEmit -p test
  • testc8 env OCLIF_TEST_ROOT=. mocha --forbid-only --exclude "test/functional/e2e/**" "test/**/*.test.ts"
  • test:agentenv OCLIF_TEST_ROOT=. mocha --forbid-only --parallel --jobs 4 --reporter min --exclude "test/functional/e2e/**" "test/**/*.test.ts"
  • test:cic8 env OCLIF_TEST_ROOT=. mocha --forbid-only --exclude "test/functional/e2e/**" --reporter json --reporter-option output=test-results.json "test/**/*.test.ts"
  • test:ci:winc8 --check-coverage=false env OCLIF_TEST_ROOT=. mocha --forbid-only --exclude "test/functional/e2e/**" --reporter json --reporter-option output=test-results.json "test/**/*.test.ts"
  • test:e2eenv TEST_USE_SHARED_SANDBOX=true OCLIF_TEST_ROOT=. mocha --forbid-only --require test/functional/e2e/hooks.ts --node-option import=tsx --timeout 30000 --retries 2 --reporter spec "test/functional/e2e/**/*.test.ts"
  • test:e2e:amenv OCLIF_TEST_ROOT=. mocha --forbid-only "test/functional/e2e/am-operations.test.ts"
  • test:e2e:authenv OCLIF_TEST_ROOT=. mocha --forbid-only "test/functional/e2e/auth-token.test.ts"
  • test:e2e:cienv TEST_USE_SHARED_SANDBOX=true OCLIF_TEST_ROOT=. mocha --forbid-only --require test/functional/e2e/hooks.ts --node-option import=tsx --timeout 30000 --retries 2 --reporter json --reporter-option output=test-results.json "test/functional/e2e/**/*.test.ts"
  • test:e2e:codeenv OCLIF_TEST_ROOT=. mocha --forbid-only "test/functional/e2e/code-lifecycle.test.ts"
  • test:e2e:jobsenv OCLIF_TEST_ROOT=. mocha --forbid-only "test/functional/e2e/job-execution.test.ts"
  • test:e2e:mrtenv OCLIF_TEST_ROOT=. mocha --forbid-only "test/functional/e2e/mrt-lifecycle.test.ts"
  • test:e2e:sandboxenv OCLIF_TEST_ROOT=. mocha --forbid-only "test/functional/e2e/sandbox-lifecycle.test.ts"
  • test:e2e:sitesenv OCLIF_TEST_ROOT=. mocha --forbid-only "test/functional/e2e/sites-operations.test.ts"
  • test:e2e:slasenv OCLIF_TEST_ROOT=. mocha --forbid-only "test/functional/e2e/slas-lifecycle.test.ts"
  • test:e2e:webdavenv OCLIF_TEST_ROOT=. mocha --forbid-only "test/functional/e2e/webdav-operations.test.ts"
  • test:unitenv OCLIF_TEST_ROOT=. mocha --forbid-only --exclude "test/functional/e2e/**" "test/**/*.test.ts"
  • typecheck:agenttsc --noEmit -p test --pretty false
  • versionoclif readme && git add README.md
Dependencies14
  • @inquirer/prompts8.2.0
  • @oclif/core4.8.0
  • @oclif/plugin-autocomplete3.2.39
  • @oclif/plugin-help6.2.35
  • @oclif/plugin-not-found3.2.72
  • @oclif/plugin-plugins5.4.53
  • @oclif/plugin-version2.2.36
  • @oclif/plugin-warn-if-update-available3.1.52
  • @salesforce/b2c-tooling-sdk1.11.0
  • cliui9.0.1
  • glob13.0.0
  • marked15.0.12
  • marked-terminal7.3.0
  • open11.0.0