GenX‑DOSWIKI PromptArticle↩ Site

Security Policy

Scope

GenX-DOS is a static, client-side site — no server, no backend, no accounts, and no personal data is collected. Anything the site keeps (save-states, the Model 100's battery RAM, emulator settings) lives only in your own browser and never leaves your machine — see Your Data for the full list and when each is written. The realistic security surface is:

No external calls at runtime

Every emulator, core, ROM, font and asset is self-hosted — the site makes no third-party network requests, and there is no analytics or telemetry of any kind. This is enforced, not merely intended: every served page carries a strict Content-Security-Policydefault-src 'self' and connect-src 'self', with blob: / data: and 'unsafe-eval' allowed only where WebAssembly, Web Workers and audio worklets require them — so the browser blocks any off-site request at the source. With the policy in place the DevTools Network panel shows zero external requests. A served page that can reach an external origin is itself a security issue worth reporting.

Supported versions

Only the latest GitHub release and the live site (https://retro-jack.github.io/GenX-DOS/) receive fixes. Older tags are not patched.

Reporting a vulnerability

Please report privately by email rather than in public:

Include what you found, where, and how to reproduce it. This is a one-person hobby project, so responses are best-effort — but genuine reports will be looked at, and credited if you'd like.

Not a security issue

Bundled game ROMs and system BIOS images are a copyright/preservation matter, not a security one. For takedown requests, use the issue tracker as described in README.md and ATTRIBUTION.md.