PkgRadar

Package evidence

@hmos-library-adapter/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
200
Versions published
6
First published
May 2026
Publisher
mzsylr

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":["@hmos-library-adapter/[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":["@hmos-library-adapter/[email protected]"],"fail_on":"review"}'
Publishermzsylr
Artifact bytes35,035,368
Previous version0.1.5
Published2026-06-09T14:09:07.111Z
SHA-256a3477905b1574d5dae754b2d89d14d235e11e5b7a22509b654b1f58cc4dc2f2b

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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.1.6Version
Status history (1 event)
  1. newavailable · risk low · score 0 · 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
lowObfuscation Densitypackage/dist/hmos-library-adapter-flutter.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/plugin.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts15
  • buildnode scripts/build.mjs
  • eval:alltsx eval/run-eval.ts && tsx eval/analyze.ts
  • eval:analyzetsx eval/analyze.ts
  • eval:runtsx eval/run-eval.ts
  • formatprettier --write "src/**/*.ts" "scripts/**/*.ts" "scripts/**/*.mjs"
  • format:checkprettier --check "src/**/*.ts" "scripts/**/*.ts" "scripts/**/*.mjs"
  • lint:promptstsx scripts/lint-prompts.ts
  • prepacknpm run typecheck && npm run lint:prompts && npm run build
  • releasenode scripts/release.mjs
  • release:drynode scripts/release.mjs --dry-run
  • release:majornode scripts/release.mjs --bump major
  • release:minornode scripts/release.mjs --bump minor
  • release:patchnode scripts/release.mjs --bump patch
  • testnode --test --import tsx tests/**/*.test.ts
  • typechecktsc --noEmit
Dependencies2
  • ajv^8.17.1
  • zod^4.4.3