Skip to main content

Agent Smith Prime

Tier 1 Security ● live

Security sub-swarm orchestrator. Coordinates Code Injection Specialist, Cognitive Defense Agent, and Vaccine Compiler for comprehensive threat analysis.

Tier
Tier 1
Phase
Security
Pricing
$0.00005 USDC/row (full scan)
MCP Tool
agent_smith_full_scan
Dependencies

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

agent-smith-prime-example.ts
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-smith-prime.yaml
agent: agent-smith-prime
version: "1.0"
scan_depth: standard
action_on_threat: sanitize
thresholds:
  auto_reject_score: 90
  auto_sanitize_score: 50

MCP Tool

agent_smith_full_scan

Try in MCP Explorer →

Pricing

$0.00005 USDC/row (full scan)

View full pricing →