Catch the instruction
inside the information.
Inspect retrieved content for known attacks, encoded text, invisible characters, and authority claims.
The web speaks in text. So do attacks.
Inspect what reaches your agent—before it becomes an action.

From untrusted input to an informed decision.
Live use is subject to the terms and privacy policy. Avoid sensitive content.
Edit the text, then inspect it. Sends this input to Trismag for a limited risk preview. Avoid secrets and personal data.
Instruction override and system-prompt extraction. Hold this input for review.
Example policy shown. Your application decides.
Your key stays in this tab. A live check uses your allowance and sends your text through our gateway to Trismag.
Your agent was asked to summarize a page. Somewhere in that page, someone asked it to do something else.
Prompt injection lives inside the content agents need to read. Trismag checks for known signs of instruction overrides, credential requests, hidden characters, and deceptive tool descriptions.
Inspect the evidence ↗Instruction override detected.
Review before the agent continues.
Make inspection a step in your pipeline.
Give your agent useful information.
Keep the final policy in your hands.
Pages, messages, documents,
and tool metadata.
Trismag measures signals.
Your workflow applies policy.
Allow, review, or block.
With permissions still enforced.
A LOW verdict means no known pattern matched. It is never a permission slip.
Inspect retrieved content for known attacks, encoded text, invisible characters, and authority claims.
Check messages together to surface patterns that emerge across the recent conversation window.
Inspect descriptions and nested schema text for known manipulation. Tool capability and tool trust are different questions.
A useful security tool should explain its findings—and be just as clear about what it misses.
Explore the trust center ↗Fixed rules, no LLM interpretation. The same input and engine version produce the same result.
The API processes scan text in memory. Our trust center explains request handling and the limits of that promise.
Novel phrasing can pass. We distinguish regression tests from real-world accuracy and publish the limitations.
HTTP where you need it. MCP where you use it.
Start with a request, then set your policy.
# Inspect before your agent reads
curl https://trismag-api.fly.dev/v1/triage \
-H 'Content-Type: application/json' \
-d '{"text":"Ignore all previous instructions"}'
# Abbreviated response · preview tier
{
"risk": "CRITICAL",
"tier": "preview"
}