Skip to content
Report library
Purpose / Other

Gsap Timeline Skill Security Audit

What the author says it does (original text)

Official GSAP skill for timelines — gsap.timeline(), position parameter, nesting, playback. Use when sequencing animations, choreographing keyframes, or when the user asks about animation sequencing, timelines, or animation order (in GSAP or when recommending a library that supports timelines).

Independent security check

No obvious risks found in this check

Files checked
1
Risks found
0
Could it run dangerous commands?Looks for programs run straight after downloading, remote control of your computer, and hidden commands.No risks found
Could it expose your files or keys?Looks for uploads of files containing passwords or keys, and keys written directly in the code.No risks found
Could it delete files or keep running?Looks for broad file deletion, disk overwrites, and programs set to start automatically.No risks found
Could it bypass safety checks?Looks for skipped website security checks, excessive file access, or actions that skip your approval.No risks found
Could it mislead the AI or hide text?Checks the skill instructions for requests to ignore you, influence the report, or hide text in invisible characters.No risks found
Could it change links or payment recipients without asking?Looks for forced referral or payment changes combined with instructions to hide the change.No risks found

Inside this skill

8 instruction sections

This Skill is a GSAP timeline usage guide for sequencing or running multiple animations in parallel, covering position parameters, defaults, labels, nesting, and playback controls.

View source
SKILL.md:11In the instructionsOpen original file
Apply when building multi-step animations, coordinating several tweens in sequence or parallel, or when the user asks about timelines, sequencing, or keyframe-style animation in GSAP.**Related skills:** For single tweens and eases use **gsap-core**; for scroll-driven timelines use **gsap-scrolltrigger**; for React use **gsap-react**.
SKILL.md:24In the instructionsOpen original file
By default, tweens are **appended** one after another. Use the **position parameter** to place tweens at specific times or relative to other tweens.

The supplied content consists only of documentation and JavaScript examples; the examples create and control page-animation timelines. The provided source contains no installation steps, external commands, network requests, credential access, or file-operation instructions.

View source
SKILL.md:17In the instructionsOpen original file
```javascriptconst tl = gsap.timeline();tl.to(".a", { x: 100, duration: 1 })  .to(".b", { y: 50, duration: 0.5 })  .to(".c", { opacity: 0, duration: 0.3 });```
SKILL.md:85In the instructionsOpen original file
## Controlling Playback- **tl.play()** / **tl.pause()**- **tl.reverse()** / **tl.progress(1)** then **tl.reverse()**- **tl.restart()** — from start.- **tl.time(2)** — seek to 2 seconds.- **tl.progress(0.5)** — seek to 50%.- **tl.kill()** — kill timeline and (by default) its children.
Start here · InstructionsSKILL.md
gsap-timeline
Lines connect the instruction file to its sections, not an observed execution order. Select a section to read the source. 2 more sections are available in the original file.
Files and check records1 files

Coverage and gaps

Content covered in each file

These are the source ranges included in this check, not a guarantee that every issue has been resolved.

  • SKILL.mdFull text included

This report is for the version above. We read the available code and instructions without running the skill or checking extra packages it installs. This is not a promise of safety: a different version or setup may behave differently.

  • SKILL.mdInstructions
Lines read
108
File checksum (to compare versions)
89d5a42fb85236d98fe4e7ebb56f3c6c67367d6dfffbdc2179d2f18c8e4dd433