r3f-geometry
Warn
Audited by Runlayer on Feb 22, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: r3f-geometry description: React Three Fiber geometry - built-in shapes, BufferGeometry, instancing with Drei.
Tool: SKILL.md [2/2] Description: /> {Array.from({ length: count }, (_, i) => ( <AnimatedInstance key={i} index={i} /> ))} </Instances> ) } function AnimatedInstance({ index }) { const ref = useRef() // Random initial position const position = useMemo(() => [ (Math.random() - 0.5) * 20, (Math.random() - 0.5) * 20, (Math.random() - 0.5) * 20, ], []) const color = useMemo(() => ['red', 'blue', 'green', 'yellow', 'purple'][index % 5], [index]) useFrame(({ clock }) => { const t = clock.elapsedTime r
Audit Metadata