llamaguard
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill documents workflows that ingest and process untrusted data from external sources for safety classification.\n
- Ingestion points: Functions like
check_input,check_output, andmoderate_endpointinSKILL.mdtake user-supplied strings as input for moderation.\n - Capability inventory: The provided code samples demonstrate capabilities for automated decision-making (blocking/allowing content) based on the classification results.\n
- Boundary markers: The workflows utilize
tokenizer.apply_chat_templateto format messages, providing a structured context for the model.\n - Sanitization: Input content is passed directly to the moderation model for evaluation without prior sanitization steps, which is consistent with the model's intended safety-filtering role.
Audit Metadata