PkgRadar

Package evidence

@record-evolution/[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.

Weekly downloads
110
Versions published
39Mature · −50% score
First published
Dec 2023
Publisher
markope

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@record-evolution/[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":["@record-evolution/[email protected]"],"fail_on":"review"}'
Publishermarkope
Artifact bytes164,481
Previous version1.1.26
Published2026-06-15T11:34:53.113Z
SHA-256cdc40db3f1d006056f298781f48b604570765830812c82bc473f2a8d733f7b78

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
1.1.27Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts8
  • analyzecem analyze --litelement
  • buildvite build
  • linknpm run build && npm link && cd ../RESWARM/frontend && npm link @record-evolution/widget-value
  • releasenpm run build && npm run types && npm version patch --tag-version-prefix='' && git push && git push --tag && npm run build
  • startvite build --watch & vite
  • typescat src/definition-schema.json | json2ts --style.tabWidth=4 > src/definition-schema.d.ts
  • unlinknpm unlink --global && cd ../RESWARM/frontend && npm unlink @record-evolution/widget-value && npm i @record-evolution/widget-value
  • watchvite build --watch
Dependencies2
  • lit^3.3.3
  • tslib^2.8.1