PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall-message.cjs"

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
138
Versions published
129Established · −30% score
First published
Sep 2025
Publisher
fsscoding

Effective trust discount applied: 30% (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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherfsscoding
Artifact bytes2,821,906
Previous version1.7.6
Published2026-06-13T03:07:32.188Z
SHA-25615b90e8d4b100024a3015de3b0f2918614b4977e8f74fca5423885131814a49b

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall-message.cjs"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
1.7.7Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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="node scripts/postinstall-message.cjs"5
lowLarge Javascript Payloadpackage/bundle/fss-link-main.js3679931 bytes0

Manifest

Package metadata

Scripts34
  • authnpm run auth:npm && npm run auth:docker
  • auth:dockergcloud auth configure-docker us-west1-docker.pkg.dev
  • auth:npmnpx google-artifactregistry-auth
  • buildnode scripts/build.js
  • build-and-startnpm run build && npm run start
  • build:allnpm run build && npm run build:sandbox && npm run build:vscode
  • build:packagesnpm run build --workspaces
  • build:sandboxnode scripts/build_sandbox.js --skip-npm-install-build
  • build:vscodenode scripts/build_vscode_companion.js
  • bundlenpm run generate && node scripts/prebundle-sync-dist.js && node esbuild.config.js && node scripts/copy_bundle_assets.js
  • cleannode scripts/clean.js
  • debugcross-env DEBUG=1 node --inspect-brk scripts/start.js
  • formatprettier --experimental-cli --write .
  • generatenode scripts/generate-git-commit-info.js
  • linteslint . --ext .ts,.tsx && eslint integration-tests
  • lint:cieslint . --ext .ts,.tsx --max-warnings 0 && eslint integration-tests --max-warnings 0
  • lint:fixeslint . --fix && eslint integration-tests --fix
  • postinstallnode scripts/postinstall-message.cjs
  • preflightnpm run clean && npm ci && npm run format && npm run lint:ci && npm run build && npm run typecheck && npm run test:ci
  • preparepatch-package || true
  • prepare:packagenode scripts/prepare-package.js
  • prepublishOnlynode scripts/check-publish.js
  • release:versionnode scripts/version.js
  • startnode scripts/start.js
  • telemetrynode scripts/telemetry.js
  • testnpm run test --workspaces --if-present
  • test:cinpm run test:ci --workspaces --if-present && npm run test:scripts
  • test:e2ecross-env VERBOSE=true KEEP_OUTPUT=true npm run test:integration:sandbox:none
  • test:integration:allnpm run test:integration:sandbox:none && npm run test:integration:sandbox:docker && npm run test:integration:sandbox:podman
  • test:integration:sandbox:dockerGEMINI_SANDBOX=docker npm run build:sandbox && GEMINI_SANDBOX=docker vitest run --root ./integration-tests
  • …and 4 more.
Dependencies81
  • @google/genai1.13.0
  • @iarna/toml^2.2.5
  • @modelcontextprotocol/sdk^1.15.1
  • @mozilla/readability^0.6.0
  • @testing-library/react^16.3.2
  • @types/command-exists^1.2.3
  • @types/dompurify^3.0.5
  • @types/express^5.0.3
  • @types/fs-extra^11.0.4
  • @types/html-to-text^9.0.4
  • @types/js-yaml^4.0.9
  • @types/jsdom^21.1.7
  • @types/marked^5.0.2
  • @types/micromatch^4.0.9
  • @types/mime-types^3.0.1
  • @types/minimatch^5.1.2
  • @types/mock-fs^4.13.4
  • @types/mozilla__readability^0.4.2
  • @types/node^25.9.1
  • @types/pdf-parse^1.1.5
  • @types/picomatch^4.0.3
  • @types/proper-lockfile^4.1.4
  • @types/qrcode-terminal^0.12.2
  • @types/react^19.2.15
  • @types/react-dom^19.2.3
  • @types/shell-quote^1.7.5
  • @types/sql.js^1.4.9
  • @types/turndown^5.0.6
  • @types/update-notifier^6.0.8
  • @types/uuid^10.0.0
  • …and 51 more.
Optional dependencies7
  • @lydell/node-pty1.1.0
  • @lydell/node-pty-darwin-arm641.1.0
  • @lydell/node-pty-darwin-x641.1.0
  • @lydell/node-pty-linux-x641.1.0
  • @lydell/node-pty-win32-arm641.1.0
  • @lydell/node-pty-win32-x641.1.0
  • node-pty^1.0.0