cyber_risk_auditor
ActiveTool of gapup-mcp
Auditeur de risque cyber — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: Qonto — Audit cyber risque B2B FinTech · Score 58/100 → roadmap 90j · 8 findings critiques/high · économie prime -28%. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"techStack",
"currentPosture"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"focus": {
"type": "string",
"maxLength": 400
},
"company": {
"type": "object",
"required": [
"name",
"sector",
"size",
"dataTypes"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"size": {
"enum": [
"startup",
"sme",
"midmarket",
"enterprise"
],
"type": "string"
},
"sector": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"dataTypes": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 6,
"minItems": 1
}
}
},
"techStack": {
"type": "object",
"required": [
"cloudProviders",
"keyApps"
],
"properties": {
"keyApps": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 8,
"minItems": 0
},
"endpointMgmt": {
"type": "string",
"maxLength": 100
},
"cloudProviders": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 5,
"minItems": 0
},
"identityProvider": {
"type": "string",
"maxLength": 100
}
}
},
"currentPosture": {
"type": "object",
"required": [
"hasSOC",
"hasPenTest",
"hasSOC2orISO27001",
"mfa",
"incidentPlanExists"
],
"properties": {
"mfa": {
"type": "boolean"
},
"hasSOC": {
"type": "boolean"
},
"hasPenTest": {
"type": "boolean"
},
"hasSOC2orISO27001": {
"type": "boolean"
},
"incidentPlanExists": {
"type": "boolean"
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries