Platform Guide

How Anchorscape Works

Scan your code for vulnerabilities. Fix them automatically. Re-scan to catch deeper issues. Deploy or push back to GitHub.

Scan
Fix
Re-scan
Deploy

Scan Your Code

Go to and upload your code. You have four options:

Paste Code

Copy/paste directly into the editor

GitHub URL

Enter a repo URL to scan

ZIP Upload

Upload a project ZIP (up to 16MB)

My Repos

Connect GitHub and pick a repo

Choose a scan type:

Quick Scan

~30 sec · No account needed

Fast AI analysis. Good for a quick health check. Report only — no auto-fix.

Deep Scan

~2-3 min · No account needed

Multi-agent with web search for CVEs and advisories. Report only — no auto-fix.

Recommended

Dual Agent Scan

~3-5 min · Account required

Two agents scan in parallel. Stores your code so you can fix issues afterwards.

Multi Agent Scan

~5-10 min · Account required

Four specialized agents (security, performance, architecture, gap analysis). Most thorough.

Want to auto-fix issues? Use Dual Agent or Multi Agent scan — they store your code so the fixer can work on it. Quick and Deep scans are reporting only.

Review Your Report

After the scan completes, you'll see a report page with:

Score
0-100 rating
Security
Vulnerabilities
Performance
Bottlenecks
Architecture
Code quality

Each finding shows the severity (Critical, High, Medium, Low), the exact file and line number, a description of the issue, and a recommendation for how to fix it.

Click the tabs at the top to switch between Security, Performance, Architecture, Gap Analysis (what's missing), and Architecture Diagram views.

Click Share (top right) to copy the report URL and share it with your team.

Fix Issues Automatically

Below your report, you'll see the "AI Auto-Fix Available" panel. Here's how to use it:

  1. Filter by severity — Use the buttons (Critical, High, Medium, Low) to focus on what matters most
  2. Select issues — Click each issue to select it, or use "Select All"
  3. Click "Fix N Issues" — This spins up an isolated environment with your code
  4. Watch progress — You'll see real-time updates: which file is being edited, which tool the AI is using, and a running count of issues fixed

What happens behind the scenes

An AI agent boots up in an isolated container with your code. It reads files, understands the codebase structure, then makes targeted edits to fix each issue. It runs your build and tests before and after fixing to make sure nothing breaks.

Auto-fix requires a Sailor plan or higher and a Dual/Multi Agent scan. Quick and Deep scans don't store code, so there's nothing for the fixer to work on.

Export Your Fixed Code

When fixing completes, you'll see the "What's Next?" panel with five options:

Download ZIP

Complete fixed codebase as a ZIP archive. Unzip and replace your project.

Download Patch

Unified diff file. Apply it with "git apply patch.diff" to see exactly what changed.

Create Pull Request

Push fixes directly to your GitHub repo. Select repo and branch, then click create.

Deploy to Anchorscape

Deploy the fixed code to our managed hosting. Live in minutes with automatic SSL.

Re-scan Fixed Code

Run another scan on the fixed code to catch deeper issues. Up to 5 iterations.

GitHub PR tip: If you haven't connected GitHub yet, click "Connect GitHub" in the PR card. After connecting, you'll see a dropdown with your repos and branches. Each PR contains per-agent commits (e.g., one commit for security fixes, one for performance).

Re-scan and Iterate

No single scan catches everything. Security scanning is iterative — each pass reveals issues that were hidden behind the ones already fixed.

The Iterative Loop

Scan (45/100)FixRe-scan (72/100)FixRe-scan (89/100)Deploy

Click "Re-scan Fixed Code" after any fix session. A new report will be generated — it focuses only on findings (no architecture diagrams or gap analysis, since those don't change). You can re-scan up to 5 times. After that, run a fresh full scan for comprehensive coverage.

Each iterative report shows a banner with the pass number and a link back to the original full report.

Quick Links

Frequently Asked Questions

Ready to secure your code?

Start with a free scan — no account required.