PkgRadar

Package evidence

@pplancq/[email protected]

Credential File Packaged: package/.env

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
87Mature · −50% score
First published
Feb 2024
Publisher
pplancq

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

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":["@pplancq/[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":["@pplancq/[email protected]"],"fail_on":"high"}'
Publisherpplancq
Artifact bytes887,866
Previous version2.7.3
Published2025-10-13T16:34:26.934Z
SHA-2564c5b6cce5831b79e9aac773c9024d4511f28c28d8ef620fe5b80655b02dcb866

Why flagged

What the scanner saw

Credential File Packaged: package/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35

Manifest

Package metadata

Scripts25
  • _postinstallmsw init
  • _preparehusky
  • buildrsbuild build
  • lintnode scripts/lint.js
  • lint:eslinteslint "{mocks,public,src,tests}/**/*.{js,jsx,mjs,ts,tsx}"
  • lint:eslint:fixeslint "{mocks,public,src,tests}/**/*.{js,jsx,mjs,ts,tsx}" --fix
  • lint:prettierprettier "{mocks,public,src}/**/*.!(js|jsx|mjs|ts|tsx|scss|css)" --check --ignore-unknown
  • lint:prettier:fixprettier "{mocks,public,src}/**/*.!(js|jsx|mjs|ts|tsx|scss|css)" --write --ignore-unknown
  • lint:stylelintstylelint "src/**/*.{scss,css}"
  • lint:stylelint:fixstylelint "src/**/*.{scss,css}" --fix
  • lint:tsctsc --noEmit
  • package:checknpm exec --yes [email protected]
  • playwright:codegenplaywright codegen
  • playwright:installplaywright install
  • playwright:show-reportplaywright show-report
  • previewrsbuild preview
  • remove:demonode ./scripts/removeDemo.cjs
  • startrsbuild dev
  • start:mockrsbuild dev --env-mode mock
  • testnode scripts/test.js
  • test:e2enode scripts/playwright.js test
  • test:e2e:uinode scripts/playwright.js test --ui
  • test:e2e:watchnode scripts/playwright.js test --watch
  • test:unitvitest run
  • test:unit:watchvitest
Dependencies8
  • @hookform/resolvers^5.2.2
  • @tanstack/react-query^5.90.2
  • @tanstack/react-query-devtools^5.90.2
  • react^19.2.0
  • react-dom^19.2.0
  • react-hook-form^7.64.0
  • react-router^7.9.4
  • yup^1.7.1