Upload files to "firefox-smartwindow-private-url-exfil-poc"

This commit is contained in:
2026-06-29 16:41:55 +00:00
parent d8596f8fc7
commit 191c420b41
2 changed files with 260 additions and 0 deletions
@@ -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"
}