Your AI agent can read private data, follow untrusted instructions, and call external tools.That is how prompt injection becomes data exposure.
Helmwart turns your agent configuration into a threat model: what can read sensitive data, what accepts untrusted content, what can call out, and which connections create real findings. Use it before a customer review, audit, release gate, or incident forces the question.
Free account required. The public page shows real product captures; the working canvas sits behind sign-in.
The review gap
Agent risk does not live in one prompt.
The dangerous part is the wiring. A model reads text you did not write. A tool gives it authority. Memory gives it sensitive context. An outbound API gives it somewhere to send data.


mcp-tool-server template.Private data · untrusted content · outbound
This is the path that turns prompt injection into exfiltration.
This agent can reach private data, untrusted content, and an outbound network simultaneously. Per Simon Willison / EchoLeak (CVE-2025-32711), this is the structural precondition that turns prompt injection into exfiltration. Break any one leg to break the trifecta.
Analyst panel · Client Agent A · in the screenshot above
Not one of these is a problem by itself. The risk appears when the graph connects all three, and that is exactly the thing a normal review can miss.
- P
Private data
Long-Term Memory
Both client agents read from it and write to it, so anything the model can be talked into repeating could have come from here.
- U
Untrusted content
MCP Tool Server
A third party writes the tool descriptions and returns the results. Both arrive in the agent’s context as plain text, with nothing marking them as data rather than as instructions.
- O
Outbound channel
External API 1 and 2
Client Agent A has no network access of its own. It reaches both of these through the tool server, and one of them accepts calls with no authentication.
Helmwart points to the node or edge that creates each leg, so closing the finding becomes an engineering decision instead of a vague security warning.
The question is coming
If you ship agents, someone will ask for this.
A customer security review. A SOC 2 control. An AI governance process. An internal release gate. A post-incident question.
Where is the threat model for this agent system?
Helmwart gives you the answer before that question arrives.
What you get
A threat model you can act on.
Fix the path
Each finding points to the node or connection that creates the risk, with a concrete mitigation to place.
Answer the review
Map findings to AI governance, security, and compliance requirements without rewriting the model by hand.
Gate the release
Run checks in CI so new critical agentic risks fail before they ship.
Product surfaces
One model. Security, governance, and release decisions from the same source.










Do not wait for the questionnaire.
Build the threat model now, while the system is still cheap to change.
Helmwart is a threat-modeling tool, not a safety certificate. It shows the risks your agent graph creates, the controls that address them, and the evidence you can use to defend the decisions you made.