Hve-core owasp-infrastructure

OWASP Infrastructure Top 10 vulnerability knowledge base for identifying, assessing, and remediating security risks in internal IT infrastructure environments - Brought to you by microsoft/hve-core.

install
source · Clone the upstream repo
git clone https://github.com/microsoft/hve-core
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/microsoft/hve-core "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.github/skills/security/owasp-infrastructure" ~/.claude/skills/microsoft-hve-core-owasp-infrastructure && rm -rf "$T"
manifest: .github/skills/security/owasp-infrastructure/SKILL.md
source content

OWASP Infrastructure Top 10 — Skill Entry

This

SKILL.md
is the entrypoint for the OWASP Infrastructure Top 10 skill.

The skill encodes the OWASP Infrastructure Security Top 10 (2024) as structured, machine-readable references that an agent can query to identify, assess, and remediate infrastructure security risks.

Normative references (Infrastructure Top 10)

  1. 00 Vulnerability Index
  2. 01 Outdated Software
  3. 02 Insufficient Threat Detection
  4. 03 Insecure Configurations
  5. 04 Insecure Resource and User Management
  6. 05 Insecure Use of Cryptography
  7. 06 Insecure Network Access Management
  8. 07 Insecure Authentication Methods and Default Credentials
  9. 08 Information Leakage
  10. 09 Insecure Access to Resources and Management Components
  11. 10 Insufficient Asset Management and Documentation

Skill layout

  • SKILL.md
    — this file (skill entrypoint).
  • references/
    — the Infrastructure Top 10 normative documents.
    • 00-vulnerability-index.md
      — index of all vulnerability identifiers, categories, and cross-references.
    • 01
      through
      10
      — one document per vulnerability aligned with OWASP Infrastructure Security numbering.

🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.