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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/.github/workflows/release.yml | matched "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 spritecheck-metadatanode ./scripts/check-metadata.jscleannode ./scripts/reset.jscopy-metadatacp ./src/template/metadata.json ./dist/metadata.jsondevnpm run build && npm run replace-in-vscodeembed-metadatanode ./scripts/embed-metadata.jsembed-svg-datanode ./scripts/embed-svg-data.jsexport-to-csvnode ./scripts/export-to-csv.js -f ./dist/codicon.ttf > ./dist/codicon.csvexport-to-tsnode ./scripts/export-to-ts.js -f ./src/template/mapping.json > ./dist/codiconsLibrary.tsfontsnode ./scripts/patch-fantasticon.js && fantasticonpreparehuskyreplace-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.tsspritenode ./scripts/svg-sprite.js --outDir dist --outFile codicon.svgsvgosvgo -f ./src/icons/ --config svgo.config.jsversion:bumpnode ./scripts/version-bump.jsversion:commitnode ./scripts/version-bump.js patch minor --commitversion:majornode ./scripts/version-bump.js major majorversion:minornode ./scripts/version-bump.js minor minorversion:patchnode ./scripts/version-bump.js patch minorversion:pushnode ./scripts/version-bump.js patch minor --commit --tag --pushversion:tagnode ./scripts/version-bump.js patch minor --commit --tag