PkgRadar

Package evidence

@story-telling-reporter/[email protected]

Install-time lifecycle script: postinstall="[ -d ./lib ] && [ -d ./dist ] || make build"

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
158Mature · −50% score
First published
Oct 2023
Publisher
nickhsine

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":["@story-telling-reporter/[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":["@story-telling-reporter/[email protected]"],"fail_on":"review"}'
Publishernickhsine
Artifact bytes421,334
Previous version2.2.17
Published2026-05-27T15:39:44.879Z
SHA-256e6ba8cbb139909da2cacced389741fd0f48669ebc4d061400587b75cb1f539c8

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="[ -d ./lib ] && [ -d ./dist ] || make build"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="[ -d ./lib ] && [ -d ./dist ] || make build"5

Manifest

Package metadata

Scripts7
  • buildmake build
  • build-distmake build-dist
  • build-libmake build-lib
  • cleanmake clean
  • devmake dev
  • postinstall[ -d ./lib ] && [ -d ./dist ] || make build
  • testecho "Error: no test specified" && exit 1
Dependencies10
  • @story-telling-reporter/react-karaoke^1.0.3
  • @story-telling-reporter/react-puzzle-photo-infra^1.0.0
  • @story-telling-reporter/react-scroll-to-audio^3.1.0
  • @story-telling-reporter/react-scrollable-image^0.3.4
  • @story-telling-reporter/react-scrollable-video^3.0.2
  • @story-telling-reporter/react-subtitled-audio^1.1.4
  • @story-telling-reporter/react-three-story-controls^2.2.3
  • lodash^4.17.21
  • regenerator-runtime^0.14.1
  • serialize-javascript^6.0.0