godot-adapt-single-to-multiplayer
Provides expert patterns for converting single-player games to multiplayer, focusing on architecture, lag compensation, and anti-cheat measures.
Install this skill
or
90/100
Security score
The godot-adapt-single-to-multiplayer skill was audited on Jun 7, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 180
Access to root home directory
SourceSKILL.md
| 180 | get_node("/root/World").add_child(player, true) # true = replicate to all peers |
medium line 331
Access to root home directory
SourceSKILL.md
| 331 | var player := get_node("/root/World/" + str(sender_id)) |
Scanned on Jun 7, 2026
View Security Dashboard