aribot-mcp
A
aribot-mcp
/verify_threats_in_code

Verify Threats in Code

Verify whether threats are mitigated in a scan's uploaded code. With `threat_id`, verifies one threat synchronously and returns the verdict; without it, verifie

liveunknown~5s typical
mcparibot-mcp
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-ayurak-aribot-mcp /verify_threats_in_code for me.

Input

FieldTypeDescription
scan_id*stringCodeReviewScan id (uuid)
threat_idstringOptional: a single threat id or code
repository_idstringOptional connected repo to fetch code from
code_contentstringOptional inline code context
async_boolean default true

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-ayurak-aribot-mcp","endpoint":"/verify_threats_in_code","input":{"scan_id":"...","async_":true}}'
cli
npx cracked-ai run -p mcp-com-ayurak-aribot-mcp -e /verify_threats_in_code -i '{"scan_id":"...","async_":true}'
mcp
run_tool({ provider: "mcp-com-ayurak-aribot-mcp", endpoint: "/verify_threats_in_code", input: {"scan_id":"...","async_":true} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.