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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 36 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/package.json | matched ".azure" | 30 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/package.json | matched ".azure" | 30 |
| low | Obfuscation | package/dist/utils/logs/format.js | matched "\\u001B" | 3 |
| low | Obfuscation | package/dist/utils/mrt-logs/format.js | matched "\\u001B" | 3 |
Manifest
Package metadata
Scripts27
buildshx rm -rf dist && tsc -p tsconfig.build.jsoncoveragec8 reportdevnode ./bin/dev.jsformatprettier --write srcformat:checkprettier --check srclinteslintlint:agenteslint --quietposttestpnpm run lintpretesttsc --noEmit -p testtestc8 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 falseversionoclif 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.0cliui9.0.1glob13.0.0marked15.0.12marked-terminal7.3.0open11.0.0