PkgRadar

Package evidence

@artshell/[email protected]

no findings

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
97
Versions published
1
First published
Sep 2023
Publisher
kalimantos

Recommended action

Looks clean — keep monitoring

No 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":["@artshell/[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":["@artshell/[email protected]"],"fail_on":"review"}'
Publisherkalimantos
Artifact bytes437,011
Previous versionnone
Published2023-09-28T15:58:14.760Z
SHA-256f1e55d219b69546ac0847a8ddd6762437afca9f3ca743be39f869af5435d1a74

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

low
Last checked
lowRisk
0Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts7
  • buildrollup -c rollup.config.js && tsc --declaration --emitDeclarationOnly --project tsconfig.prod.json
  • cleanrm -rf dist lib
  • commitlintcommitlint --edit
  • developconcurrently "rollup -c rollup.config.js -w" "tsc --declaration --emitDeclarationOnly --watch --preserveWatchOutput --project tsconfig.prod.json"
  • prepacknpm run build
  • testjest --collect-coverage
  • tsctsc --noEmit
Dependencies3
  • @formatjs/ecma402-abstract^1.17.2
  • @formatjs/fast-memoize^2.2.0
  • @formatjs/icu-messageformat-parser^2.6.2