Skip to content
@Haldir-AI

Haldir AI

Haldir — Cryptographic Signing for Agent Skills

An open cryptographic signing standard for AI agent skills and MCP servers.

No major agent registry has skill-level signing. Haldir fills that gap with DSSE v1.0.0 envelopes, Ed25519 signatures, and signed revocation — the same supply chain security stack that protects npm, PyPI, and container images.

Repos

  • spec — Agent Skill Attestation Format (ASAF) specification
  • haldir — Reference implementation (TypeScript)
  • sign-action — GitHub Action for one-line CI signing (coming soon)

Why This Exists

In February 2026, the ClawHavoc incident revealed 341 malicious skills (12% of ClawHub) deploying credential stealers via agent skills. Independent analysis found prompt injection in 36% of skills across major registries. Zero registries had cryptographic signing.

Haldir provides:

  • ✅ Tamper-evident integrity (SHA-256 allowlists)
  • ✅ Publisher authentication (Ed25519 signatures)
  • ✅ Signed revocation (fail-closed install, fail-open runtime)
  • ✅ Sigstore-compatible (keyless signing, transparency logs)

Get Started

npm install -g @haldir/cli
haldir sign ./my-skill
haldir verify ./my-skill

📖 Read the spec 🔧 Reference implementation 🌐 haldir.ai

Security

Report vulnerabilities to: security@haldir.ai See our Security Policy

License

All Haldir projects are licensed under Apache 2.0.

Popular repositories Loading

  1. spec spec Public

    ASAF — Agent Skill Attestation Format (open specification)

  2. haldir haldir Public

    Framework-agnostic security for AI agent skills — signing, vetting, enforcement

    TypeScript 1

  3. sign-action sign-action Public

    GitHub Action to sign and verify agent skills with Haldir

    TypeScript

  4. .github .github Public

    Haldir AI organization profile and community health files

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…