PkgRadar

Package evidence

@enigmurl/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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":["@enigmurl/[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":["@enigmurl/[email protected]"],"fail_on":"review"}'
Publisherenigmurl
Artifact bytes150,910
Previous version0.2.9
Published2026-05-24T04:07:58.693Z
SHA-256acd7cf79fc7e89969a75ad6b1cbec2eb7e1f02a05a6be694d58f8be618e85adc

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/manifest.jsonmatched "curl "12
mediumRemote Payloadpackage/package.jsonmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/manifest.jsonmatched "curl "12
mediumRemote Payloadpackage/package.jsonmatched "curl "12
lowObfuscationpackage/dist/index.jsmatched "\\u2028"3

Manifest

Package metadata

Scripts5
  • buildnpm run check && esbuild src/index.ts --bundle --platform=node --format=esm --target=node20 --loader:.md=text --loader:.mcs=text --loader:.mcl=text --outfile=dist/index.js && esbuild src/resources.test.ts --bundle --platform=node --format=esm --target=node20 --loader:.md=text --loader:.mcs=text --loader:.mcl=text --outfile=dist/resources.test.js && esbuild src/server.test.ts --bundle --platform=node --format=esm --target=node20 --outfile=dist/server.test.js
  • checktsc -p tsconfig.json --noEmit
  • prepare:mcpbnpm run build && mcpb validate manifest.json && mcpb pack . ../../dist/monocurl-mcp-node.mcpb
  • sync:docsnode scripts/sync-docs.mjs
  • testnpm run build && node --test dist/resources.test.js dist/server.test.js
Dependencies1
  • @modelcontextprotocol/sdk^1.18.0