html-content-analysis

Detect CMS, frameworks, CSS, and libraries in HTML content.

7|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill html-content-analysis-arianhobson333
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: html-content-analysis
Source: https://github.com/ArianHobson333/claude-bug-bounty-stack/tree/main/vendor/communitytools/projects/pentest/.claude/skills/techstack-identification/html_content_analysis
Command: npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill html-content-analysis-arianhobson333

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill quickly identifies the technology stack components used in HTML content, helping you understand the underlying technologies of a website or web application.

Core Features & Use Cases

  • Technology Detection: Automatically identify CMS, frameworks, CSS, and libraries used in HTML documents.
  • Meta Tag Analysis: Extracts information from meta tags, including generator comments and script URLs.
  • Use Case: Analyze the HTML source code of a website to determine if it uses WordPress, React, or Bootstrap.

Quick Start

Run the html-content-analysis skill on the website 'example.com' to get a detailed report of its tech stack.

Frequently Asked Questions about html-content-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect the tech stack used by a website from its HTML?

To detect a website's tech stack from HTML, analyze meta tags, script URLs, and HTML comments to identify CMS platforms, frameworks, and CSS libraries. This process extracts generator comments and script references to map the underlying technologies.

What is HTML content analysis for technology detection?

HTML content analysis for technology detection is the automated process of scanning meta tags and script URLs to identify CMS, frameworks, and libraries. It reveals the software components powering a web application by examining its source code.

Can I identify CMS and frameworks like WordPress or React from HTML source code?

Yes, you can identify CMS and frameworks like WordPress or React from HTML source code. The analysis targets generator meta tags and specific script URL patterns to accurately determine which platform or library is implemented.

How do I perform a web security audit using HTML tech stack analysis?

Perform a web security audit using HTML tech stack analysis by scanning website source code to identify CMS, frameworks, and libraries. Knowing the exact technology versions helps pinpoint vulnerable components during the audit.

What is the best way to extract meta tags and script URLs for software compatibility assessments?

The best way to extract meta tags and script URLs for software compatibility assessments is through automated HTML parsing. This isolates generator comments and library references, providing a detailed report of framework dependencies.

Are there limitations to detecting CSS libraries through HTML comments and meta tags?

Detecting CSS libraries through HTML comments and meta tags has limitations, as heavily minified or bundled code may obscure specific framework signatures. Custom implementations might lack standard generator tags, reducing detection accuracy.