docs: correct security hardening facts, placeholders, and Docker mounts - #761
Conversation
Updates Code UX documentation to accurately reflect codebase security enforcement. Replaces the sensitive-looking string `your_api_key_here` with `<YOUR_JULES_API_KEY>` to prevent accidental secrets leakage during onboarding. Fixes the incorrect `--mcp-https-auth-token` typo to the correct `--mcp-http-auth-token`. Clarifies that Docker provider execution isolates credentials via specific mounts (e.g. `~/.gemini`, `~/.codex`) instead of broad workspace root access. Adds explicit mention of dashboard security headers (`X-Frame-Options` and `Permissions-Policy`) and their intentional omission for preview host iframes to allow standard hardware interactions inside previews. Co-authored-by: numnx <1517214+numnx@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
61780bd
into
feature/CODUX-44-qs-documentation-developer-surface-audit-2
Addresses a request to make security documentation precise and evidence-backed based on existing source code implementation.
your_api_key_herewith<YOUR_JULES_API_KEY>indocs-web/user/mcp-clients.mdand.env.example.--mcp-https-auth-tokento--mcp-http-auth-tokenindocs-web/user/troubleshooting.md.docs-web/architecture/security.mdto specifyX-Frame-Options: SAMEORIGINandPermissions-Policyheaders.docs-web/architecture/security.mdandREADME.mdto indicate specific explicit credential mounts instead of workspace mounts.docs/operations/security-hardening.mdto document the omission of framing and permission policies for preview-host responses.Tests ran successfully across the backend, dashboard, and config tests without regressions.
PR created automatically by Jules for task 4188206015953485370 started by @numnx