wgo

A read-only workflow for examining a project and its risks across areas such as continuity, security, cost, delivery, and architecture. It produces source-backed audit reports and can combine several reviewers' findings.

In plain words
What is it for?
It helps onboard an audit, run selected reviews, check status, estimate audit cost, and summarize completed findings for different audiences.
Why use it?
It gives a structured way to understand a startup or small business transition without immediately changing the project. It also keeps findings tied to evidence and tracks open work.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/wgo-audit/code/wgo
Any agent
npx skills add wgo-audit/code --skill wgo
Clone the repo
git clone --depth 1 https://github.com/wgo-audit/code

Made for: Claude Code, Codex.

Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,158 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00080 $0.02158
Opus 5 $0.00040 $0.01079
Sonnet 5 $0.00016 $0.00432
Haiku 4.5 $0.00008 $0.00216

Measured yesterday against content hash 21b744803c68, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

wgo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/wgo/SKILL.md · 180 lines

How it starts

The opening of the file, as written. The whole thing — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Whats.Going.On.

Lead a prompt-first audit of the project in the current folder. Keep the audit read-only unless the auditor explicitly authorizes a change. Produce useful, source-backed artifacts; do not make the auditor administer a process model.

Commands

  • wgo:onboard [compare|blind-compare] [YYYYMMDD] (Codex), /wgo:onboard [compare|blind-compare] [YYYYMMDD] (Claude), or /wgo-onboard [compare|blind-compare] [YYYYMMDD] (OpenCode): start or improve an audit, run a light comparison, or run a blind audit followed by comparison.
  • wgo:audit [reviewer-id|all] (Codex), /wgo:audit [reviewer-id|all] (Claude), or /wgo-audit [reviewer-id|all] (OpenCode): run one selected reviewer, or all/no parameter runs every selected reviewer in coordinator-defined dependency waves and then synthesis.
  • wgo:status (Codex), /wgo:status (Claude), or /wgo-status (OpenCode): read the checklist and material open items.
  • wgo:summarize (Codex), /wgo:summarize (Claude), or /wgo-summarize (OpenCode): reconcile completed work into three audience reports, calculate a reconciled API-equivalent audit cost estimate, then ask before operationalization.
  • wgo:cost (Codex), /wgo:cost (Claude), or /wgo-cost (OpenCode): calculate a reproducible API-equivalent cost estimate from the completed audit's provider-native session records.
  • wgo:operationalize (Codex), /wgo:operationalize (Claude), or /wgo-operationalize (OpenCode): after explicit approval of a completed synthesis, draft a four-part, source-linked, untested operating packet: replacement-maintainer, recovery, observability, and IAM/credential control. Before drafting, name that packet and ask whether to add an optional aid. It never executes a procedure or authorizes a system change. After the packet is complete, it refreshes the cost estimate through operationalization.
  • wgo:upload [YYYYMMDD] (Codex), /wgo:upload [YYYYMMDD] (Claude), or /wgo-upload [YYYYMMDD] (OpenCode): verify one completed public audit and open a draft report-repository PR. It automatically repairs narrow Markdown whitespace defects; the optional date defaults to the newest dated audit root.

Read the full file on GitHub · 180 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 180 lines · 80 tokens per session scan A 21b744803c68

Subscribe to this mod's changes

wgo is a skill published in the GitHub repository wgo-audit/code (2 stars, last pushed 9d ago), licensed MIT. It adds 80 tokens to every session and 2,158 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

edgeone skill scanner

Scan any agent skill for security risks before you install or use it. Powered by Tencent Zhuque Lab A.I.G (AI-Infra-Guard). 100% local static analysis — no file contents or credentials leave your device. Compatible with CodeBuddy, Cursor, Windsurf, Claude Code, OpenClaw and more. Triggers on: 这个 skill 安全吗, skill 安全扫描…

Tencent/AI-Infra-Guard · 148 tokens

agent-review

Critically review a Stencila agent and suggest improvements. Use when asked to review, audit, critique, evaluate, or improve an agent directory or AGENT.md file. Covers frontmatter validation, system instruction quality, configuration correctness, and adherence to the Agent schema.

stencila/stencila · 57 tokens

Security Audit Reporter

Triage raw security-scan findings (hardcoded secrets, injection patterns, vulnerable dependencies) into a prioritized, actionable security audit report. Use for security audit, code audit, vulnerability triage, and risk review.

AgentEra/Agently · 47 tokens

Website Audit

Comprehensive website auditing skill using Lighthouse, PageSpeed Insights, and web performance APIs to audit performance, accessibility, SEO, best practices, and security.

PramodDutta/qaskills · 33 tokens

aws-security-audit

AWS security auditing — IAM users/roles/policies, CloudTrail API events, security posture analysis. Use when auditing IAM permissions, investigating security incidents, checking MFA compliance, or tracing API activity in CloudTrail.

automateyournetwork/netclaw · 47 tokens

jentic

Use this skill whenever the user wants to work with a third-party or external API/tool through the Jentic platform — e.g. asks to "find the vessel-tracking API and add it", "get rows from this Google Sheet", connect Slack, import/search/discover an API, integrate or automate a SaaS, pull data from a service, or call…

jentic/jentic-one · 144 tokens