game-engine

Pass

Audited by Runlayer on Feb 25, 2026

Risk Level: LOW
Scan Summary
Max Score
73%
Files
15
Flagged
7
Chunks
55
Flagged Files (7)
references/web-apis.mdHIGH
73.1%

Tool passed security scan

Malicious tool definition detected

7. Close channels and connection when the session ends. ### Code Example ```javascript // Peer A: Create connection and data channel const peerA = new RTCPeerConnection({ iceServers: [{ urls: "stun:stun.l.google.com:19302" }] }); const gameChannel = peerA.createDataChannel("game", { ordered: false, // Allow out-of-order delivery (lower latency) maxRetransmits: 0, // Unreliable mode (like UDP) }); gameChannel.onopen = () => { // Send game state updates gameChannel.send(JSON.stringify({ type: "mov

references/game-publishing.mdHIGH
72.7%

Malicious tool definition detected

**Popular independent portals:** - HTML5Games.com - GameArter.com - MarketJS.com - GameFlare - GameDistribution.com - GameSaturn.com - Playmox.com - Poki (developers.poki.com) - CrazyGames (developer.crazygames.com) **Licensing options:** - Exclusive licensing: Restrict distribution to a single buyer for higher per-deal revenue. - Non-exclusive licensing: Distribute widely across multiple portals for broader reach. ### Web Stores **Chrome Web Store:** - Requires a manifest file and a zipped pack

assets/gameBase-template-repo.mdMEDIUM
56.4%

Tool passed security scan

references/terminology.mdMEDIUM
41.3%

Tool passed security scan

references/game-control-mechanisms.mdLOW
34.1%

Tool passed security scan

references/game-engine-core-principles.mdLOW
31.3%

Tool passed security scan

references/algorithms.mdLOW
30.8%

Tool passed security scan

Passed Files (8)Click to expand
references/techniques.mdOK
28.6%

Tool passed security scan

assets/2d-platform-game.mdOK
27.6%

Tool passed security scan

assets/simple-2d-engine.mdOK
26.7%

Tool passed security scan

references/3d-web-games.mdOK
23.4%

Tool passed security scan

assets/2d-maze-game.mdOK
23.3%

Tool passed security scan

references/basics.mdOK
19.7%

Tool passed security scan

assets/paddle-game-template.mdOK
13.9%

Tool passed security scan

SKILL.mdOK
7.1%

Tool passed security scan

Audit Metadata
Max File Score
73%
Classification
UNKNOWN_SERVER
Files Scanned
15
Files Flagged
7
Chunks Analyzed
55
Analyzed
Feb 25, 2026, 01:56 AM
Security Audit — runlayer — game-engine