PkgRadar

Package evidence

[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.

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":["[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":["[email protected]"],"fail_on":"high"}'
Artifact bytes15,609,293
Previous version6.1.83
Published2026-05-25T04:47:05.961Z
SHA-25605e741218769d81f8d6de5a87e1b596215b36bd1e108eca77396b420b6930c08

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

high
Last checked
highRisk
210Score
6.1.84Version
Status history (1 event)
  1. newavailable · risk high · score 210 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/scripts/update-translations.shmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/editor/interface/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.annual-report-2020-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.annual-report-2021-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.cookies-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.dmca-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.download-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.faq-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.general-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.preview-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.privacypolicy-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.scratch_14-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.studio-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.teacher-faq-l10njson/cy.jsonmatched "iwr "12
mediumLarge Javascript Payloadpackage/locales/editor-msgs.js4835617 bytes10
mediumLarge Javascript Payloadpackage/locales/interface-msgs.js3693704 bytes10
Show all 17 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/scripts/update-translations.shmatched "GITHUB_TOKEN"30
mediumRemote Payloadpackage/editor/interface/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.annual-report-2020-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.annual-report-2021-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.cookies-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.dmca-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.download-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.faq-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.general-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.preview-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.privacypolicy-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.scratch_14-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.studio-l10njson/cy.jsonmatched "iwr "12
mediumRemote Payloadpackage/www/scratch-website.teacher-faq-l10njson/cy.jsonmatched "iwr "12
mediumLarge Javascript Payloadpackage/locales/editor-msgs.js4835617 bytes10
mediumLarge Javascript Payloadpackage/locales/interface-msgs.js3693704 bytes10
lowInstall-time lifecycle scriptpackage.jsonprepare="husky install"4

Manifest

Package metadata

Scripts27
  • buildnpm run clean && npm run build:data && webpack --progress --colors --bail
  • build:data./scripts/build-data.mts
  • cleanrimraf ./dist ./locales && mkdirp dist locales
  • formatprettier --write . && eslint --fix
  • lintnpm run lint:js && npm run lint:json
  • lint:jseslint && prettier --check .
  • lint:jsonjshint -e .json www editor/blocks editor/extensions editor/interface editor/paint-editor
  • preparehusky install
  • pull:blocks./scripts/tx-pull-editor.mts scratch-editor blocks ./editor/blocks/
  • pull:editornpm run pull:blocks && npm run pull:extensions && npm run pull:paint && npm run pull:interface
  • pull:extensions./scripts/tx-pull-editor.mts scratch-editor extensions ./editor/extensions/
  • pull:helpnpm run pull:help:names && npm run pull:help:articles
  • pull:help:articles./scripts/tx-pull-help-articles.mts
  • pull:help:names./scripts/tx-pull-help-names.mts
  • pull:interface./scripts/tx-pull-editor.mts scratch-editor interface ./editor/interface/
  • pull:paint./scripts/tx-pull-editor.mts scratch-editor paint-editor ./editor/paint-editor/
  • pull:www./scripts/tx-pull-www.mts ./www
  • push:help./scripts/tx-push-help.mts
  • sync:helpnpm run push:help && npm run pull:help
  • testnpm run lint:js && npm run validate:editor && npm run validate:www && npm run build && npm run lint:json
  • updatescripts/update-translations.sh
  • validate:blocks./scripts/validate-translations.mts ./editor/blocks/
  • validate:editornpm run validate:blocks && npm run validate:extensions && npm run validate:interface && npm run validate:paint
  • validate:extensions./scripts/validate-translations.mts ./editor/extensions/ && ./scripts/validate-extension-inputs.mts
  • validate:interface./scripts/validate-translations.mts ./editor/interface/
  • validate:paint./scripts/validate-translations.mts ./editor/paint-editor/
  • validate:www./scripts/validate-www.mts ./www
Dependencies8
  • @transifex/api7.1.6
  • async3.2.6
  • format-message-parse6.2.4
  • glob7.2.3
  • lodash.defaultsdeep4.6.1
  • mkdirp3.0.1
  • transifex1.6.6
  • tsx4.22.3