Add Firefox Smart Window private URL exfiltration PoC

This commit is contained in:
ashton
2026-06-24 05:08:59 -05:00
parent 566ce736ff
commit dc9b155a88
5 changed files with 893 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "firefox-smartwindow-private-url-exfil-poc",
"version": "0.1.0",
"private": true,
"description": "Local OpenAI-compatible endpoint for Firefox Smart Window private URL token exfiltration validation.",
"scripts": {
"poc": "node poc/smartwindow_poc_server.js"
},
"license": "UNLICENSED"
}