web-animation-design

Warn

Audited by Runlayer on Feb 21, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
2
Flagged
2
Chunks
3
Flagged Files (2)
PRACTICAL-TIPS.mdHIGH
78.3%

Malicious tool definition detected

Tool: PRACTICAL-TIPS.md Description: # Practical Animation Tips Detailed reference guide for common animation scenarios. Use this as a checklist when implementing animations.

SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md [1/2] Description: --- name: web-animation-design description: > Design and implement web animations that feel natural and purposeful. Use this skill proactively whenever the user asks questions about animations, motion, easing, timing, duration, springs, transitions, or animation performance.

Tool: SKILL.md [2/2] Description: on every frame = dropped frames **Framer Motion:** ```jsx // Hardware accelerated (transform as string) <motion.div animate={{ transform: "translateX(100px)" }} /> // NOT hardware accelerated (more readable) <motion.div animate={{ x: 100 }} /> ``` ### CSS vs.

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
2
Files Flagged
2
Chunks Analyzed
3
Analyzed
Feb 21, 2026, 11:16 PM
Security Audit — runlayer — web-animation-design