PkgRadar

Package evidence

@eco-dev/[email protected]

no findings

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
1
First published
Jun 2026
Publisher
lnsflive

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@eco-dev/[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":["@eco-dev/[email protected]"],"fail_on":"review"}'
Publisherlnsflive
Artifact bytes117,760
Previous versionnone
Published2026-06-06T06:29:01.439Z
SHA-25607733c01cf80c0572344f4324f069ac17ec4ec4d490597aa55dc0950e0f52404

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.0.2-alpha.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts4
  • buildtsc -p tsconfig.json
  • gatenpm run build && npm run test && npm run typecheck
  • testnode test/document-envelope-smoke.mjs && node test/multi-adapter-smoke.mjs && node test/adapter-policy-smoke.mjs && node test/virtual-document-smoke.mjs && node test/source-classification-smoke.mjs && node test/store-smoke.mjs && node test/canonical-frontmatter-audit-smoke.mjs && node test/ingestion-query-smoke.mjs && node test/live-vault-guard-smoke.mjs && node test/ingestion-fts-smoke.mjs && node test/ingestion-run-rag-smoke.mjs && node test/vault-timeline-smoke.mjs && node test/canonical-truth-smoke.mjs
  • typechecktsc -p tsconfig.json --noEmit
Dependencies3
  • @eco-dev/coreworkspace:*
  • better-sqlite3^11.9.1
  • zod^3.23.8