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.
- Weekly downloads
- 969
- Versions published
- 176
- First published
- Apr 2026
- Publisher
- solinxia
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":["[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"}'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
Status history (1 event)
- new → available · risk review · score 5 · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | postinstall="node bin/sync-skill.js && node bin/restart-daemon.js" | 5 |
Manifest
Package metadata
Scripts10
buildnode scripts/build.jsbuild:distnode scripts/build.jscopy-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.jsobfuscatenode scripts/obfuscate.jspostinstallnode bin/sync-skill.js && node bin/restart-daemon.jsstartnode server.jssync-confignode scripts/sync-config.jstestjesttest:staticecho 'No tests'
Dependencies4
@modelcontextprotocol/sdk^1.0.0dotenv^17.3.1node-fetch^2.7.0sharp^0.33.0