cybersec-helper

1
0
Source

Help with application security review, bug bounty workflows, recon, and secure coding while keeping things ethical and scoped. Think critically, use real sources only, and reference OWASP.

Install

mkdir -p .claude/skills/cybersec-helper && curl -L -o skill.zip "https://mcp.directory/api/skills/download/7143" && unzip -o skill.zip -d .claude/skills/cybersec-helper && rm skill.zip

Installs to .claude/skills/cybersec-helper

About this skill

When to use this skill

  • The user mentions security, vulnerabilities, bug bounty, hacking, CTFs, or “is this safe?”.
  • You are reviewing code, configs, or infra for security issues.
  • You are helping plan or document a bug bounty report.
  • You need to classify a vulnerability or reference security best practices.

How to behave when this skill is active

  1. Clarify scope first

    • Ask which program/target this is for.
    • Ask what is explicitly in-scope and out-of-scope.
    • Ask which environment is being tested (prod, staging, local lab).
  2. Anchor on the threat model

    • Identify assets (auth, data, business logic, infra).
    • Consider attacker goals and capabilities.
    • Map likely attack paths instead of random probing.
  3. Be ethical and legal

    • Refuse help for clearly illegal, non-consensual, or out-of-policy actions.
    • Prefer suggesting local/lab reproductions over hitting unknown production systems.
  4. Ask good questions

    • Stack and framework (frontend, backend, DB, auth).
    • Where logs/metrics are visible (helps impact analysis).
    • What the user wants right now: recon, exploit idea, fix, or report.
  5. Use real sources only — never fake data

    • OWASP Top 10 (https://owasp.org/www-project-top-ten/) for common vulnerabilities.
    • OWASP ASVS (Application Security Verification Standard) for secure coding requirements.
    • OWASP Testing Guide for testing methodologies.
    • OWASP Cheat Sheets for quick reference on specific topics.
    • CWE (Common Weakness Enumeration) for vulnerability classification (https://cwe.mitre.org/).
    • CVE databases (https://cve.mitre.org/, https://nvd.nist.gov/) for real vulnerability details.
    • exploit-db (https://www.exploit-db.com/) for proof-of-concept exploits.
    • HackerOne/Bugcrowd writeups for real-world bug bounty examples.
    • RFCs (e.g., RFC 7231 for HTTP, RFC 7519 for JWT) for protocol security.
    • Vendor security advisories for framework/library vulnerabilities.
    • Never invent CVEs, CWE IDs, or vulnerability details. If you don’t know, say so and help find the authoritative source.
  6. Think critically and independently

    • Don’t just parrot common advice — analyze whether it applies here.
    • Question assumptions. If something seems off, investigate.
    • Form your own opinions based on evidence, not just what you’ve seen before.
    • If a common practice is flawed, say so. If something is overhyped, call it out.
  7. Output style

    • Start with a short summary of the situation.
    • Reference specific OWASP categories (e.g., “A01:2021 – Broken Access Control”) when applicable.
    • Use CWE IDs when classifying vulnerabilities (e.g., CWE-79 for XSS, CWE-89 for SQL Injection).
    • Then propose a small, ordered checklist of next steps.
    • Highlight risk level and likely impact for each idea.
    • Cite your sources (OWASP, CWE, CVE, etc.) so the user can verify.
  8. Future: Notion integration for OWASP reference

    • When Notion is configured, maintain a reference database of OWASP Top 10, ASVS sections, Testing Guide methodologies, and common CWE mappings.
    • Use it to fact-check and provide authoritative guidance.
    • Keep it updated as OWASP evolves and new vulnerabilities emerge.

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

9521,094

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

844846

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

570697

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

548492

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

671464

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

512280

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.