PkgRadar

Package evidence

[email protected]

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

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
128Established · −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 bytes5,725,192
Previous version1.6.1
Published2026-04-08T07:43:32.735Z
SHA-2564e3bd02f2c89e18f548569e9b3d49e1c4593321d20a3c87c08ee92b8cf037db1

Why flagged

What the scanner saw

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

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.6.2Version
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.js"5
lowLarge Javascript Payloadpackage/bundle/fss-link.js4880756 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 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.js
  • preflightnpm run clean && npm ci && npm run format && npm run lint:ci && npm run build && npm run typecheck && npm run test:ci
  • preparenpm run bundle
  • 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.
Dependencies67
  • @google/genai1.9.0
  • @iarna/toml^2.2.5
  • @modelcontextprotocol/sdk^1.15.1
  • @mozilla/readability^0.6.0
  • @opentelemetry/api^1.9.0
  • @opentelemetry/api-logs^0.206.0
  • @opentelemetry/core^2.1.0
  • @opentelemetry/exporter-logs-otlp-grpc^0.206.0
  • @opentelemetry/exporter-logs-otlp-http^0.206.0
  • @opentelemetry/exporter-metrics-otlp-grpc^0.206.0
  • @opentelemetry/exporter-metrics-otlp-http^0.206.0
  • @opentelemetry/exporter-trace-otlp-grpc^0.206.0
  • @opentelemetry/exporter-trace-otlp-http^0.206.0
  • @opentelemetry/instrumentation-http^0.206.0
  • @opentelemetry/otlp-exporter-base^0.206.0
  • @opentelemetry/resources^2.1.0
  • @opentelemetry/sdk-logs^0.206.0
  • @opentelemetry/sdk-metrics^2.1.0
  • @opentelemetry/sdk-node^0.206.0
  • @opentelemetry/sdk-trace-node^2.1.0
  • @opentelemetry/semantic-conventions^1.37.0
  • @types/jsdom^21.1.7
  • @types/mozilla__readability^0.4.2
  • @types/update-notifier^6.0.8
  • axios^1.11.0
  • chalk^5.3.0
  • cheerio^1.1.2
  • command-exists^1.2.9
  • diff^7.0.0
  • dotenv^17.1.0
  • …and 37 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