mirrored listing x402 eip155:8453

Inspect dependency manifests for missing versions, risky install scripts, unknown licenses

Inspect dependency manifests for missing versions, risky install scripts, unknown licenses, and policy issues without claiming to replace a live CVE database.

Do you run i3p3mgbsn54dvlivnk6wbumal40eqtsn.lambda-url.us-east-1.on.aws? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
350000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-16
updated

Provider

i3p3mgbsn54dvlivnk6wbumal40eqtsn.lambda-url.us-east-1.on.aws · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x94bab5853bff59401b355371f9c4b8ca6d6eca9d",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "350000",
    "maxTimeoutSeconds": 120
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "allowedLicenses": [
            "MIT"
          ],
          "ecosystem": "npm",
          "files": [
            {
              "content": "{\"dependencies\":{\"zod\":\"4.0.0\"}}",
              "name": "package.json"
            }
          ]
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "dependencies": [],
          "ecosystem": "npm",
          "findings": [],
          "limitation": "Static manifest and policy checks only.",
          "score": 100
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "additionalProperties": false,
              "properties": {
                "allowedLicenses": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "ecosystem": {
                  "default": "auto",
                  "enum": [
                    "auto",
                    "npm",
                    "python",
                    "go"
                  ],
                  "type": "string"
                },
                "files": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "content": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "name",
                      "content"
                    ],
                    "type": "object"
                  },
                  "maxItems": 10,
                  "minItems": 1,
                  "type": "array"
                }
              },
              "required": [
                "ecosystem",
                "files"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "additionalProperties": false,
              "properties": {
                "dependencies": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "riskFlags": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "source": {
                        "type": "string"
                      },
                      "version": {
                        "anyOf": [
                          {
                            "type": "string"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      }
                    },
                    "required": [
                      "name",
                      "version",
                      "source",
                      "riskFlags"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "ecosystem": {
                  "type": "string"
                },
                "findings": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "category": {
                        "type": "string"
                      },
                      "evidence": {
                        "type": "string"
                      },
                      "message": {
                        "type": "string"
                      },
                      "severity": {
                        "enum": [
                          "low",
                          "medium",
                          "high"
                        ],
                        "type": "string"
                      }
                    },
                    "required": [
                      "severity",
                      "category",
                      "message",
                      "evidence"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "limitation": {
                  "type": "string"
                },
                "score": {
                  "maximum": 100,
                  "minimum": 0,
                  "type": "number"
                }
              },
              "required": [
                "ecosystem",
                "dependencies",
                "findings",
                "score",
                "limitation"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "payment-identifier": {
    "required": false
  }
}

Use it

curl

curl "https://i3p3mgbsn54dvlivnk6wbumal40eqtsn.lambda-url.us-east-1.on.aws/v1/dependency-risk-scanner"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://i3p3mgbsn54dvlivnk6wbumal40eqtsn.lambda-url.us-east-1.on.aws/v1/dependency-risk-scanner");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://i3p3mgbsn54dvlivnk6wbumal40eqtsn.lambda-url.us-east-1.on.aws/v1/dependency-risk-scanner")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7892.json, and this resource appears in /discovery/resources and /discovery/search.