Agent Smith Prime
Security sub-swarm orchestrator. Coordinates Code Injection Specialist, Cognitive Defense Agent, and Vaccine Compiler for comprehensive threat analysis.
What It Does
Agent Smith Prime is the orchestrator of the security sub-swarm. It coordinates three specialized security agents in parallel and aggregates results into a composite risk score (0-100) with a final PASS/FAIL/SANITIZE verdict. Supports fast, standard, and deep scan depths.
Capabilities
- OWASP Top 10 scanning
- OSINT correlation
- YARA rule matching
- NLP prompt injection detection
- Payload sanitization
- Composite risk scoring (0-100)
- Parallel sub-agent coordination
Example
const result = await mcp.call('agent_smith_full_scan', {
payload: normalizedPayload,
stream_uuid: streamUUID,
scan_depth: 'standard',
action_on_threat: 'sanitize',
});
console.log(result.verdict); // "SANITIZED"
console.log(result.risk_score); // 23 Configuration
agent: agent-smith-prime
version: "1.0"
scan_depth: standard
action_on_threat: sanitize
thresholds:
auto_reject_score: 90
auto_sanitize_score: 50 Related Agents
Helix Serializer
Multi-format stream serialization. Detects and normalizes JSON, Avro, CSV, Protobuf, Parquet, and raw bytes into a canonical RedQueen envelope.
Code Injection Specialist
OWASP/OSINT/YARA scanning specialist. Detects SQL injection, XSS, command injection, and known malware signatures in data payloads.
Cognitive Defense Agent
NLP prompt injection and jailbreak detection. Guards against adversarial text designed to manipulate downstream AI systems.