PkgRadar

Package evidence

@codacy/[email protected]

Remote Dependency Spec: dependencies.@pathofdev/react-tag-input="github:inesgomas/react-tag-input"

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
505Mature · −50% score
First published
Jan 2020
Publisher
codacy-ci

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

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":["@codacy/[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":["@codacy/[email protected]"],"fail_on":"review"}'
Publishercodacy-ci
Artifact bytes204,775
Previous version0.67.35
Published2026-06-17T08:42:16.897Z
SHA-25610476306bbdf247daa6797f6786bf452caccbbf834172434da8f915572888002

Why flagged

What the scanner saw

Remote Dependency Spec: dependencies.@pathofdev/react-tag-input="github:inesgomas/react-tag-input"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondependencies.@pathofdev/react-tag-input="github:inesgomas/react-tag-input"12

Manifest

Package metadata

Scripts14
  • buildrimraf lib && npm run build:types && npm run build:js
  • build-storybookstorybook build
  • build:jsNODE_ENV=production babel src -d lib --extensions ".ts,.tsx,.jsx" --ignore src/vitestSetup.ts,src/test-utils,"src/**/*.spec.ts","src/**/*.test.tsx"
  • build:typestsc -p tsconfig.prod.json --emitDeclarationOnly
  • check-missing-depsnode check-missing.js
  • check-typestsc --noEmit
  • check-types:watchnpm run check-types -- --watch
  • cleanrimraf lib && rimraf storybook-static && rimraf coverage
  • lintnpm run lint-cmd
  • lint-cmdeslint --ext .js,.jsx,.ts,.tsx src stories
  • lint-stagedlint-staged
  • storybookstorybook dev -p 6006
  • testvitest
  • test:coveragevitest run --coverage
Dependencies8
  • @babel/runtime^7.23.6
  • @pathofdev/react-tag-inputgithub:inesgomas/react-tag-input
  • @styled-system/should-forward-prop^5.1.5
  • @testing-library/user-event^14.6.1
  • autosize^4.0.2
  • md5^2.3.0
  • polished^3.6.7
  • query-string^6.13.7