jungwoo choi 44ad36e2ab refactor: 4개 검사 엔진을 YAML 기반 표준 규칙으로 리팩토링
- YAML 규칙 파일 4개 신규 생성 (html_css, accessibility, seo, performance_security)
  W3C, WCAG 2.0/2.1/2.2, OWASP, Google Search Essentials 공식 표준 기반
- rules/__init__.py: YAML 로더 + 캐싱 + 리로드 모듈
- html_css.py: 30개 폐기 요소, 100+개 폐기 속성을 YAML에서 동적 로드
- accessibility.py: WCAG 버전 선택 지원 (wcag_version 파라미터)
- seo.py: title/description 길이, OG 필수 태그 등 임계값 YAML 로드
- performance_security.py: COOP/COEP/CORP 검사 추가, 정보 노출 헤더 검사 추가,
  TTFB/페이지 크기 임계값 YAML 로드
- PyYAML 의존성 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 15:49:57 +09:00

web-inspector

Overview

프로젝트 설명을 여기에 작성하세요.

Tech Stack

  • Template: fullstack
  • Stack: Next.js + FastAPI + MongoDB + Redis
  • Created: 2026-02-12

Getting Started

# 서비스 시작
docker-compose up -d

# 서비스 로그
docker-compose logs -f

# 서비스 중지
docker-compose down

Project Structure

web-inspector/
├── backend/           # FastAPI 백엔드
│   ├── app/
│   │   └── main.py    # 엔트리포인트
│   ├── Dockerfile
│   └── requirements.txt
├── frontend/          # Next.js 프론트엔드
├── docker-compose.yml
├── .env
└── CLAUDE.md

Git

Description
No description provided
Readme 914 KiB
Languages
TypeScript 54%
Python 41.9%
HTML 1.7%
JavaScript 1.5%
Dockerfile 0.4%
Other 0.5%