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,907
Previous version0.2.3
Published2026-05-16T01:44:17.033Z
SHA-2566f3ea0acd3fb8b25efb380908e0b4e97baf8c17d965c4c8b6ea1d6f79ad6624d

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.9Version
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