E5E1 Home · prompt-security/clawsec Wiki · GitHub
[go: up one dir, main page]

Skip to content
github-actions[bot] edited this page Mar 10, 2026 · 5 revisions

Wiki Index

Summary

  • Purpose: Document ClawSec as a combined web catalog, signed advisory channel, and multi-skill security distribution system.
  • Tech stack: React 19 + Vite + TypeScript frontend, Node/ESM scripts, Python utilities, Bash automation, GitHub Actions pipelines.
  • Entry points: index.tsx, App.tsx, scripts/prepare-to-push.sh, scripts/populate-local-feed.sh, scripts/populate-local-skills.sh, workflow files under .github/workflows/.
  • Where to start: Read Overview, then Architecture, then module pages for the area you are editing.
  • How to navigate: Use Guides for cross-cutting concerns, Operations for runbooks and migration plans, Modules for implementation boundaries, and Source References at the end of each page to jump into code.

Start Here

Guides

Operations

Modules

Glossary

Generation Metadata

Update Notes

  • 2026-03-10: Added ClawSec Scanner module documentation and linked it under Modules.
  • 2026-02-26: Added Operations pages and updated navigation guidance after migrating root docs into wiki pages.

Source References

  • README.md
  • App.tsx
  • package.json
  • scripts/prepare-to-push.sh
  • scripts/populate-local-feed.sh
  • scripts/populate-local-skills.sh
  • skills/clawsec-suite/skill.json
  • skills/clawsec-scanner/skill.json
  • wiki/modules/clawsec-scanner.md
  • .github/workflows/ci.yml

Clone this wiki locally

0