security-guardian

Enforces certificate-based signing, encryption, and integrity checks for AI skill artifacts.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/ahmedmah987/security-guardian-Skill --skill security-guardian-ahmedmah987
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-guardian
Source: https://github.com/ahmedmah987/security-guardian-Skill/tree/main/github
Command: npx skills add https://github.com/ahmedmah987/security-guardian-Skill --skill security-guardian-ahmedmah987

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevents tampering of AI skills by providing certificate-based signing, encryption, and verifiable integrity across the skill ecosystem.

Core Features & Use Cases

  • Certificate Authority Chain with hierarchical trust
  • AES-256-CBC Encryption for skill data protection
  • RSA-4096 Digital Signatures for authentication and integrity
  • Certificate Revocation and emergency response
  • Audit Trails for comprehensive security logging
  • Runtime integrity checks during skill loading
  • Use Case: Developers and platforms can securely publish, load, and verify skills in a trusted environment.

Quick Start

Initialize security infrastructure, secure a target SKILL.md, and verify its integrity.

Frequently Asked Questions about security-guardian

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

FAQPage Schema
How do I prevent tampering of AI skills during deployment and runtime loading?

Code signing AI skills uses RSA-4096 digital signatures for authentication and AES-256-CBC encryption for data protection, ensuring verifiable integrity against unauthorized modifications.

What is a certificate authority hierarchy for securing AI skill artifacts?

You secure a target AI skill by initializing the security infrastructure, applying AES-256-CBC encryption and RSA-4096 signatures, and then verifying its integrity before execution.

Does this AI skill security approach handle certificate revocation and audit trails?

Runtime integrity checks validate the digital signatures and encryption of AI skills during loading, preventing unauthorized or tampered artifacts from executing on major platforms.

What are the limitations of relying only on code signing without encryption for AI skills?

Relying only on code signing without encryption leaves AI skill data exposed, whereas combining RSA-4096 signatures with AES-256-CBC encryption ensures both authentication and data confidentiality.