{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "a2a-opspawn-com-x402-dep-audit",
  "title": "OpSpawn \u00b7 Audit Dependency Vulnerabilities",
  "url": "https://a2a.opspawn.com/x402/dep-audit",
  "category": "tools",
  "summary": "Audit a list of dependencies for known vulnerabilities in npm, pip, or Go ecosystems after paying 0.10 USDC.",
  "seo": {
    "title": "Dependency Vulnerability Audit API | x402 Payment Required",
    "description": "Audit npm, pip, or Go dependencies for vulnerabilities via x402 protocol. Pay 0.10 USDC per call. Base network. POST endpoint with ecosystem and dependency list."
  },
  "use_cases": [
    "Scan project dependencies for security vulnerabilities before deployment",
    "Automate security audits in CI/CD pipelines",
    "Verify third-party package safety across multiple ecosystems"
  ],
  "ideal_buyer": "Security-conscious developers and DevOps teams automating dependency vulnerability scanning.",
  "example_prompt": "Audit my npm dependencies express@4.18.2 and lodash@4.17.21 for vulnerabilities",
  "example_request_body": {
    "ecosystem": "npm",
    "dependencies": [
      {
        "name": "express",
        "version": "4.18.2"
      },
      {
        "name": "lodash",
        "version": "4.17.21"
      }
    ]
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 10,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x7483a9f237cf8043704d6b17da31c12bfff860dd",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "100000",
      "max_timeout_seconds": 600,
      "mime_type": "application/json",
      "description": "Dependency Vulnerability Audit - $0.10 USDC",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "dependencies",
              "ecosystem"
            ],
            "properties": {
              "ecosystem": {
                "enum": [
                  "npm",
                  "pip",
                  "go"
                ],
                "type": "string",
                "description": "Package ecosystem"
              },
              "dependencies": {
                "type": "array",
                "items": {
                  "type": "object",
                  "required": [
                    "name",
                    "version"
                  ],
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    }
                  }
                },
                "description": "List of dependencies to audit"
              }
            }
          },
          "method": "POST"
        },
        "output": "JSON vulnerability report with CVEs and risk score"
      }
    }
  ],
  "origin": {
    "slug": "a2a-opspawn-com",
    "host": "a2a.opspawn.com",
    "url": "https://a2a.opspawn.com"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/a2a-opspawn-com-x402-dep-audit",
    "url": "https://x402all.com/resource/a2a-opspawn-com-x402-dep-audit",
    "name": "OpSpawn \u00b7 Audit Dependency Vulnerabilities",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/a2a-opspawn-com-x402-dep-audit",
      "@type": "Offer",
      "price": "0.1",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.100000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://a2a.opspawn.com/x402/dep-audit",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/a2a-opspawn-com",
      "url": "https://a2a.opspawn.com",
      "name": "a2a.opspawn.com",
      "@type": "Organization"
    },
    "identifier": "a2a-opspawn-com-x402-dep-audit",
    "description": "Audit npm, pip, or Go dependencies for vulnerabilities via x402 protocol. Pay 0.10 USDC per call. Base network. POST endpoint with ecosystem and dependency list.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=a2a-opspawn-com-x402-dep-audit",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=a2a-opspawn-com-x402-dep-audit"
}
