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
- 432
- Versions published
- 28
- First published
- Apr 2026
- Publisher
- reconcrap
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":["@reconcrap/[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":["@reconcrap/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".azure"
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/src/llm-adapter.js | matched ".azure" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.cjs" | 5 |
Manifest
Package metadata
Scripts6
clinode src/cli.jsdoctornode src/cli.js doctor --jsoninstall:localnode src/cli.js installpostinstallnode scripts/postinstall.cjsstartnode src/index.jstestnode --test src/config.test.js src/run-state.test.js src/json-rpc.test.js src/worker.test.js src/long-run-runtime.test.js src/doctor.test.js src/platform.test.js src/provider-check.test.js src/chrome.test.js src/liepin/page-health.test.js src/liepin/cv-survey.test.js src/liepin/cv-parser.test.js src/liepin/cv-payload.test.js src/liepin/chat-options.test.js src/liepin/chat-screen-input.test.js src/liepin/chat-state-policy.test.js src/liepin/chat-action.test.js src/liepin/chat-screening.test.js src/liepin/chat-dry-run-screening.test.js src/liepin/recommend-filter-discovery.test.js src/liepin/recommend-filter-executor.test.js src/liepin/recommend-traversal.test.js src/liepin/recommend-dry-run-screening.test.js src/liepin/recommend-action.test.js src/liepin/recommend-chat-chain.test.js src/liepin/search-options.test.js src/liepin/search-action.test.js src/liepin/search-chat-chain.test.js src/liepin/screening-report.test.js src/liepin/infinite-scroll.test.js src/llm-adapter.test.js
Dependencies1
puppeteer-core^24.28.0