HP

hackenproof-public/skills

Developer tools
51 stars 품질 40 트렌드 40

Claude Code plugin marketplace for HackenProof bug bounty triage.

개요

Claude Code plugin marketplace for HackenProof bug bounty triage. Reusable triage skill for HackenProof report handling: - Verify commit/version is in scope - Verify submission scope - Check duplicates - Validate submission and decide state/severity/comment Add to your organization's managed settings at : All authenticated org members will receive the plugin automatically. Add to your project's .claude/settings.json: 1. Run /plugin in Claude Code 2. Go to tab 3. Add marketplace: hackenproof-public/skills 4. Install hackenproof-triage

README

HackenProof Skills Marketplace

Claude Code plugin marketplace for HackenProof bug bounty triage.

Plugins

hackenproof-triage

Reusable triage skill for HackenProof report handling:

  • Verify commit/version is in scope
  • Verify submission scope
  • Check duplicates
  • Validate submission and decide state/severity/comment

Install in Claude Code

Option 1: Server-Managed Settings (org-wide)

Add to your organization’s managed settings at claude.ai → Admin Settings → Claude Code → Managed settings:

{
  "extraKnownMarketplaces": {
    "hackenproof-skills": {
      "source": {
        "source": "github",
        "repo": "hackenproof-public/skills"
      }
    }
  },
  "enabledPlugins": {
    "hackenproof-triage@hackenproof-skills": true
  }
}

All authenticated org members will receive the plugin automatically.

Option 2: Project-level

Add to your project’s .claude/settings.json:

{
  "extraKnownMarketplaces": {
    "hackenproof-skills": {
      "source": {
        "source": "github",
        "repo": "hackenproof-public/skills"
      }
    }
  },
  "enabledPlugins": {
    "hackenproof-triage@hackenproof-skills": true
  }
}

Option 3: Manual

  1. Run /plugin in Claude Code
  2. Go to Marketplaces tab
  3. Add marketplace: hackenproof-public/skills
  4. Install hackenproof-triage

Repository Structure

.claude-plugin/
  marketplace.json          # Marketplace index
plugins/
  hackenproof-triage/
    .claude-plugin/
      plugin.json           # Plugin manifest
    skills/
      hackenproof-triage-marketplace/
        SKILL.md            # Skill definition
        agents/
          openai.yaml
        references/
          hackenproof-global-policy.md
          severity-mapping.md
          triage-comment-templates.md
View this README on GitHub

추천 도구

다른 키워드를 입력하거나 필터를 제거해 보세요.

설치

npx skillfish add hackenproof-public/skills