PkgRadar

Package evidence

@legalplace/[email protected]

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 14 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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
4
First published
Dec 2021
Publisher
sami9361

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":["@legalplace/[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":["@legalplace/[email protected]"],"fail_on":"review"}'
Publishersami9361
Artifact bytes51,255
Previous version0.1.0-alpha.0
Published2021-12-02T18:14:39.199Z
SHA-25607dac44951a65f84fd8361491dbe7e1c1db42429b33af3c958804ab9fcd69f59

Why flagged

What the scanner saw

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 14 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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

Availability ledger

available

review
Last checked
reviewRisk
15Score
0.1.0-alpha.1Version
Status history (1 event)
  1. newavailable · risk review · score 15 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 14 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15

Manifest

Package metadata

Scripts10
  • buildtsc --extendedDiagnostics -p tsconfig.json && cp -R src/assets dist
  • build-storybookrm -rf public && mkdir public && build-storybook
  • link-allyarn link react && yarn link react-dom && yarn link styled-components && yarn link react-router-dom && yarn link @legalplace/typeorm-entities
  • linttsc --noEmit && eslint './src/**/*.{tsx,ts}'
  • lint:fixeslint './src/**/*.{tsx,ts}' --fix
  • releasestandard-version -a --no-verify
  • startstart-storybook -p 9009
  • testjest --color
  • test:coveragejest --color --coverage && open ./coverage/lcov-report/index.html
  • unlink-allyarn unlink react && yarn unlink react-dom && yarn unlink styled-components && yarn unlink react-router-dom && yarn unlink @legalplace/typeorm-entities
Dependencies14
  • @legalplace/typeorm-constants1.1.1
  • dompurify^2.2.4
  • enzyme^3.11.0
  • i18next^20.3.0
  • moment^2.29.1
  • react^17.0.1
  • react-dom^17.0.1
  • react-i18next^11.8.15
  • react-input-mask^2.0.4
  • react-paypal-button-v2^2.6.2
  • react-router-dom^5.2.0
  • react-scripts^4.0.3
  • react-stripe-elements^6.1.2
  • styled-components^5.3.0