An AI agent with tools is an identity with reach
The interesting question is not whether a model can be talked into saying something. It is what the agent behind it is allowed to do.
Resource hub
A practical resource hub for understanding how models and AI applications fail under hostile input, how to test them adversarially, and how to make AI red-teaming part of the release process.
AI security is often discussed as a list of abstract risks. It is more useful when it is concrete.
This hub exists to explain those failures in technical terms and connect them to repeatable testing.
Attack classes
Five of these are part of current RedMaw AI red-teaming. The sixth is the direction the attack surface is heading.
Hostile instructions supplied directly to the AI system in an attempt to override intended behavior.
Tested today
The malicious instruction is embedded in content the AI consumes: a document, webpage, email, ticket or retrieved source.
Tested today
The attacker attempts to reveal hidden instructions or system-level context.
Tested today
The AI system exposes information the user should not receive.
Tested today
Adversarial inputs attempt to defeat model or application restrictions.
Tested today
Agentic systems create a higher-consequence problem, because model output can become an action.
Deeper testing roadmap
Red-teaming
RedMaw runs adversarial probes against a model or AI feature and preserves prompt and response evidence for each result. The AI attack library is versioned, so new probes can be added without treating every new attack class as a product release.
Release gate
A model that passed security testing last month can regress after an update.
When a model is retrained or fine-tuned:
That gives ML teams a security control that fits their existing release model rather than one bolted on beside it.
Posture
AI security is not only model behavior. The surrounding deployment matters, and this is the “what is exposed?” side of the problem.
Honesty
Broad model-poisoning detection
Not current. The safe claim is post-training and post-fine-tuning security regression testing.
Full agent red-teaming
Deeper tool abuse, unsafe autonomous actions and multi-step agent exploitation are planned, not shipped.
Universal AI safety
No adversarial test can establish that an AI system is safe under every possible condition. The purpose is to test defined security boundaries repeatedly and preserve evidence of the result.
Navigate the hub
Reading
The interesting question is not whether a model can be talked into saying something. It is what the agent behind it is allowed to do.
Retrieval is a trust boundary. In most implementations it is not treated as one.
The attacker never talks to the model. The content the model reads does it for them.
If you can influence what gets retrieved, you can influence what the system does with it.
No single message looks hostile. The sequence does the work.
The instructions were never secret. They were merely unstated.
The model was asked to summarize a document. The document had other ideas.
The question is not whether the model will be wrong. It is what it can do when it is.
A model can repeat what it was shown. That includes what it should not have been shown.
A weakness does not start working on the day it gets an identifier. It was already working. The identifier is just when defenders found out.
A model can improve on its intended task and regress on a security boundary at the same time.
AI release processes often have a mature answer for functional regression and a less defined answer for adversarial security regression.
Organizations assign security ownership by technology. Attackers organize around reachable trust.
See how RedMaw tests deployed AI systems and gates model releases on adversarial results.