Documentation

Learn how to use Anchorscape for AI-powered code analysis, automated fixes, and deployment

The Anchorscape Suite

Anchorscape provides three core capabilities:

  • Lookout — AI-powered security and architecture scanner. Analyzes your codebase for vulnerabilities, performance issues, and architectural problems.
  • Shipwright — Automated code fixer. Uses AI agents to remediate issues found by Lookout, generating patches or pull requests.
  • Launch — One-click deployment to our managed Kubernetes cluster with automatic SSL and domain provisioning.

Quickstart: Running a Scan

Anchorscape is designed to be zero-config. No CLI installation or YAML configuration required.

  1. 1Click Analyze Code from the Dashboard or navigate to the Scanner
  2. 2Choose your input method:
    • Public GitHub — Paste any public repository URL
    • My Repos — Connect GitHub to scan private repositories
    • ZIP Upload — Upload a .zip archive of your source code
    • Code Snippet — Paste code directly for quick analysis
  3. 3Select scan mode: Quick Scan (~30s) or Deep Audit (~90s, paid plans)
  4. 4Click Start Quick Scan or Start Deep Audit

Understanding Your Report

Your scan report includes:

  • Readiness Score (0-100): Overall production readiness rating
  • Executive Summary: High-level overview for leadership and stakeholders
  • Security Findings: OWASP Top 10, CWE vulnerabilities, hardcoded secrets
  • Performance Analysis: N+1 queries, missing indexes, memory leaks
  • Architecture Review: SOLID violations, code duplication, error handling
  • Gap Analysis: What's missing compared to production-ready baseline

Automated Fixes (Shipwright)

After scanning, you can automatically fix issues:

  1. 1From your scan report, click Fix Issues
  2. 2Select which issue categories to fix (Security, Performance, Architecture)
  3. 3AI agents will analyze and generate fixes for each issue
  4. 4Download as a patch file, ZIP archive, or create a GitHub Pull Request

Deployment (Launch)

Deploy your application to our managed infrastructure:

  • Automatic containerization — We detect your stack and build a Docker image
  • Managed Kubernetes — Deployed to our K3s cluster with auto-scaling
  • SSL included — Let's Encrypt certificates provisioned automatically
  • Custom domains — Use sslip.io or bring your own domain

API Access

Enterprise customers can access our REST API for CI/CD integration. Contact [email protected] for API access.