PkgRadar

Package evidence

@mkuznets/[email protected]

Remote Dependency Spec: devDependencies.license-tool="https://github.com/che-incubator/dash-licenses.git#c09f697ea6336ce82d365654dfeb7ef6e9c84768"

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
8
First published
Apr 2026
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

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":["@mkuznets/[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":["@mkuznets/[email protected]"],"fail_on":"review"}'
Artifact bytes165,636
Previous version7.118.0-next-f2777fc
Published2026-06-10T07:38:12.174Z
SHA-256e3505c13216c998fd5150d8702b7fe88cf6df42355ccc956483441951a34f016

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.license-tool="https://github.com/che-incubator/dash-licenses.git#c09f697ea6336ce82d365654dfeb7ef6e9c84768"

1 remote tarball(s) were followed statically.

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
7.119.0Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.license-tool="https://github.com/che-incubator/dash-licenses.git#c09f697ea6336ce82d365654dfeb7ef6e9c84768"8

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
devDependencies.license-toolhttps://github.com/che-incubator/dash-licenses.git#c09f697ea6336ce82d365654dfeb7ef6e9c84768error0invalid gzip header

Manifest

Package metadata

Scripts13
  • buildyarn run format && yarn run compile && yarn run lint && yarn run test
  • cleanrimraf lib
  • compiletsc --declaration --project .
  • formatif-env SKIP_FORMAT=true && echo 'skip format check' || prettier --check '{src,tests}/**/*.ts' package.json
  • format:fixprettier --write '{src,tests}/**/*.ts' package.json
  • license:checklicense-tool --check
  • license:generatelicense-tool --harvest
  • lintif-env SKIP_LINT=true && echo 'skip lint check' || eslint --cache=true --no-error-on-unmatched-pattern=true '{src,tests}/(!model|**)/*.ts'
  • lint:fixeslint --fix --cache=true --no-error-on-unmatched-pattern=true '{src,tests}/(!model|**)/*.ts'
  • prepareyarn run clean && yarn run build
  • publish:nextyarn publish --registry=https://registry.npmjs.org/ --no-git-tag-version --new-version 0.0.1-'$(date +%s)'
  • testif-env SKIP_TEST=true && echo 'skip test' || jest --forceExit
  • watchtsc -w
Dependencies8
  • @devfile/api2.3.0-1757407014
  • fs-extra^11.2.0
  • inversify^7.1.0
  • js-yaml^4.0.0
  • jsonc-parser^3.0.0
  • jsonschema^1.4.1
  • lodash^4.17.21
  • reflect-metadata^0.2.2