PkgRadar

Package evidence

[email protected]

Remote Dependency Spec: devDependencies.eslint-plugin-personnallinter="git+ssh://[email protected]/Psychopoulet/eslint-plugin-personnallinter"

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
56Mature · −50% score
First published
Jun 2016
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":["[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"}'
Artifact bytes9,329
Previous version1.10.0
Published2026-04-15T20:31:14.703Z
SHA-256327de06508b759e3d34f48e108b2089f9817867e4b062959fb1fa9349fcdbf95

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.eslint-plugin-personnallinter="git+ssh://[email protected]/Psychopoulet/eslint-plugin-personnallinter"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
1.11.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.eslint-plugin-personnallinter="git+ssh://[email protected]/Psychopoulet/eslint-plugin-personnallinter"8

Manifest

Package metadata

Scripts13
  • buildnpm run build-back
  • build-backnpm run clean-back && npx tsc --project ./tsconfig.json
  • check-requiresnpx used-deps-analyzer ./package.json ./lib/src --no-dev
  • check-updatesnpx check-version-modules --no-fail-at-major --fail-at-minor --fail-at-patch
  • cleannpm run clean-back
  • clean-backnpx rimraf ./lib/cjs
  • lintnpm run lint-back && npm run lint-tests
  • lint-backnpx eslint --config .eslintrc-back.js --ext .ts,.cts,.mts ./lib/src/**/*
  • lint-testsnpx eslint --config .eslintrc-tests.js --ext .js,.cjs,.mjs ./test/**/*
  • preparenpx husky || true
  • testsnpm run lint && npm run check-requires && npm run check-updates && npm run build && npm run unit-tests-local
  • unit-testsnpx mocha
  • unit-tests-localnpx nyc --reporter=html --reporter=text mocha