AI code integrity checks in your editor. Requires a paid Shipmoor plan.
Shipmoor is a paid feature of the Shipmoor IC plan and higher. Install this extension, then run
shipmoor login in your terminal to activate it. Without an active subscription the extension shows
an upgrade prompt and emits no diagnostics. Start at
accounts.shipmoor.dev.
Shipmoor scans the code your AI agent writes — for hallucinated dependencies, placeholder/stub code,
and quality regressions — and surfaces the findings as native editor diagnostics. It is
local-first: the extension drives the local shipmoor CLI, no source code ever leaves your
machine, and there is no Shipmoor cloud.
What you get
Findings as squiggles on save, on open, and (optionally) as you type — the same findings your
CI sees, because both read the same shipmoor scan output.
A status-bar integrity summary — a glance tells you whether the workspace is clean.
Explain this finding — one click from any squiggle to "why this matters" and "how to fix".
Granular suppression — ignore a single rule on a single line, with a required reason.
Getting started
Install the extension (free to install).
Install the Shipmoor CLI: curl -fsSL https://dl.shipmoor.dev/install.sh | bash.
Run shipmoor login to activate your IC plan.
Open a Python, TypeScript, JavaScript, or Go file — findings appear automatically.
If you are already signed in to the CLI, the extension activates immediately — no extra sign-in
needed.
Privacy
No telemetry. No analytics. No network calls except opening docs/billing links you click. The
extension never reads your license file directly — it asks the licensed CLI for your entitlement
state.