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
- 192
- Versions published
- 65
- First published
- Jan 2026
- Publisher
- sequant
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
Credential file access: matched "id_rsa"
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 10 · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/marketplace/external_plugins/sequant/hooks/pre-tool.sh | matched "id_rsa" | 5 |
| low | Credential file access | package/templates/hooks/pre-tool.sh | matched "id_rsa" | 5 |
Manifest
Package metadata
Scripts11
buildtscdevtsx bin/cli.tslinteslint src/ bin/ --max-warnings 0lint:skill-callsnpx tsx scripts/lint-skill-calls.tsprepare:marketplacenpx tsx scripts/prepare-marketplace.tsprepublishOnlynpm run buildsync:hooksbash scripts/sync-hooks.shsync:skillscp -r templates/skills/* .claude/skills/testvitest runvalidate:marketplacenpx tsx scripts/prepare-marketplace.ts --validate-onlyvalidate:skillsfor skill in templates/skills/*/; do npx skills-ref validate "$skill"; done
Dependencies20
@anthropic-ai/claude-agent-sdk^0.3.142@hono/node-server^2.0.0boxen^8.0.1chalk^5.3.0chokidar^5.0.0cli-table3^0.6.5commander^14.0.3diff^9.0.0gradient-string^3.0.0hono^4.12.1ink^7.0.1inquirer^14.0.1log-update^7.0.1open^11.0.0ora^9.3.0p-limit^7.3.0react^19.2.5string-width^8.2.0yaml^2.7.0zod^4.3.5