fivem-nui
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- No Issues Detected: The analysis of the provided files found no evidence of malicious patterns, prompt injection, or data exfiltration.
- [Trusted Sources]: References to documentation are directed towards official platforms such as
docs.fivem.net,developer.mozilla.org, and established web framework sites likereact.devandvuejs.org. - [Data Handling]: The skill provides explicit guidance on security best practices, specifically advising developers to 'Always validate data' and 'Don't trust client data,' which mitigates common vulnerabilities in NUI development.
- [Network Operations]: Network requests (
fetch) are confined to the local game-resource protocol (https://cfx-nui-{resource}/), which is the standard and secure method for NUI-to-client communication in FiveM. - [No Obfuscation]: All code snippets are clear, commented, and serve the stated instructional purpose without any hidden or encoded payloads.
Audit Metadata