iOS Animation Graphics Skill
Audited by Gen Agent Trust Hub on Feb 12, 2026
The 'iOS Animation Graphics Skill' consists of documentation (README.md, SKILL.md) and example prompts (examples/prompts.md). The core of the skill is instructional text and SwiftUI/UIKit code examples. These code examples are intended for a user's iOS development environment and are not executed by the AI agent itself. The skill does not contain any scripts, commands, or direct execution instructions for the agent.
- Prompt Injection: No patterns indicative of prompt injection were found in any of the files or metadata.
- Data Exfiltration: There are no commands or code within the skill that attempt to read sensitive files, access environment variables, or perform network requests to exfiltrate data.
- Obfuscation: No obfuscation techniques (Base64, zero-width characters, homoglyphs, URL/hex/HTML encoding) were detected in any part of the skill.
- Unverifiable Dependencies: The skill references
https://github.com/airbnb/lottie-iosin bothREADME.mdandSKILL.mdas a dependency for Lottie integration.airbnbis a trusted GitHub organization. This reference is noted as an informational finding but does not elevate the overall risk, as the skill itself does not perform the installation, only instructs the user on how to do so. - Privilege Escalation: No commands or instructions that would attempt to escalate privileges (e.g.,
sudo,chmod 777) are present. - Persistence Mechanisms: No attempts to establish persistence (e.g., modifying
.bashrc, creating cron jobs) were found. - Metadata Poisoning: The skill's metadata fields (
name,description,version,activation) are clean and do not contain any malicious instructions. - Indirect Prompt Injection: The skill provides code examples for user applications. While any application processing untrusted input can be susceptible to indirect prompt injection, the skill itself is not processing external data, and thus this threat category is not directly applicable to the skill's own behavior. This is an inherent risk for any code that processes external input, not a vulnerability in the skill itself.
- Time-Delayed / Conditional Attacks: No conditional logic or time-based triggers for malicious behavior were detected.
Conclusion: The skill is purely informational and provides code examples. It does not execute any code or commands within the agent's environment, nor does it exhibit any malicious patterns. The external dependency reference is to a trusted source and is purely instructional for the user's development setup.