-
Notifications
You must be signed in to change notification settings - Fork 112
ko overview
github-actions[bot] edited this page Jun 29, 2026
·
1 revision
- ClawSec은 OpenClaw 및 NanoClaw 환경을 위한 공개 웹 카탈로그와 설치형 보안 스킬을 결합한 보안 중심 저장소입니다.
- 정적 사이트 배포, 서명된 advisory 배포, clawsec-suite 같은 스킬 단위 GitHub 릴리스 패키징을 동시에 지원합니다.
| 경로 | 역할 | 비고 |
인포메이션
| pages/, components/, App.tsx, index.tsx | Vite + React UI | 스킬 카탈로그, advisory 피드, 상세 페이지 |
| skills/ | 보안 스킬 패키지 | 각 스킬은 skill.json, SKILL.md, 선택적 scripts/tests/docs 포함 |
| advisories/ | 리포지토리 advisory 채널 | 서명된 feed.json + feed.json.sig |
| scripts/ | 로컬 자동화 | feed/skills populate, pre-push 점검, release helper |
| .github/workflows/ | CI/CD 파이프라인 | CI, release, NVD polling, pages deploy |
| wiki/ | 문서 허브 | 아키텍처, 운영 런북, 검증 가이드 |
-
index.tsx: React 앱 부트스트랩 -
App.tsx: 라우트 정의 (/,/skills,/feed,/wiki/*) -
scripts/prepare-to-push.sh: 로컬 품질 게이트 -
scripts/generate-wiki-llms.mjs: wikillms.txt생성
- 로컬 개발:
npm install && npm run dev - 로컬 데이터 미리보기:
./scripts/populate-local-skills.sh./scripts/populate-local-feed.sh --days 120
- 품질 게이트:
./scripts/prepare-to-push.sh
npm install
./scripts/populate-local-skills.sh
./scripts/populate-local-feed.sh --days 120
npm run dev- 상세 기준 문서는 영어 원문을 참고하세요: ../overview.md
- 위키 인덱스(한국어): INDEX.md
- 2026-04-27: 한국어 overview 초기 버전 추가.
README.mdApp.tsxindex.tsxscripts/prepare-to-push.shscripts/populate-local-feed.shscripts/populate-local-skills.shscripts/generate-wiki-llms.mjs
- Security Signing Runbook
- Signed Feed Migration Plan
- Platform Verification Checklist
- Cross-Platform Remediation Plan
- Frontend Web App
- ClawSec Suite Core
- ClawSec Scanner
- Hermes Attestation Guardian
- Hermes Attestation Guardian Draft History (Archived)
- NanoClaw Integration
- Picoclaw Security Guardian
- Picoclaw Self Pen Testing
- Runtime Traffic Guardian Baseline
- Automation and Release Pipelines
- Local Validation and Packaging Tools