PkgRadar

Package evidence

@aslaluroba/[email protected]

Obfuscation: matched "\\uFEFF"

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":["@aslaluroba/[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":["@aslaluroba/[email protected]"],"fail_on":"review"}'
Artifact bytes2,785,404
Previous version3.2.16
Published2026-03-25T13:22:52.923Z
SHA-25610937568ea185af397355eaca4a4539749afca17c475ad408d9c3bea60939588

Why flagged

What the scanner saw

Obfuscation: matched "\\uFEFF"

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

Availability ledger

available

review
Last checked
reviewRisk
6Score
3.2.17Version
Status history (1 event)
  1. newavailable · risk review · score 6 · 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
lowObfuscationpackage/dist/services.esm.jsmatched "\\uFEFF"3
lowObfuscationpackage/dist/services.jsmatched "\\uFEFF"3

Manifest

Package metadata

Scripts13
  • buildrollup -c
  • cleanrimraf dist
  • devrollup --watch --config rollup.dev.config.mjs
  • publish:majoryarn clean && yarn build && yarn version:major && yarn publish --access public
  • publish:minoryarn clean && yarn build && yarn version:minor && yarn publish --access public
  • publish:patchyarn clean && yarn build && yarn version:patch && yarn publish --access public
  • setup:dev./scripts/setup-dev.sh
  • setup:dev:with-test./scripts/setup-dev.sh --create-test-project
  • testjest
  • version:majornpm version major --no-git-tag-version
  • version:minornpm version minor --no-git-tag-version
  • version:patchnpm version patch --no-git-tag-version
  • watchconcurrently "yarn dev" "yalc publish --watch --push"
Dependencies9
  • @ably/chat^1.3.0
  • @tabler/icons-react^3.40.0
  • @tailwindcss/postcss^4.2.2
  • ably^2.21.0
  • axios^1.13.6
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • react-markdown^10.1.0
  • tailwind-merge^3.5.0