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
6
First published
Apr 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 bytes13,421
Previous version3.0.0-next.3
Published2025-08-13T23:15:40.300Z
SHA-256ab6b84b8853d32cf5c47991db24b3dd535e70e2de6e9e266e54e63af9077af99

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.0Version
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 && hardhat compile && tsx --test --experimental-test-coverage
Dependencies3
  • @solidstate/hardhat-git^1.0.0
  • @solidstate/hardhat-solidstate-utils^1.0.0
  • chalk^5.5.0