PkgRadar

Package evidence

@firestitch/[email protected]

Install-time lifecycle script: postinstall="npm rebuild node-sass"

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
637
Versions published
280Mature · −50% score
First published
Dec 2017
Publisher
mendor

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":["@firestitch/[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":["@firestitch/[email protected]"],"fail_on":"review"}'
Publishermendor
Artifact bytes4,741,557
Previous version0.2.4
Published2018-05-17T12:34:27.982Z
SHA-2565c1552cbac855c529b955cca4691340a12ef9336219ffd22089c30cef207885e

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="npm rebuild node-sass"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm rebuild node-sass"5
lowLarge Javascript Payloadpackage/demo/vendor.js6533857 bytes0

Manifest

Package metadata

Scripts25
  • build:sassnode-sass -r ../build/ -o ../build/ || true
  • clean:buildrimraf ../build
  • clean:demorimraf ../demo
  • clean:packagerimraf ../package
  • compodoccompodoc ../src --disableInternal --disablePrivate --disableGraph --disableSourceCode --hideGenerator --output ../docs --tsconfig ../tsconfig.compodoc.json
  • copy:buildcpx -v "../src/**/*" "../build"
  • copy:stylescpx -v "../build/**/*.css" "../package"
  • copy:templatescpx -v "../build/**/*.html" "../package"
  • demo:buildnpm-run-all -s clean:demo compodoc demo:webpack
  • demo:servehttp-server ./../demo
  • demo:webpackcd ../ && webpack --config=tools/webpack.demo.js --progress --profile
  • linttslint '../src/**/*.ts' -p ./../tslint.json
  • packagenpm-run-all -s clean:build clean:package copy:build build:sass package:replace-scss package:aot package:build copy:styles copy:templates package:minify clean:build
  • package:aotngc -p ../tsconfig.aot.json
  • package:buildcd ../ && webpack --config=tools/webpack.package.js --progress --profile
  • package:devcd ../ && webpack --config=tools/webpack.dev.js --progress --profile --watch
  • package:functionstsc -p ../tsconfig.es6.json
  • package:minifyuglifyjs ../package/index.js --source-map --compress --mangle --screw-ie8 --output ../package/index.min.js
  • package:publishnpm-run-all -s package:publish:copyjson package:publish:replace package:publish:npm
  • package:publish:copyjsoncpx -v "../package.json" "../package"
  • package:publish:npmnpm publish ../package --access public
  • package:publish:replacereplace-in-file /package/index/g index ../package/package.json --isRegex
  • package:replace-scssnode replace-scss.js
  • postinstallnpm rebuild node-sass
  • servecd ../ && webpack-dev-server --config=tools/webpack.playground.js --progress --profile --watch