PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node bin/sync-skill.js && node bin/restart-daemon.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
174
First published
Apr 2026
Publisher
solinxia

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"}'
Publishersolinxia
Artifact bytes79,792
Previous version3.6.0-beta.18
Published2026-05-27T17:28:02.989Z
SHA-256a25ead0e84de8af2f9e1d6c548ed19e2977dfee156835868c92293d363f12c45

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node bin/sync-skill.js && node bin/restart-daemon.js"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
3.6.0-beta.19Version
Status history (2 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 24 -> 5
  2. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node bin/sync-skill.js && node bin/restart-daemon.js"5

Manifest

Package metadata

Scripts10
  • buildnode scripts/build.js
  • build:distnode scripts/build.js
  • copy-filesshx cp package.json dist/ && shx cp README.md dist/ && shx mkdir -p dist/bin && shx mkdir -p dist/references && shx mkdir -p dist/skills && shx cp -r bin/* dist/bin/ && shx cp -r references/* dist/references/ && shx cp -r skills/* dist/skills/
  • devnode server.js
  • obfuscatenode scripts/obfuscate.js
  • postinstallnode bin/sync-skill.js && node bin/restart-daemon.js
  • startnode server.js
  • sync-confignode scripts/sync-config.js
  • testjest
  • test:staticecho 'No tests'
Dependencies4
  • @modelcontextprotocol/sdk^1.0.0
  • dotenv^17.3.1
  • node-fetch^2.7.0
  • sharp^0.33.0