Electron isolation
Renderer code uses context isolation, no Node integration, a narrow preload API, and a restrictive content security policy.
Security by design
Cloudfunding starts only with your permission, stays within isolated app boundaries, shares minimal data, and stops the moment you choose.
Protection model
Permission gates sharing. Process isolation narrows access. Stop controls remain available. Public records contain aggregate activity, never device identifiers.
Renderer code uses context isolation, no Node integration, a narrow preload API, and a restrictive content security policy.
The sharing service starts only after an affirmative interface action. Opt-out disconnects the sharing session.
The main window, settings, tray, process quit, and incident controls provide distinct ways to end activity.
Public records use aggregate values. Device or node identifiers never belong in unauthenticated responses.
Cloudfunding is open source. Anyone can inspect the code, review security changes, and confirm that the implementation matches the controls described here.
Public code gives developers and security researchers a direct way to review boundaries, follow changes, and strengthen the system.
The user interface cannot import Node modules or reach arbitrary operating-system APIs. It can request only defined Cloudfunding operations through the isolated preload bridge.
The main process owns sharing initialization, preference storage, tray behavior, and external navigation. Every exposed command validates its input and returns structured state.
A strict content security policy limits scripts and images to approved sources. External navigation is handled by the operating system instead of loading untrusted pages inside the app.
The main window, settings, tray, and process quit controls all provide direct ways to end sharing.
Request counts show activity. Provider settlement records establish revenue. The two values are never presented as if they were the same.
Allocation and disbursement records carry their source period, policy version, adjustments, approvals, project status, and timestamps.
The accounting model protects destination changes with strong authentication, independent confirmation, review thresholds, and alerts to existing contacts.
The accounting model keeps reconciliation differences, unusual activity, identity changes, and payout changes visible for review before funds move.
GitHub private security advisories keep sensitive reports out of public issue threads while they are reviewed and resolved.
Include the affected component and version, prerequisites, reproduction steps, realistic impact, and any suggested mitigation.
The private workflow keeps technical details contained while a fix is prepared and responsible disclosure is coordinated.