{"uid":"cap_nUe6VIaAwqFFwUkYx5Y85","slug":"cybercentry-solidity-code-verification-1c33e16a","name":"Cybercentry Solidity Code Verification","description":"Audit Solidity smart contract source for vulnerabilities before you deploy or call it. Returns findings with a clear risk level","url":"https://centry.cybercentry.co.uk/api/services/solidity_code_verification","method":"GET","headers":{},"bodySchema":{"type":"object","properties":{"properties":{"type":"string"}}},"responseSchema":{"type":"json","example":{"job_id":"demo_uci86giot9","overall_risk":"Low"}},"example":{"request":{"properties":"pragma solidity ^0.8.0; contract SimpleToken { uint256 public totalSupply = 1000000; mapping(address => uint256) public balances; function transfer(address to, uint256 amount) public { balances[msg.sender] -= amount; balances[to] += amount; } }"},"response":{"job_id":"e9644bbaecb94f8597933e028d0e8092","status":"complete","detectors":[],"full_report":{"error":null,"results":{},"success":true},"overall_risk":"Informational","severity_breakdown":{"Low":0,"High":0,"Medium":0,"Informational":0},"vulnerabilities_count":0}},"exampleRequest":{"properties":"pragma solidity ^0.8.0; contract SimpleToken { uint256 public totalSupply = 1000000; mapping(address => uint256) public balances; function transfer(address to, uint256 amount) public { balances[msg.sender] -= amount; balances[to] += amount; } }"},"tags":["x402"],"displayCostAmount":"0.1","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.1/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"1","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"1","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_RrXPfwUORgFDvCBf1tUWd","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"1","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Analyzes Solidity smart contract code for security vulnerabilities and returns an overall risk assessment.","exampleAgentPrompt":"Can you run a security check on this Solidity contract code and tell me the overall risk level before I deploy it?","exampleUseCases":null,"resultDescription":"Returns a JSON object with a job_id (e.g. 'demo_4fydbozouj') and an overall_risk rating (e.g. 'Low', 'Medium', 'High') summarizing the security posture of the submitted Solidity code.","failureModes":["Invalid or missing Solidity code input returns an error","Malformed properties field causes a 400 bad request","Payment not settled via x402 results in 402 Payment Required","Service downtime returns 503","Unrecognized contract patterns may produce inaccurate risk scores"],"whenToPreferThis":"Choose this endpoint when you need a fast, pay-per-call automated security risk rating for Solidity smart contracts without committing to a full manual audit service. Ideal for AI agents operating in Web3 build pipelines that need to gate deployments on a risk threshold.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:39:53.959Z","isFirstParty":false}