← Magellan

Privacy Policy

Magellan — Best-Practices Analyzer for Salesforce · Effective date: August 2026 · Contact: [email protected]

Magellan is a Google Chrome extension that helps Salesforce administrators and developers review Apex classes, Apex triggers, Flows, and Lightning Web Components against best-practice rules (SOQL in loops, missing sharing declarations, hardcoded Ids, missing fault paths, and others), scan a whole org for the same findings, and see which components are currently failing at runtime.

Short version: Magellan does not collect any personal data. Magellan does not transmit your Salesforce org's code or metadata to any server operated by us, or to any third party. The rules engine runs entirely inside your browser; every network request goes from your browser directly to your own Salesforce org's APIs. Magellan only ever reads — it never writes to any org. All caches are stored locally on your device.

What Magellan reads, and from where

Where the analysis happens

In your browser, and only there. The rules engine is pure client-side code bundled with the extension. It has no network access of its own — it cannot upload your code even if it wanted to. The org-wide scan (Atlas / Universe) is the moment other tools upload an entire codebase to a cloud service; Magellan does not.

What Magellan can change in your org

Nothing. Magellan is read-only by construction. Its network layer issues only HTTP GET requests — there is no code path in the extension that writes, updates, deletes, executes, or deploys anything in any org, sandbox or production. Findings are shown to you with a "Fix" hint and a documentation link; you make any change yourself, with your own tools.

What Magellan stores, and where

Nothing Magellan writes leaves your device. Exports (CSV / JSON of scan findings) are files handed to you, saved wherever you choose.

What Magellan does NOT do

Third-party services

Magellan makes network requests to exactly one kind of destination: your own Salesforce org's domains (*.salesforce.com, *.force.com, *.salesforce-setup.com). It contacts no server operated by us, and no other third party. Documentation links in findings (to PMD, Salesforce Help, and similar public sites) open only if you click them.

Chrome permission usage

Changes

If this policy materially changes, we will update the effective date at the top and note the change in the Magellan release notes.

Contact

Questions: [email protected]