{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "orac-safety-orac-workers-dev-v1-audit",
  "title": "Orac Safety \u00b7 Code Security Audit",
  "url": "https://orac-safety.orac.workers.dev/v1/audit",
  "category": "tools",
  "summary": "Submit source code for automated security auditing with vulnerability detection and severity classification for AI agent skills.",
  "seo": {
    "title": "Orac Safety Code Audit API - AI Agent Security Layer",
    "description": "Security audit API for AI agent skill code. Detect vulnerabilities, credential exfiltration risks. $0.02/call on Base and Solana."
  },
  "use_cases": [
    "Audit agent skill code before deployment to production environments",
    "Detect credential exfiltration patterns in third-party integrations",
    "Generate security reports with severity-ranked findings for remediation"
  ],
  "ideal_buyer": "AI agent developers and platform operators vetting skill code for security vulnerabilities before execution.",
  "example_prompt": "Audit this Python skill code for security vulnerabilities: [paste code]. Return findings with severity levels.",
  "example_request_body": {
    "code": "def fetch_data(url):\n    import requests\n    return requests.get(url, headers={'Authorization': 'Bearer secret_token'}).json()",
    "filename": "data_fetcher.py"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 2,
    "median_category_atomic": 10000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x4a47b25c90ea79e32b043d9ee282826587187ca5",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "20000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Audit skill source code for security vulnerabilities",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "code"
            ],
            "properties": {
              "code": {
                "type": "string",
                "maxLength": 200000,
                "description": "Source code to audit for security vulnerabilities"
              },
              "filename": {
                "type": "string",
                "description": "Original filename (for context in report)"
              }
            }
          },
          "method": "POST"
        },
        "output": {
          "meta": {
            "service": "orac-safety-layer",
            "version": "1.0.0",
            "filename": "skill.js",
            "linesOfCode": 2,
            "patternsChecked": 16
          },
          "summary": {
            "low": 0,
            "high": 1,
            "medium": 0,
            "critical": 1
          },
          "verdict": "FAIL",
          "findings": [
            {
              "id": "CRED_EXFIL",
              "severity": "critical",
              "description": "Potential credential exfiltration via fetch()"
            }
          ],
          "riskScore": 77
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "3vD1Rt5qMz4vZR8jGND8n9YnVNvPBvX8tyTrWzZ3TMSb",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "20000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Audit skill source code for security vulnerabilities",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "code"
            ],
            "properties": {
              "code": {
                "type": "string",
                "maxLength": 200000,
                "description": "Source code to audit for security vulnerabilities"
              },
              "filename": {
                "type": "string",
                "description": "Original filename (for context in report)"
              }
            }
          },
          "method": "POST"
        },
        "output": {
          "meta": {
            "service": "orac-safety-layer",
            "version": "1.0.0",
            "filename": "skill.js",
            "linesOfCode": 2,
            "patternsChecked": 16
          },
          "summary": {
            "low": 0,
            "high": 1,
            "medium": 0,
            "critical": 1
          },
          "verdict": "FAIL",
          "findings": [
            {
              "id": "CRED_EXFIL",
              "severity": "critical",
              "description": "Potential credential exfiltration via fetch()"
            }
          ],
          "riskScore": 77
        }
      }
    }
  ],
  "duplicate_cluster_id": "tools-cl-cc0a604e9a3f",
  "origin": {
    "slug": "orac-safety-orac-workers-dev",
    "host": "orac-safety.orac.workers.dev",
    "title": "Orac Safety Layer \u2014 AI Agent Security APIs",
    "description": "Paid security APIs for AI agents offering prompt injection detection and skill code auditing. Access endpoints via x402 micropayments in USDC on Base and Solana.",
    "url": "https://orac-safety.orac.workers.dev"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/orac-safety-orac-workers-dev-v1-audit",
    "url": "https://x402all.com/resource/orac-safety-orac-workers-dev-v1-audit",
    "name": "Orac Safety \u00b7 Code Security Audit",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/orac-safety-orac-workers-dev-v1-audit",
        "@type": "Offer",
        "price": "0.02",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.020000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "base"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ]
      },
      {
        "url": "https://x402all.com/resource/orac-safety-orac-workers-dev-v1-audit",
        "@type": "Offer",
        "price": "0.02",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.020000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent",
        "additionalProperty": [
          {
            "@type": "PropertyValue",
            "name": "paymentNetwork",
            "value": "solana"
          },
          {
            "@type": "PropertyValue",
            "name": "paymentAsset",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ]
      }
    ],
    "sameAs": "https://orac-safety.orac.workers.dev/v1/audit",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/orac-safety-orac-workers-dev",
      "url": "https://orac-safety.orac.workers.dev",
      "name": "Orac Safety Layer \u2014 AI Agent Security APIs",
      "@type": "Organization"
    },
    "identifier": "orac-safety-orac-workers-dev-v1-audit",
    "description": "Security audit API for AI agent skill code. Detect vulnerabilities, credential exfiltration risks. $0.02/call on Base and Solana.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=orac-safety-orac-workers-dev-v1-audit",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "tools"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=orac-safety-orac-workers-dev-v1-audit"
}
