Waqar Javed

Waqar Javed

Developer of AgentSafeLabs

About

Founder & CEO at AgentSafeLabs / Safe Labs AI Inc.

Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking

Maker History

Forums

1mo ago

How reliable are the tools we use to red-team AI agents? (4 preprints, open-source eval code)

Published four connected preprints on agentic AI security evaluation methodology covering reliability gaps in automated refusal/prompt-injection detectors, and a controlled 7,020-trial study finding that agent framework choice explains ~0.06% of security outcome variance versus ~29% for attack type. All open (CC BY 4.0), code open-source. Curious what other builders in this space are seeing.

https://figshare.com/authors/Waq...

How are you currently testing AI agents for security vulnerabilities before shipping to production?

I've been building safelabs-eval an open-source framework for red-teaming and evaluating AI agents aligned to the OWASP LLM Top 10.

Before I launch, I'm genuinely curious about the community's current approach to agent safety:

  • Are you doing any adversarial testing on your agents before deploying them?

  • Which attack vectors concern you most prompt injection, tool misuse, privilege escalation, data exfiltration?

  • Are you using any existing tools, or mostly manual testing?

I built this because I couldn't find anything open-source that worked across LangGraph, CrewAI, AutoGen, OpenAI Agents SDK, and Google ADK without forcing you to change your stack.

3mo ago

Open-source eval framework for AI agents - aligned to the OWASP Agentic Security Initiative Top 10

I just published an open-source framework for red-teaming AI agents. Not LLM chatbots — agents. The kind built on LangChain, CrewAI, AutoGPT-style architectures that use tools, call APIs, and take multi-step actions in the world. GitHub: https://lnkd.in/eCSea5ak If you're building agents and you've hit unexpected failure modes — I'd like to hear about them.
View more