Skip to main content

Agent Smith Prime

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

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

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

Pricing

$0.00005 USDC/row (full scan)

View full agent page →