Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "skill-security-audit",
"version": "1.5.0",
"description": "Claude Code 스킬 보안 감사 플러그인 — 자격증명 보호, 시스템 안전, 최소 품질 기준 검사 (22개 규칙, Phase 1)",
"skills": "./skills"
}
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,21 @@ HIGH/MEDIUM만 → ⚠️ PASSED with warnings

```
skill-security-audit/
├── SKILL.md # 메인 스킬 (검사 워크플로우)
├── ruleset-version.txt # 룰셋 버전 고정 (1.0.0)
├── references/
│ ├── security-checklist.md # SEC-*, SBX-* 규칙
│ ├── destructive-ops-checklist.md # DST-* 규칙
│ └── quality-checklist.md # QUA-* 규칙
├── assets/
│ ├── report-template.md # Markdown 보고서 템플릿
│ └── slack-message-template.json # Slack Block Kit 템플릿
├── config/
│ └── approved-reviewers.yml # audit-ignore 승인자 목록
├── .claude-plugin/
│ └── plugin.json # 플러그인 메타데이터
├── skills/
│ └── skill-security-audit/
│ ├── SKILL.md # 메인 스킬 (검사 워크플로우)
│ ├── ruleset-version.txt # 룰셋 버전 고정
│ ├── references/
│ │ ├── security-checklist.md # SEC-*, SBX-* 규칙
│ │ ├── destructive-ops-checklist.md # DST-* 규칙
│ │ └── quality-checklist.md # QUA-* 규칙
│ ├── assets/
│ │ ├── report-template.md # Markdown 보고서 템플릿
│ │ └── slack-message-template.json # Slack Block Kit 템플릿
│ └── config/
│ └── approved-reviewers.yml # audit-ignore 승인자 목록
├── .github/workflows/
│ └── skill-audit.yml # GitHub Actions 워크플로우
└── docs/
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading