PkgRadar

Package evidence

@solidstate/[email protected]

Remote Dependency Spec: devDependencies.lint-staged="github:ItsNickBarry/lint-staged#knip"

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
7
First published
Jul 2025
Publisher
itsnickbarry

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":["@solidstate/[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":["@solidstate/[email protected]"],"fail_on":"review"}'
Publisheritsnickbarry
Artifact bytes6,854
Previous version3.0.0
Published2025-09-08T22:26:15.172Z
SHA-256db94855b2d18ac5662b239f0296565d5203057970761ef539f397db4e5cfdf92

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.lint-staged="github:ItsNickBarry/lint-staged#knip"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.lint-staged="github:ItsNickBarry/lint-staged#knip"8

Manifest

Package metadata

Scripts4
  • buildpnpm clean && tsc --build
  • cleanrm -rf dist/
  • prettierprettier --write .
  • testpnpm clean && tsx --test --experimental-test-coverage
Dependencies2
  • @solidstate/hardhat-solidstate-utils^1.0.0
  • chalk^5.6.2