Skip to main content

Browser Game Development Best Practices

Provides best practices for browser game development, focusing on code quality, performance optimization, and deployment strategies.

Install this skill

or
75/100

Security score

The Browser Game Development Best Practices skill was audited on Mar 1, 2026 and we found 1 security issue across 1 threat category, including 1 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 53

Eval function call - arbitrary code execution

SourceSKILL.md
53Protect against XSS when displaying user-generated content. Sanitize any text input from users. Use Content Security Policy headers. Avoid eval() and inline scripts.
Scanned on Mar 1, 2026
View Security Dashboard