PkgRadar

Package evidence

@meframe/[email protected]

Obfuscation: matched "\\u3040"

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":["@meframe/[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":["@meframe/[email protected]"],"fail_on":"review"}'
Publisheryangpei11
Artifact bytes690,493
Previous version0.5.6
Published2026-05-25T02:16:55.111Z
SHA-256c7cfffc578a1449c0da98a843beaa1ae4da4306b931b5cdd873376295d46228e

Why flagged

What the scanner saw

Obfuscation: matched "\\u3040"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/workers/stages/export/export.worker.p7X_YtxQ.jsmatched "\\u3040"3
lowObfuscationpackage/dist/stages/compose/text-utils/locale-detector.jsmatched "\\u4e00"3
lowObfuscationpackage/dist/node_modules/.pnpm/[email protected]/node_modules/mp4box/dist/mp4box.all.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/stages/compose/text-utils/text-wrapper.jsmatched "\\u3040"3

Manifest

Package metadata

Scripts18
  • buildtsc && vite build && pnpm build:workers && pnpm build:node-cjs
  • build:node-cjsnode scripts/generate-node-cjs.js
  • build:workersvite build --config vite.worker.config.ts && node scripts/generate-worker-manifest.js
  • cleanrm -rf dist coverage
  • devvite
  • linteslint src --ignore-pattern '**/__tests__' --ignore-pattern '**/*.test.ts' --ignore-pattern '**/*.spec.ts' --ignore-pattern '**/*.worker.ts'
  • lint:fixeslint src --fix --ignore-pattern '**/__tests__' --ignore-pattern '**/*.test.ts' --ignore-pattern '**/*.spec.ts' --ignore-pattern '**/*.worker.ts'
  • playwright:installplaywright install chromium
  • previewvite preview
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2eplaywright test --project=chromium
  • test:e2e:debugplaywright test --project=chromium --debug
  • test:e2e:uiplaywright test --project=chromium --ui
  • test:integrationvitest run --config vitest.integration.config.ts
  • test:uivitest --ui
  • test:watchvitest
  • type-checktsc --noEmit
Dependencies2
  • mp4-muxer^5.2.2
  • mp4box^0.5.2