npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

fivem-security-audit

v1.0.0

Published

Claude Code skill that audits FiveM and RedM resources for backdoors, exploits, dupes, crash vectors and performance issues. Supports ESX, QBCore, QBox, ox_lib and ND_Core.

Downloads

129

Readme

FiveM Security Audit

npm License: MIT

A Claude Code skill that reviews a FiveM or RedM resource the way an attacker would read it, then hands you a report you can act on. Backdoors, dupes, SQL injection, NUI exploits, crash vectors, performance leaks. It reads the code, quotes the exact line, and tells you how to fix it.

npx fivem-security-audit

Restart Claude Code, then run it in any resource folder:

/fivem-security-audit

Or just ask: "audit this resource", "scan this script for backdoors", "is this safe for production?". Pick a single phase with /fivem-security-audit security or performance.

What it looks for

Malware and backdoors. Remote code execution, the Cipher and Blum/Warden families, obfuscation (hex, XOR, base64, Luraph), token grabbers, Discord and Telegram exfiltration, supply-chain injection into txAdmin and build files, known C2 domains and IPs. It knows the difference between a real backdoor and a legitimate anti-dump loader.

Exploitable code. Money and item dupes, event forgery from cheat menus, NUI callback abuse, state-bag floods, entity spoofing, weak permissions, second-order SQL injection. The threat model assumes the player is hostile and the anti-cheat is bypassable.

Performance and stability. Wasteful Wait(0) threads, uncached natives, N+1 queries, leaked streaming assets, missing playerDropped and onResourceStop cleanup, all measured against real resmon budgets.

Every finding carries a confidence level, a file and line, the exploit, and a copy-paste fix. The report ends with a score out of 100 and a hard gate: any unresolved critical means not production ready.

Coverage

Frameworks: ESX Legacy, QBCore, QBox (ox_core), ND_Core, ox_lib, standalone, and RedM (VORP, RSG, RedEM).

Escrow-aware: encrypted .fxap source is reported as unaudited, never waved through as clean.

The toolkit

| Stage | Tool | |-------|------| | Build | fivem-resource-builder | | Audit | fivem-security-audit | | Protect | dei_security_scanner |

Build it secure, audit the diff before you deploy, run the scanner so anything injected later gets caught.

License

MIT