Two New Open Source Tools for AI Agent Security and Optimization

The r/openclaw community has shared two open source tools for AI agent developers: AI Agent Defense Kit (shipped) and AgentGuard (in development).
AI Agent Defense Kit
This is a free security toolkit with runtime protection skills for AI agents. Available skills include:
skill-auditor- Audit skills before installation for security red flagsurl-preflight- Check URLs before your agent fetches themcontent-scanner- Scan content for hidden instructionssocial-engineering-detector- Detect manipulation tactics in messagesdependency-checker- Check packages for supply chain attacks
The repository is available at: https://github.com/moebius-ansa/ai-agent-defense-kit
AgentGuard
This toolkit (in development) addresses three common problems: unpredictable costs from autonomous AI systems burning tokens, lack of audit logs showing what agents are doing, and inbound security threats before content reaches agents.
Planned launch features include:
- Cost Estimator - Auto-calculates monthly costs by model + usage level
- Model Comparison - Compares 20+ models across providers with quality ratings; claims to find 90%+ savings with equivalent quality
- Security Scanner - Detects prompt injection, jailbreaks, system prompt leaks and other attacks before they hit your agent
- Activity Monitor - Tracks file changes, API calls, process activity
- Budget and Activity Alerts - Get notifications on Discord, Slack, Telegram, etc. when detecting unusual activity or major cost spikes
Installation will be via: pip install agentguard
The tool will feature an intuitive TUI interface and agent mode that lets your agent operate the platform for you.
These tools address practical concerns for developers running AI agents, particularly around security monitoring and cost management.
📖 Read the full source: r/openclaw
👀 See Also

Warp Terminal Goes Open Source with Agentic Dev Environment
Warp is now open-source, rebranding as an agentic development environment with a built-in coding agent and support for bringing your own CLI agents like Claude Code, Codex, and Gemini CLI.

Replacing Kafka, Redis, and RabbitMQ with NATS: A Developer's Experience
A developer replaced Kafka, Redis, and RabbitMQ with NATS in their architecture, sharing specific implementation details and lessons learned from consolidating multiple messaging systems into one tool.

ATLAS: Open-Source Test-Time Compute Pipeline for Qwen3-14B Achieves Frontier-Level Coding Performance
A college student has developed ATLAS, an open-source test-time compute pipeline built around Qwen3-14B that achieves 74.6% pass@1 on LiveCodeBench v5 problems at ~$0.004 per task in electricity costs. The system is slow for complex problems but offers comparable performance to frontier models like GPT-5 (84.6%) and Claude 4.5 Sonnet (71.4%).

Relational Memory for LLMs: Three-Layer System Models User Relationships
An open-source Python tool that adds relational memory to LLMs by modeling user-AI relationships across seven psychological dimensions, using a three-layer narrative structure instead of flat fact storage.