Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":["@agentmedia/[email protected]"],"fail_on":"high"}'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":["@agentmedia/[email protected]"],"fail_on":"high"}'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
Status history (1 event)
- new → available · risk high · score 51 · status changed
Related candidates
Linked campaigns and clusters
yuvalsuede
6 members · evidence strength 74Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/v2/generators.js | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/generate-openapi.ts | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/generate-v2-docs.ts | matched "curl " | 12 |
| medium | Remote Payload | package/src/v2/generators.ts | matched "curl " | 12 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/v2/generators.js | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/generate-openapi.ts | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/generate-v2-docs.ts | matched "curl " | 12 |
| medium | Remote Payload | package/src/v2/generators.ts | matched "curl " | 12 |
| low | Obfuscation | package/package.json | matched "\\u2014" | 3 |
Manifest
Package metadata
Scripts8
buildtsccheck:sdk-typesnpx openapi-typescript ../../generated/openapi.json -o ../../generated/api-types.d.ts && echo '✓ SDK types generated'check:spectsx scripts/check-spec-freshness.tsgen:v2-docstsx scripts/generate-v2-docs.tsgenerate:edge-schematsx scripts/generate-edge-schema.tsgenerate:openapitsx scripts/generate-openapi.tstestvitest runtypechecktsc --noEmit
Dependencies2
zod^3.23.0zod-to-json-schema^3.25.2