prompt-repetition
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill does not download external code, scripts, or data from remote servers. All functionality is self-contained.
- [COMMAND_EXECUTION]: No shell commands or subprocess calls are present in the scripts or instructions. The logic is restricted to Python string operations.
- [REMOTE_CODE_EXECUTION]: The Python script does not use dynamic execution functions such as eval(), exec(), or compile() on untrusted input.
- [DATA_EXFILTRATION]: The skill does not access sensitive local files or environment variables, and it lacks networking capabilities to send data externally.
- [PROMPT_INJECTION]: The instructions and metadata do not contain any patterns intended to override agent safety protocols or extract system prompts.
- [SAFE]: The implementation follows best practices for prompt engineering tools, including markers to prevent duplicate application and context window checks to prevent resource exhaustion.
Audit Metadata