{
  "format": "delx/intent-card/v1",
  "id": "sql-injection-scan-api",
  "intent": "SQL Injection Scan for an agent workflow",
  "title": "SQL Injection Scan API for agents",
  "description": "Screen untrusted text for common SQL-injection signals without echoing it. Use it as a bounded preflight or analysis step inside an enterprise agent workflow before data, policy, integration, security, or commercial decisions reach production. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, memory-only, and has no paid upstream or input retention. Results are advisory; the caller remains responsible for authorization and production controls.",
  "keywords": [
    "SQL Injection Scan API",
    "SQL Injection Scan for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/sql-injection-scan-api",
  "machine_url": "https://commerce.delx.ai/intents/sql-injection-scan-api.json",
  "recommendation": {
    "tool_name": "util_sql_injection_scan",
    "service_name": "Delx SQL Injection Scan",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/sql-injection-scan",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "text": {
          "description": "Input field: text.",
          "type": "string"
        }
      },
      "required": [
        "text"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "text": "1 OR 1=1 --"
    },
    "example_output": {
      "schema": "delx/util-sql-injection-scan/v1",
      "risk": "high",
      "signal_count": 2,
      "text_sha256": "ca73936c7f13f709163098de9eeba474c05ba16cc18a4c7212b839ba3ea78a18",
      "values_returned": false,
      "advisory": "Heuristic only; use parameterization, contextual encoding, and allowlists."
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/sql-injection-scan -m POST -H 'x-delx-source: intent-card-sql-injection-scan-api' --max-amount 0.003 -b '{\"text\":\"1 OR 1=1 --\"}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-sql-injection-scan-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/sql-injection-scan"
  }
}
