ascii-terminal-animation-pack
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security risks were identified. The skill's primary function is to output visual ASCII art to the terminal.
- [COMMAND_EXECUTION]: The skill provides a local Python script (
scripts/matrix_demo.py) for terminal animations. The script is self-contained, uses only Python standard libraries (argparse,random,sys,time), and includes a TTY check to ensure it only runs in interactive sessions, which is a best practice for terminal tools. - [DATA_EXFILTRATION]: There are no network-capable commands or functions present in the skill files. The script only interacts with standard output for visual rendering.
- [PROMPT_INJECTION]: The instructions in
SKILL.mddefine clear boundaries and trigger conditions that align with the skill's purpose without attempting to override system safety protocols or extract sensitive context.
Audit Metadata