Package evidence
[email protected]
Obfuscation: matched "Buffer.from(imagePart.inlineData.data, 'base64"
Recommended action
Review before promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Obfuscation | package/dist/api/geminiClient.js | matched "Buffer.from(imagePart.inlineData.data, 'base64" | 3 |
| low | Obfuscation | package/dist/business/inputValidator.js | matched "Buffer.from(cleanedData, 'base64" | 3 |
| low | Obfuscation | package/dist/api/openaiImageClient.js | matched "Buffer.from(firstImage.b64_json, 'base64" | 3 |
Manifest
Package metadata
Scripts18
buildtsc && tsc-aliascheckbiome check srccheck:allnpm run check && npm run lint && npm run format:check && npm run check:deps && npm run build && npm run testcheck: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 srccleanup:processesbash ./scripts/cleanup-test-processes.shformatbiome format --write srcformat:checkbiome format srclinknpm run build && npm linklintbiome lint srclint:fixbiome lint --write srctestvitest runtest:coveragevitest run --coveragetest:coverage:cleanrm -rf coverage .vitest-cachetest:coverage:freshnpm run test:coverage:clean && npm run test:coveragetest:coverage:summarynode scripts/show-coverage.jstest:safenpm test && npm run cleanup:processestest:watchvitest
Dependencies3
@google/genai^1.42.0@modelcontextprotocol/sdk^1.0.0openai^6.35.0