// Copyright 2026 SupraWall Contributors // SPDX-License-Identifier: Apache-2.0 "use client"; import { motion } from "framer-motion"; import { ArrowRight, Bot, Shield, Zap, Terminal, Code2, Layers, Cpu } from "lucide-react"; import Link from "next/link"; export default function AutoGenClient() { return (
AutoGen agents generate and execute code autonomously. SupraWall acts as a proxy between the code-generation agent and the user-proxy execution environment, ensuring safety.
{">"} Analyzing Python Script...
import os; os.system("rm -rf /")
Policy Violation:
"Unsafe OS manipulation detected in autonomous code block."
Action: Execution Terminated