tech-audit

tech-audit is a skill for Claude Code from PavloSEO/seohead-seotools. It costs 236 tokens per session (2,347 once invoked), scanned A, original, MIT.

A website technology checker that examines one page to identify its content system, server software, tracking tools, advertising, chats, payments, security, and other external services.

In plain words
What is it for?
It helps SEO specialists determine what a site uses, how traffic is measured, which third-party scripts are installed, and what parts may be changeable.
Why use it?
It replaces guesswork about how a site is built and records the page evidence behind each detected technology.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit It helps SEO specialists determine what a site uses, how traffic is measured, which third-party scripts are installed, and what parts may be changeable.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pavloseo/seohead-seotools/tech-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 PavloSEO/seohead-seotools --skill tech-audit
Clone the repo
git clone --depth 1 https://github.com/PavloSEO/seohead-seotools

Made for: Claude Code.

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 tech-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/pavloseo/seohead-seotools/tech-audit/github.svg)](https://agentmods.dev/skills/pavloseo/seohead-seotools/tech-audit)
Your own site
<a href="https://agentmods.dev/skills/pavloseo/seohead-seotools/tech-audit"><img src="https://agentmods.dev/badge/skills/pavloseo/seohead-seotools/tech-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 tech-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/pavloseo/seohead-seotools/tech-audit"><img src="https://agentmods.dev/badge/skills/pavloseo/seohead-seotools/tech-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 236 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,347 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00236 $0.02347
Opus 5 $0.00118 $0.01174
Sonnet 5 $0.00047 $0.00469
Haiku 4.5 $0.00024 $0.00235

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

Security

Grade A, and why

tech-audit scanned grade A with 1 finding 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 8d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

`curl -sL "https://$URL"` → `<meta name=generator>` (WordPress/Bitrix/Tilda with
.claude/skills/tech-audit/SKILL.md · 143 lines

How it starts

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

Tech Audit — What a Site Is Built With: Stack, Analytics, Pixels, and Widgets

Detect the technologies on a single page: which CMS or site builder it uses, which framework renders the HTML, what runs on the backend, how traffic is measured, which advertising pixels and chats are installed, who processes payments, and who protects the site. For SEO, this answers "what can actually be changed on this site," "how is traffic measured," and "how many third-party scripts weigh down the page."

This is not a manual source-code review, but a tool in the seohead toolkit (CLI + MCP + HTTP). In MCP, it is seo_tech_detect. After one request to the page, all further analysis is static signature matching against header, value, cookie, html, and script. Every match includes the marker (evidence) that triggered it, making the conclusion verifiable.

When to Use It

  • "what is the site built with," "which site engine," "which CMS," "is it WordPress," "site stack";
  • "which technologies," "what does the site use," "how is traffic measured," "which pixels are installed";
  • "which widgets / chats / support tools," "which consent banner," "which payment systems";
  • "does it use Cloudflare / protection," "who hosts the frontend (Vercel / Netlify / CloudFront)";
  • checking a headless combination (CMS + Next.js/Nuxt) before a rendering audit;
  • a quick competitor profile before an audit — what it uses and how it differs.

Workflow

1. Technologies on a single page — the only command:

seohead tech-detect --url https://example.com

After one request, the tool inspects the HTML, headers, cookies, and script src attributes using ~200 built-in signatures. The response contains:

  • generator — the complete contents of <meta name=generator> (often includes the CMS version);
  • technologies — each entry with category, evidence (the marker that identified it), and version when exposed in generator or x-powered-by;
  • by_category — the same technologies grouped by category;
  • scripts_total — the total number of external scripts on the page;
  • third_party_hosts — third-party domains from which scripts are loaded;
  • external_db — the status of the external fingerprint database (see below);
  • findings — plain-language conclusions assembled from the signatures.

Read the full file on GitHub · 143 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. 8d ago First seen · 143 lines · 236 tokens per session scan A c27624d60df9

Subscribe to this mod's changes

tech-audit is a skill published in the GitHub repository PavloSEO/seohead-seotools (0 stars, last pushed 5d ago), licensed MIT. It adds 236 tokens to every session and 2,347 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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