PkgRadar

Package evidence

@reconcrap/[email protected]

Credential file access: matched ".azure"

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 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":["@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"}'
Publisherreconcrap
Artifact bytes189,824
Previous version0.1.33
Published2026-05-27T05:34:15.417Z
SHA-256c1f96defd8b60f503507b79cf33ea60a3ba646e9918f150b3577b125fecf74f8

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

review
Last checked
reviewRisk
10Score
0.1.34Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/llm-adapter.jsmatched ".azure"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs"5

Manifest

Package metadata

Scripts6
  • clinode src/cli.js
  • doctornode src/cli.js doctor --json
  • install:localnode src/cli.js install
  • postinstallnode scripts/postinstall.cjs
  • startnode src/index.js
  • testnode --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