PkgRadar

Package evidence

@muhammedaksam/[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
75
Versions published
19
First published
Dec 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@muhammedaksam/[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":["@muhammedaksam/[email protected]"],"fail_on":"review"}'
Artifact bytes79,346
Previous version2026.4.2
Published2026-05-07T19:37:26.832Z
SHA-256a617b8ecbba5d44f8d57f0af4162d255e282cd7e24d52c5977fd5d4c29c8722f

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/package.jsonmatched "curl "12

Manifest

Package metadata

Scripts15
  • buildrollup -c
  • build:watchrollup -c --watch
  • checkpnpm run lint && pnpm run format:check
  • cleanrm -rf dist
  • docstypedoc src/index.ts --out docs --excludePrivate --excludeInternal
  • fetch:openapicurl -u ${WHATSAPP_SWAGGER_USERNAME:-WHATSAPP_SWAGGER_USERNAME}:${WHATSAPP_SWAGGER_PASSWORD:-WHATSAPP_SWAGGER_PASSWORD} -o openapi.json ${WAHA_URL:-http://localhost:3000}/-json && prettier --write openapi.json
  • fixpnpm run lint:fix && pnpm run format
  • formatprettier --write .
  • format:checkprettier --check .
  • generatepnpm run fetch:openapi && pnpm run generate:types
  • generate:typesrm -rf src/generated && npx swagger-typescript-api generate -p openapi.json -o src/generated -n api.ts --axios --modular --module-name-first-tag && npx tsx scripts/clean-generated.ts && pnpm run fix
  • linteslint .
  • lint:fixeslint . --fix
  • prepublishOnlypnpm run clean && pnpm run build
  • testtsx example/index.ts
Dependencies1
  • axios^1.13.2