Stats
Links
Categories
KWCAG 웹접근성, 시큐어코딩, 개인정보보호, eGov 호환성, GS인증 통합 점검
npx claudepluginhub sumin220/govcheck공공기관 프로젝트 통합 점검 - KWCAG 웹접근성, 시큐어코딩, 개인정보보호, eGovFramework 호환성, GS인증 대비
공공기관 프로젝트 통합 점검 Claude Code Plugin
A Claude Code plugin that checks Korean government (eGovFramework) project compliance across 7 domains.
Plugins > Marketplaces > + Add Marketplace > "sonsumin/govcheck"
Plugins > Discover > "govcheck" > Space to install
/govcheck
/govcheck-diff
/govcheck --no-quality --no-gs # 특정 영역 제외
/govcheck --only accessibility,securecoding # 특정 영역만
/govcheck --severity critical # 심각도 필터
/govcheck-diff --staged # staged 변경분만
/govcheck-diff --committed # 마지막 커밋 변경분
| Domain | Description | Rules |
|---|---|---|
| KWCAG 2.2 웹접근성 | 한국형 웹콘텐츠 접근성 지침 2.2 | 33 items |
| 웹표준 | HTML/CSS 유효성, 시맨틱 마크업 | 10 items |
| 시큐어코딩 | 행안부 소프트웨어 개발보안 가이드 | 49 items |
| 개인정보보호 | 개인정보 노출 진단 | 9 items |
| eGov 호환성 | 전자정부프레임워크 호환성 | 8 items |
| GS인증 대비 | ISO 25010 기반 품질특성 | 12 items |
| 웹취약점 | KISA 주요정보통신기반시설 + OWASP Top 10 | 22 items |
Create .govcheckrc.json in your project root:
{
"scan": {
"accessibility": true,
"webstandard": true,
"securecoding": true,
"privacy": true,
"egovCompat": true,
"quality": true,
"webvuln": true
},
"paths": {
"jsp": "src/main/webapp/**/*.jsp",
"java": "src/main/java/**/*.java",
"css": "src/main/webapp/**/*.css",
"lib": "src/main/webapp/WEB-INF/lib"
},
"severity": "warning",
"ignore": [
"src/main/webapp/test/**"
],
"maxResults": 100
}
/govcheck → Skill (orchestrator) → MCP Server (static analysis) → Report + Auto-fix
| Tier | Confidence | Auto-Fix |
|---|---|---|
| T1 | High — regex/parsing exact match | Yes |
| T2 | Medium — pattern heuristic | Conditional |
| T3 | Low — requires Claude context | Report only |
rules/*.json or scanners to scripts/lib/scanners/test/npm test to verifyMIT
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage