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.

Versions published
4
First published
May 2026
Publisher
legend87

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":["@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"}'
Publisherlegend87
Artifact bytes35,091,644
Previous version0.1.2
Published2026-05-20T02:55:55.624Z
SHA-256e1f78405dca78faf4c9431f2ab2e30e83772029f1e6c6a402d84330b0d901928

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

review
Last checked
reviewRisk
24Score
0.1.3Version
Status history (1 event)
  1. newavailable · risk review · score 24 · status changed

Evidence

Static findings

2 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/hmos-library-adapter-flutter.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/plugin.jshigh encoded/escaped-token density12

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
Dependencies5
  • ajv^8.17.1
  • ajv-formats^3.0.1
  • handlebars^4.7.8
  • mri^1.2.0
  • zod^4.4.3