PkgRadar

Package evidence

@roomi-fields/[email protected]

Remote Payload: matched "curl "

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
330
Versions published
33Established · −30% score
First published
Nov 2025
Publisher
roomi-fields

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@roomi-fields/[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":["@roomi-fields/[email protected]"],"fail_on":"review"}'
Publisherroomi-fields
Artifact bytes442,040
Previous version2.0.0
Published2026-05-27T11:18:11.035Z
SHA-25640c53e505550a5b128d41656236ece5b0087e7d7fb1519ca1be387efb65b4e95

Why flagged

What the scanner saw

Remote Payload: matched "curl "

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/scripts/switch-account-language.shmatched "curl "12

Manifest

Package metadata

Scripts26
  • accountsnode dist/cli/accounts.js
  • buildtsc && npm run build:i18n && npm run build:chmod-bin
  • build:chmod-binnode -e "require('fs').chmodSync('dist/index.js', 0o755); require('fs').chmodSync('dist/stdio-http-proxy.js', 0o755);"
  • build:i18nnode -e "require('fs').cpSync('src/i18n', 'dist/i18n', {recursive: true, filter: (s) => s.endsWith('.json') || require('fs').statSync(s).isDirectory()})"
  • de-authnode dist/cli/de-auth.js
  • devtsx watch src/index.ts
  • dev:httptsx watch src/http-wrapper.ts
  • dev:proxytsx watch src/stdio-http-proxy.ts
  • doctor:basicnode scripts/doctor.mjs --basic
  • doctor:httpnode scripts/doctor.mjs --http
  • helpnode dist/cli/help.js
  • preparehusky
  • setup-authnode dist/cli/setup-auth.js
  • start:httpnode dist/http-wrapper.js
  • start:proxynode dist/stdio-http-proxy.js
  • testnode --experimental-vm-modules node_modules/jest/bin/jest.js
  • test:cinode --experimental-vm-modules node_modules/jest/bin/jest.js --ci --coverage --reporters=default
  • test:coveragenode --experimental-vm-modules node_modules/jest/bin/jest.js --coverage
  • test:e2epowershell -ExecutionPolicy Bypass -File tests/e2e/run-e2e-tests.ps1
  • test:e2e:basicpowershell -ExecutionPolicy Bypass -File tests/e2e/run-e2e-tests.ps1 -SkipBrowserTests
  • test:integrationnode --experimental-vm-modules node_modules/jest/bin/jest.js --testPathPatterns=integration
  • test:unitnode --experimental-vm-modules node_modules/jest/bin/jest.js --testPathPatterns=unit
  • test:watchnode --experimental-vm-modules node_modules/jest/bin/jest.js --watch
  • version:checknode scripts/sync-version.mjs --check
  • version:syncnode scripts/sync-version.mjs
  • watchtsc --watch
Dependencies9
  • @modelcontextprotocol/sdk^1.0.0
  • cors^2.8.5
  • dotenv^16.4.0
  • env-paths^3.0.0
  • express^4.18.2
  • globby^14.1.0
  • otplib^12.0.1
  • patchright^1.48.2
  • zod^3.22.0