consult_agent_cs
Consult CS Security agent for security validation and Socratic interrogation.
CS Security specializes in:
Security vulnerability assessment
Attack vector identification
Data security review
System integrity analysis
Socratic questioning (challenging assumptions)
BYOK (v0.4.5): Pass llm_provider and api_key to use your own LLM. If only api_key is provided, the provider is auto-detected from the key prefix. Keys are ephemeral (never stored) and garbage collected after the call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | standard | |
| api_key | No | Optional API key for the provider (ephemeral, never stored) | |
| context | No | Optional additional context or background | |
| user_uuid | No | ||
| concept_name | Yes | Short name or title of the concept | |
| llm_provider | No | Optional LLM provider override ('groq', 'anthropic', 'openai', 'gemini', 'mistral', 'ollama', 'mock') | |
| prior_reasoning | No | Optional reasoning from X and Z agents to consider | |
| concept_description | Yes | Detailed description of the concept |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||