@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/ai/prompt-injection-defenses-for-tool-using-agents>
  a schema:TechArticle ;
  schema:headline "Prompt Injection Defenses for Tool-Using Agents" ;
  schema:url <https://anchorfact.org/ai/prompt-injection-defenses-for-tool-using-agents/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/ai/prompt-injection-defenses-for-tool-using-agents>
  schema:citation <https://cheatsheetseries.owasp.org/cheatsheets/LLM_Prompt_Injection_Prevention_Cheat_Sheet.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/prompt-injection-defenses-for-tool-using-agents>
  schema:citation <https://genai.owasp.org/llmrisk/llm01-prompt-injection/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/ai/prompt-injection-defenses-for-tool-using-agents>
  schema:citation <https://learn.microsoft.com/en-us/azure/ai-services/content-safety/concepts/jailbreak-detection> ;
  af:sourceTier "B" .