r3f-geometry

Warn

Audited by Runlayer on Feb 22, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
1
Flagged
1
Chunks
2
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
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
1
Files Flagged
1
Chunks Analyzed
2
Analyzed
Feb 22, 2026, 04:56 PM
Security Audit — runlayer — r3f-geometry