animation-at-work
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content and architectural guidance for web animation without any detected malicious patterns. The instructions focus on performance, accessibility, and design patterns.
- [COMMAND_EXECUTION]: The skill includes a local Python utility
scripts/audit_animations.py. Analysis of the script confirms it is a static analysis tool that scans CSS/SCSS files for anti-patterns. It uses only standard Python libraries (argparse,pathlib,re,sys,collections,typing) and does not perform network operations, access sensitive file paths, or use dynamic execution patterns likeeval()orexec(). - [EXTERNAL_DOWNLOADS]: No remote dependencies or external scripts are downloaded or executed. All resources are contained within the skill folder.
- [PROMPT_INJECTION]: No prompt injection or behavior override patterns were found in the instructional text. The use of emphatic language (e.g., 'IMPORTANT') is strictly limited to design and accessibility guidelines.
- [DATA_EXFILTRATION]: There are no network-capable tools or instructions to access sensitive user data such as environment variables, SSH keys, or cloud credentials.
Audit Metadata