security-skills
Health Gecti
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 36 GitHub stars
Code Gecti
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
This project is a plugin marketplace providing Claude Code skills that automate security operations. Currently, it focuses on creating and managing SOAR workflows for platforms like CrowdStrike Falcon.
Security Assessment
Overall Risk: Low. The tool itself does not contain hardcoded secrets. However, because it is designed to interact with live security platform APIs, it inherently requires making external network requests and handling sensitive API keys. The audit scanned 12 files and found no dangerous code patterns, malicious execution, or requests for unsafe local permissions. The overall risk is low, provided you follow best practices for storing your API keys outside of the codebase.
Quality Assessment
The project appears to be in its early stages but is actively maintained, with its most recent push happening just today. It uses the highly permissive and standard MIT license, making it safe for integration into almost any project. While the community is currently small at 36 GitHub stars, the clear documentation, structured contribution guidelines, and transparent setup process indicate solid project health.
Verdict
Safe to use, though you should ensure any required API keys are securely managed during setup.
A collection of Claude Code skills that help security teams stay secure
Security Skills for Claude Code
A plugin marketplace of Claude Code skills that automate security operations.
Install individual skills to automate specific platforms, or combine several for end-to-end integration across your security stack.
Available Skills
| Skill | Platform | What It Does |
|---|---|---|
| fusion-workflows | CrowdStrike Falcon Fusion SOAR | Create, validate, import, execute, and export Fusion SOAR workflows. Discovers actions via the live API, authors YAML with correct schema and data references, handles CEL expressions, loop/conditional patterns, and manages the full workflow lifecycle. |
More skills coming soon.
Getting Started
Prerequisites
- Claude Code (or Skills compatible) CLI installed
Install via Plugin Marketplace
/plugin marketplace add https://github.com/eth0izzle/security-skills.git
/plugin install SKILL-NAME@security-skills
Replacing SKILL-NAME with the desired skill name you want to install.
Manual Setup
If you prefer to install manually:
- Clone the repository:
git clone https://github.com/eth0izzle/security-skills.git
cd security-skills
cp -r plugins/ ~/.claude/plugins/
Some skills may require configuration. For example, the CrowdStrike Fusion workflow requires an API key to understand your live environment and optimise your workflows.
Start Claude Code in the project directory:
claude
- Ask Claude to build something:
/plan
> Create a workflow that contains a device and sends a Slack notification
> Create multiple workflows based on the attached BEC Playbook
> What CrowdStrike actions are available to help with forensics capture?
Claude will automatically use the appropriate skill based on your request.
Using a Skill Directly
Each skill lives under plugins/<plugin-name>/skills/<skill-name>/ and includes:
SKILL.md— the skill definition that Claude loads automaticallyscripts/— CLI tools for interacting with the platform APIreferences/— schema docs, expression syntax, best practicesassets/— templates and starter files
Contributing
To add a new security skill:
- Create a plugin directory under
plugins/<plugin-name>/ - Add a
.claude-plugin/plugin.jsonmanifest - Create the skill under
plugins/<plugin-name>/skills/<skill-name>/ - Write a
SKILL.mdthat describes the skill's capabilities, prerequisites, and step-by-step workflow - Add scripts for API interaction, validation, and deployment
- Add reference docs for schema, syntax, and best practices
- Add template assets for common patterns
- Register the plugin in
.claude-plugin/marketplace.json - Submit a pull request
See the fusion-workflows skill as a reference implementation.
License
MIT
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi