AI Red Teaming
PrimarySystematic adversarial testing of LLMs and autonomous agents. Jailbreaks, prompt injections, goal hijacking, and emergent failure modes before deployment.
Prompt Injection · Goal Hijacking · Jailbreaks · Tool Misuse
Lucas Mulato · AI Red Teamer
AI security researcher focused on adversarial attacks against LLMs, autonomous agents, and RAG pipelines. Prompt injection, goal hijacking, memory poisoning — I find the edge cases before attackers do.
About me
I'm a Brazilian security researcher focused on one of the most under-explored frontiers in offensive security: adversarial attacks against AI systems. While the industry races to deploy LLMs and autonomous agents, I research how they break.
The work sits at the intersection of red teaming and AI safety — prompt injection, goal hijacking in tool-calling agents, poisoning RAG knowledge bases, and how small inputs cascade into catastrophic model behavior.
Before pivoting to AI security I built a foundation in malware analysis, traditional pentesting, and purple team operations. That adversarial mindset now applies directly to AI systems — the attack surface just got more interesting.
Capabilities
Systematic adversarial testing of LLMs and autonomous agents. Jailbreaks, prompt injections, goal hijacking, and emergent failure modes before deployment.
Prompt Injection · Goal Hijacking · Jailbreaks · Tool Misuse
Attacking multi-step agentic systems — manipulating memory, poisoning tool outputs, and inducing unintended action chains in ReAct and function-calling architectures.
Memory Poisoning · RAG Attacks · Tool Exploitation
Static and dynamic analysis of malicious binaries, unpacking, deobfuscation, and behavioral profiling. Reverse engineering with a focus on C/C++ and Python-based threats.
Reverse Engineering · Dynamic Analysis · IDA / Ghidra
Web and network penetration testing — identifying and exploiting vulnerabilities across applications, APIs, and infrastructure. From recon to post-exploitation reporting.
Web Apps · APIs · Network
Bridging offensive findings with defensive improvements. Translating attack paths into detection rules, response playbooks, and architecture hardening.
ATT&CK · Detection Engineering · MITRE
Featured project
Most security tools use AI to find bugs in your app. LLM-SEC finds the bugs in your AI. A production-oriented adversarial engine for teams shipping RAG pipelines, agents with tools, and chatbots with memory.
★ FEATURED · Active
We don't test prompts in isolation. We test systems: poisoned embeddings → trusted retrieval → unauthorized action. Failures that never show up on a classic pentest report.
LangGraph Attack Engine
Multi-step, stateful adversarial campaign orchestration
Tri-Stage PII Auditor
Regex → NER → semantic reasoning for reconstructed leakage
Vector Guard
Embedding-space inspection (Weaviate / Pinecone)
Agency Auditor
Critical action path analysis with HITL validation
Eval Framework
DeepEval / Giskard integrations for comparable results
python -m llmsec campaign \ --target http://localhost:8000 \ --config configs/rag_fullstack.yml # Inspect vector DB python -m llmsec vector-guard \ --db weaviate --collection documents # Audit excessive agency python -m llmsec agency-audit \ --spec agent_config.json
Front-end · Security · Live
Team blog for write-up publishing. Custom front-end, dark cyber aesthetic.
View project ↗Proof of work
Independent research notes from LLM-SEC-style campaigns. Each finding is a case file: chain, reproduction, confidence, OWASP LLM mapping, and what a defender should change. Open a ticket below.
An indirect payload written into the agent memory store survives across turns, then hijacks the next tool plan. Guardrails that only inspect the latest user message miss the chain.
LLM01 Prompt Injection · LLM06 Excessive Agency
target · Tool-calling agent with persistent memory
from llmsec import AgentAttacker
attacker = AgentAttacker(
target="gpt-4o-tools",
attack_type="goal_hijack",
)
result = attacker.inject(
payload=hijack_payload,
via="memory_store",
)
attacker.report(result)Defense
Career
2023 – Present
Freelance / Independent
2022 – 2023
Action Call
2021 – Present
Alta Cúpula Team
2022
Analysis & Systems Development
UNICV — Distance Learning
2021
Full-Stack Development
Trybe — Online Bootcamp
2019
Computer Networks & Hardware
Technical Course
Ongoing
Self-Directed Security Research
Ethical hacking · AI safety · reverse engineering
Contact
Red team an AI product, review an LLM integration, or collaborate on adversarial research. Fluent English. Based in São Paulo, Brazil.
Available for research & consulting