PkgRadar

Package evidence

@social-mail/[email protected]

Obfuscation: matched "\\xa0"

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":["@social-mail/[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":["@social-mail/[email protected]"],"fail_on":"review"}'
Publisherackava
Artifact bytes459,890
Previous version1.0.417
Published2026-05-16T03:39:21.734Z
SHA-2562a7e0c22b7cf8bed5d7415aacd0fc4ba3d44a8d23679a18dfdcf3e30ea194e11

Why flagged

What the scanner saw

Obfuscation: matched "\\xa0"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/components.webpack.jsmatched "\\xa0"3
lowObfuscationpackage/dist/editable.jsmatched "\\xa0"3
lowObfuscationpackage/dist/main.jsmatched "\\xa0"3
lowObfuscationpackage/src/components/animated-text/AnimatedText.tsmatched "\\xa0"3
lowObfuscationpackage/src/components/typewriter/TypeWriter.tsmatched "\\u202f"3
lowCredential file accesspackage/.gitlab-ci.ymlmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts5
  • buildwebpack
  • build-cssnpx postcss "./src/**/*.css" --base src --dir dist --map --verbose
  • build-css-watchnpx postcss "./src/**/*.css" --base src --dir dist --map --verbose -w
  • postversiongit push --follow-tags
  • testecho "Error: no test specified" && exit 1