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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="npm rebuild node-sass" | 5 |
| low | Large Javascript Payload | package/demo/vendor.js | 6533857 bytes | 0 |
Manifest
Package metadata
Scripts25
build:sassnode-sass -r ../build/ -o ../build/ || trueclean:buildrimraf ../buildclean:demorimraf ../democlean:packagerimraf ../packagecompodoccompodoc ../src --disableInternal --disablePrivate --disableGraph --disableSourceCode --hideGenerator --output ../docs --tsconfig ../tsconfig.compodoc.jsoncopy: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:webpackdemo:servehttp-server ./../demodemo:webpackcd ../ && webpack --config=tools/webpack.demo.js --progress --profilelinttslint '../src/**/*.ts' -p ./../tslint.jsonpackagenpm-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:buildpackage:aotngc -p ../tsconfig.aot.jsonpackage:buildcd ../ && webpack --config=tools/webpack.package.js --progress --profilepackage:devcd ../ && webpack --config=tools/webpack.dev.js --progress --profile --watchpackage:functionstsc -p ../tsconfig.es6.jsonpackage:minifyuglifyjs ../package/index.js --source-map --compress --mangle --screw-ie8 --output ../package/index.min.jspackage:publishnpm-run-all -s package:publish:copyjson package:publish:replace package:publish:npmpackage:publish:copyjsoncpx -v "../package.json" "../package"package:publish:npmnpm publish ../package --access publicpackage:publish:replacereplace-in-file /package/index/g index ../package/package.json --isRegexpackage:replace-scssnode replace-scss.jspostinstallnpm rebuild node-sassservecd ../ && webpack-dev-server --config=tools/webpack.playground.js --progress --profile --watch