prompt-repetition
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes and repeats untrusted user input to enhance model attention.
- Ingestion points: The
promptstring is ingested through thetransformmethod andapply_prompt_repetitionfunction inprompt_repetition_transformer.py. - Boundary markers: While the skill includes an
applied_markerto prevent recursion, it does not wrap individual repetitions in delimiters to prevent the model from misinterpreting repeated malicious instructions as system-level directives. - Capability inventory: The included Python scripts are limited to string concatenation and regular expression matching; no high-risk capabilities such as subprocess calls, file writing, or network operations were detected.
- Sanitization: The skill does not perform any validation, filtering, or escaping of the input prompt content before repeating it.
Audit Metadata