chatgpt-apps

Fail

Audited by Runlayer on Mar 11, 2026

Risk Level: HIGH
Scan Summary
Max Score
97%
Files
11
Flagged
4
Chunks
16
Flagged Files (4)
chatgpt-apps/SKILL.mdHIGH
97.4%

Tool passed security scan

Malicious tool definition detected

- Host behind a stable public HTTPS endpoint (not a tunnel) with dependable TLS - Preserve low-latency streaming behavior on `/mcp` - Configure secrets outside the repo (environment variables / secret manager) - Add logging, request latency tracking, and error visibility for tool calls - Add basic observability (CPU, memory, request volume) and a troubleshooting path - Re-test the hosted endpoint in ChatGPT Developer Mode before submission ### 9.

chatgpt-apps/references/apps-sdk-docs-workflow.mdMEDIUM
86.3%

Tool passed security scan

Malicious tool definition detected

- It intentionally uses the MCP Apps bridge by default, keeps follow-up messaging on `ui/message`, and limits `window.openai` to optional host signals/extensions.

chatgpt-apps/scripts/scaffold_node_ext_apps.mjsMEDIUM
81.2%

Malicious tool definition detected

"localhost")); const isMcpRoute = url.pathname === MCP_PATH || url.pathname.startsWith(MCP_PATH + "/"); if (req.method === "OPTIONS" && isMcpRoute) { res.writeHead(204, { "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Methods": "POST, GET, DELETE, OPTIONS", "Access-Control-Allow-Headers": "content-type, mcp-session-id", "Access-Control-Expose-Headers": "Mcp-Session-Id", }); res.end(); return; } if (req.method === "GET" && url.pathname === "/") { res.writeHead(200, { "content-type": "t

chatgpt-apps/agents/openai.yamlLOW
70.0%

Prompt Injection

Passed Files (7)Click to expand
chatgpt-apps/LICENSE.txtOK
35.1%

Tool passed security scan

chatgpt-apps/references/repo-contract-and-validation.mdOK
34.0%

Tool passed security scan

chatgpt-apps/references/search-fetch-standard.mdOK
29.6%

Tool passed security scan

chatgpt-apps/references/interactive-state-sync-patterns.mdOK
29.0%

Tool passed security scan

chatgpt-apps/references/window-openai-patterns.mdOK
28.7%

Tool passed security scan

chatgpt-apps/references/upstream-example-workflow.mdOK
27.8%

Tool passed security scan

chatgpt-apps/references/app-archetypes.mdOK
11.8%

Tool passed security scan

Audit Metadata
Max File Score
97%
Classification
KNOWN_SERVER_PARTIAL_KNOWN
Files Scanned
11
Files Flagged
4
Chunks Analyzed
16
Analyzed
Mar 11, 2026, 08:43 AM
Security Audit — runlayer — chatgpt-apps