anjian-audit

anjian-audit is a skill for Claude Code, Codex from ck3938700-ship-it/anjian-agent. It costs 23 tokens per session (553 once invoked), scanned A, original, MIT.

A procedure for an authorized website security assessment using AnJian, a security-testing service. It defines how to assess a supplied URL and produce a Chinese-language report while requiring explicit authorization.

In plain words
What is it for?
Use it when asked to scan, audit, assess, baseline, or retest a website with AnJian, including quick assessments for a single URL.
Why use it?
It prevents security testing from being run against an unapproved target and provides a defined path for reporting the results.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when asked to scan, audit, assess, baseline, or retest a website with AnJian, including quick assessments for a single URL.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ck3938700-ship-it/anjian-agent/anjian-audit
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.

Any agent
npx skills add ck3938700-ship-it/anjian-agent --skill anjian-audit
Clone the repo
git clone --depth 1 https://github.com/ck3938700-ship-it/anjian-agent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for anjian-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/ck3938700-ship-it/anjian-agent/anjian-audit/github.svg)](https://agentmods.dev/skills/ck3938700-ship-it/anjian-agent/anjian-audit)
Your own site
<a href="https://agentmods.dev/skills/ck3938700-ship-it/anjian-agent/anjian-audit"><img src="https://agentmods.dev/badge/skills/ck3938700-ship-it/anjian-agent/anjian-audit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for anjian-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/ck3938700-ship-it/anjian-agent/anjian-audit"><img src="https://agentmods.dev/badge/skills/ck3938700-ship-it/anjian-agent/anjian-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 553 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00023 $0.00553
Opus 5 $0.00012 $0.00277
Sonnet 5 $0.00005 $0.00111
Haiku 4.5 $0.00002 $0.00055

Measured 12d ago against content hash beb4cad6efeb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

anjian-audit 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 12d ago.

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.

claude-integration/skills/anjian-audit/SKILL.md · 41 lines

How it starts

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

AnJian authorized website assessment

Use this skill when the user asks to assess, audit, scan, baseline, or retest a website with AnJian.

One-URL default workflow

When the user gives a URL and asks to assess, audit, scan, test, or generate a security report:

  • Call anjian_quick_assess immediately with only that URL.
  • Do not call doctor, capability planning, assessment creation, or ask the old multi-question intake first.
  • The Python tool enforces a reusable exact-target authorization that the user must have registered interactively in a local terminal.
  • If it returns authorization_required or authorization_expired, no network action occurred. Show only the returned one-time setup command.
  • If it completes, summarize the stages and give the Markdown report_path.

MCP and Claude must never create or silently broaden a reusable authorization profile.

Workflow

  1. Prefer anjian_quick_assess for the ordinary one-URL request.
  2. Use the manual tools below only when the user explicitly asks for a custom workflow or supplies extra evidence/source paths.
  3. Call anjian_create_assessment only for a custom assessment not covered by a registered quick profile.
  4. Use passive only when the user asked for public context without target connections.
  5. Use Burp XML/HAR and PCAP only when the user provides a local file path; use source scan only for an explicitly authorized local source directory.
  6. Never unlock active mode or register a target from MCP. That is a terminal-only user action.
  7. Read the consolidated observations. Treat suspected as unverified; multiple sources increase confidence but do not confirm a vulnerability.
  8. Only call anjian_validate_observation after documenting a reproducible validation rationale. If evidence is insufficient, leave it suspected.
  9. State skipped/blocked tools, untested areas, scope, and limitations.

Hard safety rules

  • Never expand from the authorized host to discovered subdomains unless allow_subdomains was explicitly recorded; never expand to parent domains, redirects, IP neighbors, or third-party services.
  • Never use brute force, denial of service, exploit, persistence, credential testing, data extraction, SQLMap database enumeration, FFUF recursion, or arbitrary tool arguments.
  • Never start live packet capture through MCP. Analyze only a user-selected capture file and never persist packet payloads.
  • Never describe an automated match as a confirmed vulnerability.
  • Never upload client evidence to an online service unless the client explicitly authorized it.

Read the full file on GitHub · 41 lines

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. 12d ago First seen · 41 lines · 23 tokens per session scan A beb4cad6efeb

Subscribe to this mod's changes

anjian-audit is a skill published in the GitHub repository ck3938700-ship-it/anjian-agent (0 stars, last pushed 1mo ago), licensed MIT. It adds 23 tokens to every session and 553 once invoked, about $0.0001 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.