Security hardening for OCaml libraries through systematic vulnerability research. Use when Claude needs to: (1) Research CVEs in similar implementations (C, Rust, Go, Python) and add regression tests, (2) Add fuzz tests for parsers and encoders, (3) Audit integer handling and buffer operations, (4) Test boundary conditions and malformed input, (5) Review cryptographic usage, (6) Add defensive checks against common vulnerability classes
$npx -y skills add avsm/ocaml-claude-marketplace --skill securityInstalls into the current project.
Run `npx skills use "https://github.com/avsm/ocaml-claude-marketplace" --skill "avsm/ocaml-claude-marketplace/security"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/avsm/ocaml-claude-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/avsm/ocaml-claude-marketplace"` and select the relevant skills, then follow their instructions.