What It Does Prompt Triage Ghost Partner™ ⚠ May 12 Deadline Security For Agencies Pricing Plan Details FAQ Blog
Ghost Architect™
v5.3.0 · Prompt Triage report clarity

Pre-engagement triage for
codebases you didn't write.

Know what is in the codebase before the next migration, SOW, or audit. Any codebase, any language, any platform.

See Plans → Try Ghost Open Free →
$ npm install -g ghost-architect-open FREE
$0.23
Cost Per Scan
18
Findings Surfaced
<10
Minutes
100%
Local Execution
Senior architects on inherited codebases
Agencies managing 3+ client projects
CTOs doing pre-acquisition due diligence
Fractional CTOs evaluating new engagements
Greenfield projects on modern stacks
// last scan caught
OAuth access tokens exposed in window.facebookBusinessExtensionConfig
Readable via DevTools by any attacker. Est. impact: full Facebook Business account takeover.
NEW IN v5.2
// feature spotlight · prompt triage

Your prompts are production code.
Find the bugs.

If you ship AI features, your prompts are running in production. Most teams have zero review process for them. Ghost Architect™ reads a folder of LLM prompts and surfaces 16 categories of defects: ambiguous instructions, conflicting directives, prompt injection patterns, token overflows, undefined output formats, and more.

Cleaner prompts behave more predictably in production. They also burn fewer tokens and cut your API bill.

See the 16 detectors → Try Free on GitHub →
16
Defect Categories
$0.41
Live Test Cost
116
Findings, One Run
100%
Local Execution
// caught in 16 categories
Ambiguity Conflicts Token Overflow Injection Patterns Undefined Output Unbounded Output Role Bleed Integration Mismatch +8 more
// capabilities

Everything hiding in the codebase
before you sign the contract.

Ghost Architect™ analyzes the entire codebase and surfaces architectural risks, conflicts, and vulnerabilities before they become production incidents.

🗺

Points of Interest Scan

Auto-map red flags, dead zones, fault lines, and landmarks across your entire codebase. Know what matters before you touch it.

Conflict Detection

Find contract mismatches, schema conflicts, config errors, and constant disagreements across any language or platform.

💥

Blast Radius Analysis

Before you make a change, understand the full impact. Every dependency, every affected flow, with a rollback plan included.

🔍

Recon — Engagement Sizing

Walk into the scoping call with data. Recon counts files, gauges complexity, projects scan cost, and proposes a multi-pass plan before you spend a cent on analysis.

NEW v5.2
🧪

Prompt Triage

If you ship AI features, your prompts are production code. Ghost audits a folder of LLM prompts and surfaces 16 categories of defects backed by the Tian et al. 2025 academic taxonomy. Learn more →

"Your client's code stays yours."

Ghost Architect™ runs entirely on your local machine. Your codebase is never uploaded, never stored, and never transmitted to Ghost Architect™ servers — because there are no Ghost Architect™ servers.

Analysis calls go directly from your machine to Anthropic's API using your own key, under your own data agreement. No SaaS. No upload. No data retention.

🖥

Runs Locally

Ghost Architect™ is a CLI tool that runs entirely on your machine. Zero cloud dependency.

🔑

Your API Key, Your Agreement

You bring your own Anthropic API key. Ghost Architect™ is never in the middle.

🚫

No Persistence

Nothing is stored, logged, or retained outside your own filesystem. Ever.

Zero Vulnerabilities

Ghost Architect™ has been audited with npm audit and contains zero known vulnerabilities across all dependencies. Verifiable by anyone.

🌐

Any Repo, Any Platform

GitHub, GitLab, Bitbucket — public or private. Authenticate with a personal access token and scan. No ZIP download required. Any language. Any framework.

Built for how agency teams
actually work.

Your developers aren't pulling client codebases to their laptops. They're working from repos. Ghost Architect™ works the same way. Point Ghost at any GitHub, GitLab, or Bitbucket repository — public or private — authenticate with a personal access token, and run your scan. The entire analysis happens on your local machine. No code is uploaded. No third party ever sees your client's codebase.

🔗

Private Repo Support

Authenticate with a personal access token. Ghost clones the repo locally, scans it, and removes the clone when done. Your client's code never touches our infrastructure — because there is no our infrastructure.

📁

Selective Path Scanning

Point Ghost at a specific directory within a large repo. Scan the module you're working on, not the entire monorepo.

📑

Same-Day Client Deliverables

Every scan produces a branded PDF for stakeholders, a TXT for developers, and a MD for your team to commit. Hand it to the client the same day.

💰

Per-Seat Cost Visibility

Each developer runs Ghost with their own Anthropic API key — giving your agency complete visibility into usage and cost at the individual seat level. No black box billing.

Agency-tier plans available. Ghost Architect™ offers plans designed for multi-client portfolios, team access, and enterprise delivery workflows. See pricing →

Solo developer or independent architect? Ghost Architect™ works just as well for individuals. Start with Ghost Open free, upgrade when you need more.

Ghost Architect Partner™
your methodology, your branding, your rates.

Ghost Partner™ is the consultant edition of Ghost Architect. Load a profile YAML that injects your audit methodology, billing rates, and branding into every scan. The findings are still Ghost's. The framing, the priorities, and the dollar estimates are yours.

📜

Profile Loading

Drop a partner profile YAML at scan time. Ghost picks up your firm's methodology, severity weighting, and remediation framework automatically.

💰

Per-Profile Billing Rates

Override the default tiered billing ($85 / $125 / $200) with your own rates. Junior, mid, and senior dollar estimates reflect what you actually charge clients.

🎨

Branded PDF Output

Your firm's logo on the PDF header. Your brand colors. Your methodology signature in the executive summary. Hand it to the client without re-skinning anything.

🎯

Methodology Injection

If your firm runs every audit through a specific framework — OWASP, SANS Top 25, your own internal checklist — the partner profile makes it part of every scan output.

Available on Ghost Pro and above. Ghost Partner profile loading and per-profile billing rates ship with Pro ($99/mo). White-label PDF output ships with Enterprise (from $1,200/mo). See pricing →
// proof of concept

Real analysis. Real findings.

Ghost Architect™ analyzed 658 files in a real Meta Magento extension and surfaced 18 architectural findings — conflict mismatches, security risks, and integration vulnerabilities — in under 10 minutes.

658
Files
18
Findings
<10
Minutes
7
PDF Pages
Download the Full Report ↓  // PDF · 7 pages · real codebase · 18 findings
// Finding #1 · Critical

Client-Side Credential Exposure

Meta OAuth access tokens stored in window.facebookBusinessExtensionConfig — readable by any XSS attack or DevTools inspection. Full Facebook Business account takeover via browser.

Est. fix: 8–12 hrs · Complexity: HIGH
// Finding #9 · Critical

Ad Spend Inflation Race Condition

Event ID deduplication race condition causing 10–20% duplicate Conversion API events. Ghost flagged this as the most expensive bug in the codebase — inflating Meta ad spend by thousands monthly.

Est. fix: 10–14 hrs · Complexity: CRITICAL
// Finding #3 · High

Mass Assignment Config Vulnerability

Arbitrary POST parameters saved directly to core_config_data with no validation or allowlist. Combined with missing CSRF protection — any system configuration value is writable by an attacker.

Est. fix: 6–8 hrs · Complexity: HIGH

These are 3 of 18 findings from a real public extension. Download the full report ↓

Magento 2.4.9 ships May 12.
Your custom modules
don't speak PHP 8.4 yet.

The largest architectural shift in the 2.4.x line since 2.4.4. PHP 8.2 dropped. PHP 8.4+ mandatory. Laminas MVC removed entirely. Valkey replacing Redis as the default cache. Plus 500+ core fixes that expose latent assumptions in your custom code. Most stores carry 30-100 custom modules accumulated over years — most written when PHP 8.1 or 8.2 was the target.

until Magento 2.4.9 General Availability. Ten days isn't enough time to plan an upgrade you haven't audited yet.
Component Before (2.4.8) After (2.4.9)
PHP 8.3, 8.4 8.2 dropped · 8.4+ required
MVC framework Laminas MVC Native PHP MVC · Laminas removed
Cache layer Redis (default) Valkey 8 (Redis-compatible)
Search engine OpenSearch 2.x OpenSearch 3.x
Database MySQL 8.0 / MariaDB 10.6 MySQL 8.4 LTS / MariaDB 11.4
WYSIWYG editor TinyMCE 5 HugeRTE
Bug fixes 500+ Open Source / 560+ Commerce
🔴

Custom Modules at Risk

Every custom module written for PHP 8.2 or 8.3 needs an audit. Deprecated functions become fatal errors. Implicit nullable parameters are gone. Dynamic property creation throws.

Architectural Shift

Laminas MVC removal breaks any extension that imports from Laminas\Mvc\ namespaces — at compile time, not runtime. The module simply will not load.

👻

Ghost Architect™ Can Help

POI scan inventories every custom module. Conflict Detection surfaces deprecated APIs and removed-function patterns. Recon mode produces a sized engagement plan in 5 minutes for ~$0.05.

Walk into the upgrade conversation with data, not guesswork.

Run a Free Scan → Read the Full Breakdown
// frequently asked

Common questions.

What exactly does Ghost Architect do?

Ghost Architect scans your codebase and produces a structured triage report — categorizing every finding by severity (Critical, High, Medium, Low), flagging architectural risks, security vulnerabilities, and conflict mismatches. It gives your team a prioritized map of where to start, not a raw list of every issue. Output is a branded PDF for stakeholders, a TXT for developers, and a Markdown file your team can commit.

Does Ghost Architect upload my code anywhere?

No. Ghost Architect runs entirely on your local machine. Your source code is never uploaded to any Ghost Architect server — because there are no Ghost Architect servers. Analysis calls go directly from your machine to Anthropic's API using your own API key. Anthropic deletes API inputs and outputs within 7 days per their data retention policy.

What languages and platforms does it support?

Ghost Architect works on any codebase, any language, any platform. PHP, JavaScript, TypeScript, Python, Ruby, Java — it doesn't matter. It's framework-aware and analyzes code structure, dependency relationships, configuration files, and integration patterns regardless of what stack you're running. Adobe Commerce and Magento are common use cases, but they're not requirements.

How much does an Anthropic API key cost to run?

A typical Ghost Architect scan costs $0.23 in Anthropic API usage. Most Pro users run 10–20 scans per month, putting their total API cost at $2–5/month on top of the subscription. You can verify this yourself — Ghost prints the exact cost of every scan in the terminal output. There are no hidden fees or usage caps imposed by Ghost Architect.

How is Ghost Architect different from running a linter or static analysis tool?

Linters catch syntax errors and style violations. Static analysis tools find known vulnerability patterns. Ghost Architect does something different — it reasons about your codebase architecturally. It identifies how components relate to each other, where integrations are fragile, what the blast radius of a change would be, and which findings represent real business risk versus noise. It's triage intelligence, not a rule-based scanner.

Can I use Ghost Architect on a client's private repository?

Yes. Ghost Architect supports private GitHub, GitLab, and Bitbucket repositories. You authenticate with a personal access token, Ghost clones the repo locally, runs the scan, and removes the local clone when done. Your client's code never touches any third-party infrastructure beyond your own Anthropic API key. This makes it safe to use under NDA with enterprise clients.

👻 See Plans →