### Describe the project you are working on Any project which can be released publicly where the developer might not want to have their code or structure implementation easily stolen. ### Describe the problem or limitation you are having in your project Currently Godot [supports encryption of the exported files](https://docs.godotengine.org/en/stable/development/compiling/compiling_with_script_encryption_key.html) (if you use a custom build of the export templates) However this is not really good enough. Almost every successful engine will at some point have a decompiler for the exported assets. (see [ILSpy](https://github.com/icsharpcode/ILSpy)). In-fact, due to the open source nature of Godot, I think it would be relatively simple to write a script-dumper, that uses the encryption to first de-crypt the files and then just dump them to some output folder once they've been loaded into memory. Many others have also been worried about this issue, quite often with those issues being closed when the discussion goes more towards DRM or encryption. ### ❗️ This is not a discussion about DRM or Encryption ❗️ https://github.com/godotengine/godot/issues/39115 https://github.com/godotengine/godot/issues/24716 https://github.com/godotengine/godot/issues/19790 ### Describe the feature / enhancement and how it helps to overcome the problem or limitation When exporting to production, exported GDscript files can be obfuscated with the names mangled. In this case, adding encryption would add a layer of security, and if someone does decide to extract the files from the pck, they are left with an unintelligible mess of obfuscated code. This additional security would put godot at the top end of protecting game assets, and likely bring users to our community. ### Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams An example implementation [can be found here](https://github.com/javascript-obfuscator/javasc
FL score
out of 100
Verdict
high confidence
Competition
12
competitors found, nascent market, funded players
Trend
3 community mentions
A tool to obfuscate GDScript in Godot production exports to protect intellectual property.
The pain
The gap
Build angle
Strengths
Questions about this idea?
FlyBot reads the scoring and gives you a second opinion on “Obfuscate GDScript in production export”.
Risks
Next steps
Fly Labs Method
Is the pain real, is there a gap, is it the right time, can one person build it.
The pain of GDScript intellectual property vulnerability is real, but the market gap for a new, differentiated obfuscation solution is narrow due to existing open-source options. Willingness to pay exists for robust solutions, but buildability for a solo founder is challenging.
Value Equation
Dream outcome and how likely it feels, against the time and effort it costs.
This idea addresses a real pain point, but the value proposition and differentiation need to be exceptionally strong to overcome existing alternatives and high build complexity.
One-Person Business
Curiosity pull, identity fit, and a path from free value to paid for a solo creator.
A clear problem exists within a reachable niche, but the solution's complexity and demanding creator fit make it challenging for a solo builder to execute simply and effectively.
Viral Frameworks
Hook strength, shareability, and how cheaply it can be tested.
While the target audience and value proposition are clear, the high assumption risk regarding technical superiority and difficulty in early validation make this a challenging micro-SaaS.
Builder Lens
Evidence the problem exists, timing, defensibility, and a model that fits on a napkin.
The demand for IP protection in Godot is real for a specific audience, but building a minimally viable, compelling solution and standing out from the status quo presents significant challenges.
Why this verdict
Five lenses, one composite. How scoring works
The angle
This weekend
Who is already there, nascent market
A GDScript obfuscation plugin for the Godot Engine that makes reverse engineering harder by obfuscating the source code of all exported scripts. It generates random names for identifiers, hardcodes enum and constant values, and strips out comments and empty lines.
Pricing: N/A (open source plugin)
A Python script that modifies the Godot Source Code to integrate Camellia-256 / AES-256 encryption with a unique security token system, creating a cryptographically unique engine build.
Pricing: N/A (open source script)
A JavaScript obfuscator that transforms code into custom bytecode running on a JS virtual machine for strong protection against reverse engineering.
Pricing: Free plan with lifetime 25 MB VM quota (4MB file size limit), Pro plan at $19/month for 100 MB/month VM quota (4MB file size limit), Team plan at $59/month for 500 MB/month VM quota (7MB file size limit). Unlimited basic obfuscation on all plans.
Offers code obfuscation and protection for various platforms and languages, including control flow obfuscation, renaming, string encryption, watermarking, and runtime checks.
Pricing: N/A (commercial solution, requires contact for pricing)
A cybersecurity company offering a unified platform integrating penetration testing, code scanning, cloud posture management, attack surface monitoring, mobile device management, and employee security training.
Pricing: N/A (requires contact for pricing)
An AI agent-driven offensive security platform for discovery, pentesting, and remediation, aiming to secure applications by reasoning about application logic rather than scanning for known patterns.
Pricing: N/A (requires contact for pricing)
A vibe coding security platform built to protect AI coding agents, IDEs, MCPs, and LLMs in the era of democratized software creation, providing visibility and governance over the AI development ecosystem.
Pricing: N/A (requires contact for pricing)
An AI coding assistant startup focused on architectural understanding beyond basic autocomplete, aiming to revolutionize AI coding.
Pricing: N/A
An open-source framework for AI red-teaming and security testing that helps developers and security teams secure large language models (LLMs) and generative AI applications.
Pricing: N/A (open source for basic, commercial enterprise solution available)
An AI security platform that scans code for vulnerabilities and offers one-click patch generation.
Pricing: N/A
Uses AI to understand how an application should work, simulates attacks, finds vulnerabilities, and verifies them, also applying fixes to secure code.
Pricing: N/A
An open-source platform to manage secrets, certificates, configs, and access across teams and infrastructure, with features like secrets versioning, point-in-time recovery, and audit logging.
Pricing: N/A
Gaps they leave open
What people say, 3 mentions
Basic Red Teaming Vibe Coded Apps
r/SaaS
Need help with product integrity
r/SaaS
How can I get a Stripe file with dummy data (exported from UI, not API)?
r/SaaS
Recent news
Escape raises $18M Series A to replace legacy scanners with AI agent-driven discovery, pentesting, and remediation
escape.tech, March 10 2026
Backslash Security Raises $19M Series A to Secure Vibe Coding Boom in the Enterprise, Bolsters Board with Cybersecurity Industry Leader
PR Newswire, February 10 2026
Code Metal Secures $36.5M Series A to Revolutionize AI Coding | The Tech Buzz
The Tech Buzz, November 12 2025
Promptfoo Raises $18.4 Million Series A to Build Definitive AI Security Stack - PR Newswire
PR Newswire, July 29 2025
Market signals
The market for code protection and security is experiencing significant investment, particularly in AI-driven solutions for vulnerability detection, penetration testing, and secure coding practices, with several startups receiving Series A funding from prominent investors like Y Combinator and Accel.
GitHub's anti-bot protection forces users, especially those with organizational emails, to solve 10 blurry puzzles multiple times, creating an extremely painful and frustrating user experience.
Dev
Creating .oiv modpacks for GTA is tedious and error-prone due to buggy project manager software, forcing manual editing of assembly files.
Dev
BreezePDF lets you edit, sign, merge, compress, redact, OCR, fill forms, extract tables, and use 30+ more PDF tools — all in the browser, no sign-up. Files never leave your computer.I built it because when people search Google for common PDF tasks, many of the tools they find upload documents to a server. I wanted an option that keeps files local instead.I posted an earlier version on HN last spring: https://news.ycombinator.com/item?id=43880962At the time it only supported a small set of features. Over the last 10 months I rebuilt large parts of it and expanded it to nearly 40 tools, including several ideas that came from comments in that earlier thread.There is also now a desktop app for macOS, Windows, and Linux, plus a CLI/SDK for developers.
Dev