motion-ui
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation and code examples for a UI animation system. No malicious patterns, obfuscation, or data exfiltration attempts were detected.
- [COMMAND_EXECUTION]: Includes a benign shell command (
cat package.json | grep -E '"motion"|"framer-motion"') intended to help the user identify existing project dependencies. This is a standard project inspection task and does not involve user-controlled input or dangerous file access. - [EXTERNAL_DOWNLOADS]: Recommends the installation of the
motionpackage vianpm. This is a standard industry practice for installing front-end libraries and targets a well-known package on the official NPM registry. - [DATA_EXPOSURE]: Uses standard browser APIs such as
navigator.deviceMemoryandnavigator.hardwareConcurrencyto detect hardware capabilities. This data is used solely to adapt animation durations for performance optimization and is not exfiltrated.
Audit Metadata