PkgRadar

Package evidence

@vscode/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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.

Versions published
59Mature · −50% score
First published
Jul 2021
Publisher
microsoft1es

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":["@vscode/[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":["@vscode/[email protected]"],"fail_on":"review"}'
Publishermicrosoft1es
Artifact bytes969,969
Previous version0.0.46-11
Published2026-05-22T12:45:23.124Z
SHA-2566cb7f44bc590864be2331f594d95b58df35e728fb16d2cd07f59977efdeebe8d

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
0.0.46-12Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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/.github/workflows/release.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts21
  • buildnpm run clean && npm run svgo && npm run fonts && npm run export-to-ts && npm run export-to-csv && npm run copy-metadata && npm run embed-metadata && npm run embed-svg-data && npm run sprite
  • check-metadatanode ./scripts/check-metadata.js
  • cleannode ./scripts/reset.js
  • copy-metadatacp ./src/template/metadata.json ./dist/metadata.json
  • devnpm run build && npm run replace-in-vscode
  • embed-metadatanode ./scripts/embed-metadata.js
  • embed-svg-datanode ./scripts/embed-svg-data.js
  • export-to-csvnode ./scripts/export-to-csv.js -f ./dist/codicon.ttf > ./dist/codicon.csv
  • export-to-tsnode ./scripts/export-to-ts.js -f ./src/template/mapping.json > ./dist/codiconsLibrary.ts
  • fontsnode ./scripts/patch-fantasticon.js && fantasticon
  • preparehusky
  • replace-in-vscodecp -R ./dist/codicon.ttf ../vscode/src/vs/base/browser/ui/codicons/codicon/codicon.ttf && cp ./dist/codiconsLibrary.ts ../vscode/src/vs/base/common/codiconsLibrary.ts
  • spritenode ./scripts/svg-sprite.js --outDir dist --outFile codicon.svg
  • svgosvgo -f ./src/icons/ --config svgo.config.js
  • version:bumpnode ./scripts/version-bump.js
  • version:commitnode ./scripts/version-bump.js patch minor --commit
  • version:majornode ./scripts/version-bump.js major major
  • version:minornode ./scripts/version-bump.js minor minor
  • version:patchnode ./scripts/version-bump.js patch minor
  • version:pushnode ./scripts/version-bump.js patch minor --commit --tag --push
  • version:tagnode ./scripts/version-bump.js patch minor --commit --tag