PkgRadar

Package evidence

@frontlinesystems/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
652
Versions published
6
First published
May 2026
Publisher
olegshirokikh

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":["@frontlinesystems/[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":["@frontlinesystems/[email protected]"],"fail_on":"review"}'
Publisherolegshirokikh
Artifact bytes390,630
Previous version2026.5.4
Published2026-05-27T21:39:48.734Z
SHA-256f29de1f7d00ddc354457ce816cd79e057cdf3625008d81a7ee1d9bc58216ebd3

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/out/index.cjshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts10
  • build:mcpbnode scripts/build-mcpb.js
  • build:readmenode scripts/build-readme.js
  • compilenode esbuild.js
  • compile:prodnode esbuild.js --prod
  • inspectornpx @modelcontextprotocol/inspector node --env-file=.env.local out/index.cjs
  • inspector:debugnpx @modelcontextprotocol/inspector node --env-file=.env.local --inspect-brk out/index.cjs
  • inspector:testnpx @modelcontextprotocol/inspector node --env-file=.env.test out/index.cjs
  • prepacknpm run build:readme && npm run compile:prod
  • testtsx --test src/tests/utils.test.ts
  • typechecktsc --noEmit
Dependencies5
  • @modelcontextprotocol/sdk^1.0.4
  • form-data^4.0.5
  • mime-types^2.1.35
  • node-fetch^3.3.2
  • zod^4.3.6