sd-jwt-vc-presentation-security

Validates and presents SD-JWT Verifiable Credentials in OpenID4VP frameworks.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/sourcelabbg/eudi-knowledge --skill sd-jwt-vc-presentation-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sd-jwt-vc-presentation-security
Source: https://github.com/sourcelabbg/eudi-knowledge/tree/main/.ai/skills/sd-jwt-vc-presentation-security
Command: npx skills add https://github.com/sourcelabbg/eudi-knowledge --skill sd-jwt-vc-presentation-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexities of presenting and verifying Self-Sovereign Identity Verifiable Credentials (VCs) using the SD-JWT standard, ensuring secure and privacy-preserving interactions.

Core Features & Use Cases

  • SD-JWT VC Presentation: Facilitates the secure presentation of SD-JWT VCs in OpenID4VP flows.
  • Claim Handling: Manages JWT claims, including selective disclosure, and ensures data integrity.
  • Security & Privacy: Implements security considerations for presentation and verification, including type metadata integrity and SSRF prevention.
  • Use Case: A verifier needs to check a user's educational credential presented via SD-JWT. This skill helps the verifier process the presentation, validate the credential's integrity, and ensure it meets the required schema and security standards.

Quick Start

Use the sd-jwt-vc-presentation-security skill to verify an SD-JWT VC presentation.

Frequently Asked Questions about sd-jwt-vc-presentation-security

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify an SD-JWT Verifiable Credential in an OpenID4VP presentation flow?

Verifying an SD-JWT VC in OpenID4VP involves processing the presentation, validating credential integrity, retrieving type metadata, and checking adherence to IETF selective disclosure standards.

What is the best way to handle selective disclosure for JWT claims in Verifiable Credentials?

Handling selective disclosure for JWT claims requires using the SD-JWT standard to manage claims, ensuring data integrity and privacy-preserving interactions during the credential presentation process.

How does SD-JWT prevent security risks like SSRF during VC verification?

SD-JWT VC verification mitigates SSRF risks by enforcing strict security considerations during presentation processing, including type metadata integrity checks and controlled external data retrieval.

Can I use OpenID4VP to present educational credentials using SD-JWT?

Yes, OpenID4VP supports presenting educational credentials via SD-JWT, allowing verifiers to process the presentation, validate integrity, and confirm compliance with required schema standards.

Do I need to follow IETF standards for SD-JWT selective disclosure?

Yes, adherence to IETF standards for selective disclosure and VC data models is required to securely present and verify SD-JWT VCs while maintaining privacy and data integrity.