๐๐๐ถ๐น๐ฑ๐ถ๐ป๐ด ๐๐ด๐ฒ๐ป๐๐๐๐ฎ๐ฟ๐ฑ๐ถ๐ฎ๐ป: ๐ ๐๐ผ๐ฐ๐ฎ๐น-๐๐ถ๐ฟ๐๐ ๐๐ ๐ฆ๐ฒ๐ฐ๐๐ฟ๐ถ๐๐ ๐ฆ๐ฐ๐ฎ๐ป๐ป๐ฒ๐ฟ
AI agents now use tools. They access your email, files, and databases. This makes them useful. It also makes them risky.
How do you know if an AI agent is safe before you deploy it?
I built AgentGuardian. It is a web app to scan AI workflows for security risks.
It scans for:
- Prompt injection
- Tool misuse
- Data leaks
- Too much autonomy
- Lack of human oversight
How it works:
- You enter the agent name and purpose.
- You list the tools and data types it uses.
- A Python engine calculates a risk score from 0 to 100.
- A local LLM via Ollama explains the results.
Why a local approach?
- No external API keys are needed.
- Your sensitive data stays on your machine.
- It is private.
You get:
- A clear risk level from Low to Critical.
- A list of detected risks.
- Recommended safety controls.
- A downloadable security report.
AI agents need security reviews. AgentGuardian makes this process simple and clear.
Source: https://dev.to/codewithbg/building-agentguardian-a-local-first-security-scanner-for-agentic-ai-workflows-2gcn GitHub: https://github.com/zosob/AgentGuardian.git Optional learning community: https://t.me/GyaanSetuAi