PkgRadar

Package evidence

[email protected]

Obfuscation: matched "Buffer.from(imagePart.inlineData.data, 'base64"

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishershinpr
Artifact bytes68,331
Previous version0.10.0
Published2026-05-02T06:05:15.606Z
SHA-256ba3c0198e598a86087252c5a300a52d78d8aa1a90a770dc5ebc899258f1d5df1

Why flagged

What the scanner saw

Obfuscation: matched "Buffer.from(imagePart.inlineData.data, 'base64"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/api/geminiClient.jsmatched "Buffer.from(imagePart.inlineData.data, 'base64"3
lowObfuscationpackage/dist/business/inputValidator.jsmatched "Buffer.from(cleanedData, 'base64"3
lowObfuscationpackage/dist/api/openaiImageClient.jsmatched "Buffer.from(firstImage.b64_json, 'base64"3

Manifest

Package metadata

Scripts18
  • buildtsc && tsc-alias
  • checkbiome check src
  • check:allnpm run check && npm run lint && npm run format:check && npm run check:deps && npm run build && npm run test
  • check:depsdpdm --no-tree --no-warning --circular --exit-code circular:1 --exclude "(node_modules|__tests__|\.test\.ts$|\.spec\.ts$)" --tsconfig ./tsconfig.json "src/**/*.ts"
  • check:fixbiome check --write src
  • cleanup:processesbash ./scripts/cleanup-test-processes.sh
  • formatbiome format --write src
  • format:checkbiome format src
  • linknpm run build && npm link
  • lintbiome lint src
  • lint:fixbiome lint --write src
  • testvitest run
  • test:coveragevitest run --coverage
  • test:coverage:cleanrm -rf coverage .vitest-cache
  • test:coverage:freshnpm run test:coverage:clean && npm run test:coverage
  • test:coverage:summarynode scripts/show-coverage.js
  • test:safenpm test && npm run cleanup:processes
  • test:watchvitest
Dependencies3
  • @google/genai^1.42.0
  • @modelcontextprotocol/sdk^1.0.0
  • openai^6.35.0