ascii-text-art-library
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): No malicious instructions, bypass attempts, or role-play injections were detected. Instructional language is benign and focused on task execution.
- [DATA_EXFILTRATION] (SAFE): The skill does not perform network operations or access sensitive file system paths. Hardcoded secrets are not present.
- [REMOTE_CODE_EXECUTION] (SAFE): No external downloads (curl/wget) or execution of remote scripts were found. The provided Python script uses only standard library components.
- [OBFUSCATION] (SAFE): Content is clearly readable. No Base64 encoding, zero-width characters, or homoglyphs were detected.
- [INDIRECT_PROMPT_INJECTION] (SAFE): While the script ingests a
titleparameter which could contain untrusted data, the skill lacks dangerous capabilities (subprocess calls, file writes, network ops) to exploit such data. - Ingestion points:
titleargument inscripts/generate_templates.py. - Boundary markers: None explicitly defined for inputs.
- Capability inventory: None (string formatting only).
- Sanitization: Basic whitespace stripping and length truncation.
Audit Metadata