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.
- Weekly downloads
- 834
- Versions published
- 178Mature · −50% score
- First published
- Jun 2023
- Publisher
- arkadiy_zamaraev
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
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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":["@itcase/[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":["@itcase/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
No high-signal static finding in the saved report.
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts15
buildnpm run build-js && npm run build-css && npm run build-verifybuild-cssrm -rf dist/css && postcss 'src/styles/bundles.css' --base src --dir dist/css/ --env production && npm run build-css-lintbuild-css-lintstylelint --fix dist/css/styles/bundles.cssbuild-jsrm -rf dist && NODE_ENV=production rollup -cbuild-storybookSTORYBOOK=true storybook buildbuild-verifynode --input-type=module -e "import fs from 'node:fs'; for (const file of ['dist/itcase-forms.esm.js','dist/itcase-forms.cjs.js','dist/index.d.ts']) { fs.accessSync(file); }"devconcurrently 'npm:dev-js' 'npm:dev-css'dev-csspostcss 'src/styles/bundles.css' --base src --dir dist/css/ --env production -w --verbosedev-jsrollup -c -wprepacknpm run buildpreparehuskysemantic-releasesemantic-releasestorybookrm -rf node_modules/.cache/ && STORYBOOK=true storybook dev -p 6006 --disable-telemetrytest-storybookPLAYWRIGHT_BROWSERS_PATH=0 vitest run --project=storybooktypechecktsc --noEmit --pretty -p tsconfig.build.json
Dependencies16
@itcase/types-core^1.1.74@itcase/types-ui^1.1.83@itcase/ui-core^1.10.37@itcase/ui-web^1.10.37axios^1.18.0clsx^2.1.1final-form4.20.10final-form-focus1.1.2libphonenumber-js^1.13.6lodash^4.18.1react^18.3.1react-dom^18.3.1react-final-form6.5.9react-imask^7.6.1react-select^5.10.2yup^1.7.1