PkgRadar

Package evidence

@chromeq/[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
8
Versions published
2
First published
Jan 2025
Publisher
chromeq

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":["@chromeq/[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":["@chromeq/[email protected]"],"fail_on":"review"}'
Publisherchromeq
Artifact bytes29,551
Previous versionnone
Published2025-01-28T23:58:08.673Z
SHA-2565a03aee3c1ce1a7100f60100d8012731d437b73b549be43c740e93ae4a5646ff

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
18Score
2.0.3Version
Status history (1 event)
  1. newavailable · risk review · score 18 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/.github/workflows/Zapier.ymlmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/.github/workflows/Zapier.ymlmatched "curl "12
lowCredential file accesspackage/.github/workflows/release-drafter.ymlmatched "GITHUB_TOKEN"3
lowCredential file accesspackage/.github/workflows/set_response_time.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts4
  • buildyarn run lint && rm -rf build && tsc && cp -a support/serviceExtensionFiles build/support/
  • linteslint . --ext .ts
  • prepareyarn run build
  • testecho "Error: no test specified" && exit 1
Dependencies1
  • @expo/image-utils^0.3.22