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.

Weekly downloads
46,726Mainstream · −50% score
Versions published
294Mature · −50% score
First published
Oct 2013
Publisher
mraible

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishermraible
Artifact bytes2,016,649
Previous version9.0.0-beta.3
Published2026-03-11T04:39:02.248Z
SHA-2563785dd5302ca1b3ef10dd061d51320220b0b67effa5d8ba340c133d66c2c887f

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
13Score
9.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 13 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/lib/ci/github.jsmatched "GITHUB_TOKEN"30
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/lib/ci/github.jsmatched "GITHUB_TOKEN"30
lowCredential file accesspackage/dist/generators/angular/cleanup.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/generators/react/cleanup.jsmatched ".npmrc"5
lowCredential file accesspackage/dist/generators/vue/cleanup.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts22
  • buildnpm run compile && npm run copy-files && npm run copy-types
  • check-typestsc -p tsconfig.spec.json
  • cleanrimraf dist
  • compiletsc
  • copy-filescpy "**" "!**/*.(js|cjs|mjs|ts|cts|mts|snap)" "!**/__*/*" "../dist/generators" --cwd=generators --dot
  • copy-typescpy "**/*.d.(|c|m)ts" "../dist/generators" --cwd=generators && cpy "**/*.d.(|c|m)ts" "../dist/lib" --cwd=lib
  • ejslintejslint generators/**/*.ejs
  • eslinteslint . --max-warnings 5
  • jdl:testesmocha lib/jdl --no-insight --forbid-only -p
  • jdl:test-watchnpm run jdl:test -- --watch
  • jsdocjsdoc --configure jsdoc-conf.json
  • lintnpm run eslint && npm run ejslint
  • lint-fixnpm run eslint -- --fix && npm run prettier:format
  • postbuildnode bin/fix-bin.cjs
  • prebuildnpm run clean
  • preparenpm run build
  • pretestnpm run lint && npm run check-types
  • prettier:checkprettier --check "{,**/}*.{js,ts,cjs,mjs,cts,mts,json,md,yml,java}"
  • prettier:formatprettier --write "{,**/}*.{js,ts,cjs,mjs,cts,mts,json,md,yml,java}"
  • testesmocha test generators cli .blueprint lib --forbid-only
  • update-snapshotesmocha --no-insight --no-parallel --update-snapshot --
  • update-snapshotsesmocha test generators cli .blueprint lib/jdl lib --forbid-only --update-snapshot --enable-source-maps
Dependencies52
  • @eslint/core1.1.0
  • @eslint/js9.39.2
  • @faker-js/faker10.3.0
  • @iarna/toml3.0.0
  • @types/ejs3.1.5
  • @types/lodash-es4.17.12
  • @yeoman/adapter4.0.2
  • @yeoman/conflicter4.0.1
  • @yeoman/namespace1.0.1
  • @yeoman/transform2.1.0
  • @yeoman/types1.10.3
  • chalk5.6.2
  • chevrotain11.0.3
  • commander14.0.3
  • debug4.4.3
  • didyoumean1.2.2
  • dockerfile-ast0.7.1
  • dot-properties1.1.1
  • ejs5.0.1
  • eslint9.39.2
  • eslint-plugin-import-x4.16.1
  • eslint-plugin-unused-imports4.4.1
  • execa9.6.1
  • fast-xml-parser5.4.2
  • globals17.4.0
  • isbinaryfile5.0.0
  • java-lint0.3.0
  • latest-version9.0.0
  • lodash-es4.17.23
  • mem-fs4.1.4
  • …and 22 more.