SOCHI-Co

Skillshare — Security skill for Claude Code

Security community

Curated, security-checked collection of Claude Code skills — every submission is scanned before it gets in.

How to install Skillshare

This entry records only its repository, not the path inside it, so there is no exact command to give. Open SOCHI-Co/skillshare and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Skillshare does

Curated, security-checked collection of Claude Code skills — every submission is scanned before it gets in.

Alternatives in Security

  • Security Scan Report — Generated: 2026-04-10 20:48 UTC Skills scanned: 134 Total findings: 836 Critical: 32 High: 50 Safe skills: 100 18.1k ★
  • Skill Coverage Audit — Trace codepaths in diffs, map against tests, auto-generate missing coverage — use before shipping PRs 2.8k ★
  • Bountyforge — All-round bug bounty skill for Claude Code parallelized agents for smart contract audits (EVM, Move, Solana, T 399 ★

README

skillshare_

Curated, security-checked collection of Claude Code skills and repos — by friends, for friends.


[ 🛡️  **OPEN THE CATALOG →**  ](https://coingyy.github.io/skillshare/)

**https://coingyy.github.io/skillshare/**


[![Website](https://img.shields.io/badge/website-live-22C55E?style=for-the-badge)](https://coingyy.github.io/skillshare/) [![Submit a skill](https://img.shields.io/badge/submit-a_skill-0F172A?style=for-the-badge)](https://github.com/Coingyy/skillshare/edit/main/skills.json)

How it works

  1. All skills live in `skills.json` — the website reads from it.
  2. New skills come in via pull request (see CONTRIBUTING.md).
  3. Every PR automatically runs a security scan (`scripts/security_scan.py`): the submitted repo is cloned and scanned for red flags — shell pipes (curl | sh), credential access, prompt injection, obfuscated payloads, destructive commands. The report is posted as a comment on the PR.
  4. HIGH findings reject the submission automatically. If the scan passes, a bot drafts the catalog entry, opens a PR, and merges it — the skill appears on the website with no human in the loop.

Disclaimer

The automated scan catches blunt malware, but **no scan is perfect and "checked" is not a safety guarantee**. These are third-party repos; we take no responsibility for what they do. Installing is your own decision — skim a skill's hooks, shell scripts, and `SKILL.md` yourself before installing it.

Local testing

# View the website locally (fetch() doesn't work over file://)
python -m http.server 8080
# → http://localhost:8080

# Run the scanner manually against a repo
python scripts/security_scan.py --repo https://github.com/user/skill-repo --report report.md