Can a vibe read my Vibecodr account or cookies?
No. Published vibes run in a separate, sandboxed runtime surface. They can render and make ordinary browser requests, but they do not get ambient access to your Vibecodr session, account data, or other projects on the page.
Are Pulse endpoints private by default?
No. A deployed Pulse endpoint is public HTTP by default, while source, secrets, setup, and operational metadata stay owner-only. If a Pulse behavior should be restricted, the Pulse code should validate authentication, signatures, payloads, and rate expectations for that behavior.
Where should API keys and provider tokens go?
They belong in Vibecodr secrets and server-side Pulse code, not in public browser code. Public code can ask a Pulse for help; the Pulse can call the provider with policy-bound secret handling.
What should I report privately?
Use the vulnerability disclosure path for concrete security weaknesses, suspected boundary breaks, private-data exposure, bypasses, or reproducible exploit paths. Use the content and bug-report lanes for ordinary moderation or product issues.
Is this page the complete security specification?
No. This is the readable map. The exact behavior lives in the linked docs, policies, tests, and platform implementation, and those are the sources Vibecodr keeps aligned when a boundary changes.