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
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":["@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"}'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
Scripts10
buildtsc --extendedDiagnostics -p tsconfig.json && cp -R src/assets distbuild-storybookrm -rf public && mkdir public && build-storybooklink-allyarn link react && yarn link react-dom && yarn link styled-components && yarn link react-router-dom && yarn link @legalplace/typeorm-entitieslinttsc --noEmit && eslint './src/**/*.{tsx,ts}'lint:fixeslint './src/**/*.{tsx,ts}' --fixreleasestandard-version -a --no-verifystartstart-storybook -p 9009testjest --colortest:coveragejest --color --coverage && open ./coverage/lcov-report/index.htmlunlink-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.1dompurify^2.2.4enzyme^3.11.0i18next^20.3.0moment^2.29.1react^17.0.1react-dom^17.0.1react-i18next^11.8.15react-input-mask^2.0.4react-paypal-button-v2^2.6.2react-router-dom^5.2.0react-scripts^4.0.3react-stripe-elements^6.1.2styled-components^5.3.0