GitHub Actions security hardening, configuration best practices, and vulnerability detection. Covers workflow syntax, trigger security, permission management, secrets handling, OIDC federation, supply chain protection, self-hosted runner hardening, attack pattern recognition, and security scanning tool rules. 60% security/hardening content, 40% implementation/configuration guidance. Use this skill when users need to: (1) Harden GitHub Actions workflows against injection, supply chain, or privilege escalation attacks (2) Configure workflow permissions, secrets, OIDC, or environment protection rules securely (3) Understand dangerous workflow patterns (pull_request_target + checkout, workflow_run artifact poisoning, script injection via ${{ }}) (4) Choose or configure security scanning tools (zizmor, scorecard, actionlint, poutine, harden-runner, Raven) (5) Respond to supply chain incidents (tj-actions, reviewdog, compromised action tags) (6) Audit workflows for OWASP CI/CD risks, CIS benchmark compliance, or OpenSSF Scorecard checks (7) Write or review workflow YAML (triggers, matrix, reusable workflows, composite actions, caching, artifacts, environments) (8) Secure self-hosted runners (ephemeral patterns, network egress, persistence detection, runner groups)
Investigate GitHub secret scanning alerts to trace provenance, gather context, assess risk, and produce a structured report for security professionals. Handles one or more alerts in a single investigation using only open-source tools.
Multi-agent security vulnerability analysis with adversarial verification and ICD 203 analytic standards. Orchestrates 5 parallel finder agents, cross-model adversarial verification (Claude + Codex), and deterministic validation to analyze vulnerability reports with CWE-specific procedures, confirmation bias mitigation, and structured evidence quality assessment. Use when receiving vulnerability reports, security disclosures, bug bounty submissions, or when needing to assess and remediate security issues.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A comprehensive collection of Claude Code plugins for research, security, code analysis, and workflow automation.
AI/ML research and verification tools for software development.
Skills:
ai-dev-research - Expert technical research on AI topicsai-twitter-radar - Discover AI trends and news from Twitter/X using Bird CLIresearch-verification - Pre-flight verification checklist for research taskskcap - Capture and distill knowledge from URLs into structured markdown notesstarduster - Catalog GitHub starred repos into a structured Obsidian vaultSecurity investigation and analysis tools.
Skills:
secret-scanning-investigator - Investigate GitHub secret scanning alerts with evidence-based analysissecurity-vuln-analyzer - Multi-agent vulnerability analysis with adversarial verification, ICD 203 analytic standards, CWE-specific procedures, confirmation bias mitigation, and deterministic validationgha-hardening - GitHub Actions security hardening — permissions, secrets, OIDC, attack patterns, supply chain, detection tools, runner security, incident responseCodebase flow analysis, dependency visualization, and health scoring.
Skills:
impact-flow - Dependency graphs, blast radius analysis, health scoring, and dead code detectionDevelopment workflow automation and productivity tools.
Commands:
/dep-check - Check dependency health and security/git-branch-cleanup - Clean up merged/stale branches/git-safe-commit - Safe commit with validation/post-impl-review - Post-implementation review/verify - Full verification suite (typecheck, lint, test, audit)Skills:
open-sourceror - Prepare skills/agents for open-source sharing or marketplace integrationphased-review - Multi-stage implementation review with parallel sub-agents, test gates, and scope modessafe-skill-install - Supply chain security scanning for skill installations via Cisco skill-scannersession-retrospective - Extract learnings from Claude Code sessionsplugin-qa - Validate plugin manifests, READMEs, versions, and cross-references; guided release prep with version bumpinggh-aw-helper - GitHub Agentic Workflows guide — setup, authoring, triggers, safe I/O, security, MCP tools, patterns, troubleshootinganti-laziness-guard - Three-layer Stop hook detecting and blocking work-skipping rationalizations (regex + Haiku intent detection + optional deep verification)Agents:
code-reviewer - Staff-level Rust code review specialistidempotency-tester - Verify operation idempotencyops-docs-generator - Generate operational documentationreview-orchestrator - Coordinate multi-phase code reviews/plugin marketplace add https://github.com/swannysec/robot-tools
/plugin install research-toolkit@robot-tools
/plugin install security-toolkit@robot-tools
/plugin install code-analysis-toolkit@robot-tools
/plugin install workflow-toolkit@robot-tools
/plugin marketplace add https://github.com/swannysec/robot-tools
/plugin install <plugin-name>@robot-tools
git clone https://github.com/swannysec/robot-tools.git
cd robot-tools
cc --plugin-dir ./<plugin-name>
robot-tools/
├── marketplace.json # Marketplace manifest
├── research-toolkit/ # AI/ML research tools
│ ├── plugin.json
│ └── skills/
├── security-toolkit/ # Security investigation tools
│ ├── plugin.json
│ └── skills/
├── code-analysis-toolkit/ # Code analysis tools
│ ├── plugin.json
│ └── skills/
└── workflow-toolkit/ # Workflow automation tools
├── plugin.json
├── commands/
├── skills/
├── agents/
└── hooks/
MIT License with Commercial Restriction
swannysec
npx claudepluginhub swannysec/robot-tools --plugin security-toolkitAI/ML research and verification tools for software development
Codebase flow analysis, dependency visualization, and health scoring
Development workflow automation, review orchestration, and productivity tools
Scan codebase for exposed secrets, API keys, passwords, and sensitive credentials
Open-source cybersecurity analysis agent. Scans any local project for vulnerabilities: code security (SAST), dependency CVEs (SCA), secret leaks, authentication/authorization flaws, cryptographic weaknesses, misconfigurations, supply chain risks, and CI/CD security. Covers all OWASP 2025 Top 10 and CWE Top 25 categories. Generates prioritized reports with remediation guidance. Invoke with /cyber-neo [path].
Security best practices advisor with vulnerability detection and fixes
Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations (Claude Code Action, Gemini CLI, OpenAI Codex, GitHub AI Inference)
Audit and harden your software supply chain - packages, containers, GitHub Actions, IaC, AI/ML models, and IDE extensions. Action commands fix issues directly; walkthrough commands guide you through advanced setup.
AI-powered security auditing with interactive skills, automated agents, web dependency scanning, and supply chain hardening for comprehensive vulnerability detection and reporting