Klytos Integrity Check

Verify Klytos CMS file integrity against signed manifests using SHA-256 hashes.

12|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/joseconti/klytos --skill klytos-integrity-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Klytos Integrity Check
Source: https://github.com/joseconti/klytos/tree/main/.claude/skills/klytos-integrity-check
Command: npx skills add https://github.com/joseconti/klytos --skill klytos-integrity-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

File integrity verification ensures that core and plugin files have not been modified, deleted, or injected by malicious actors, by comparing local SHA-256 hashes against signed manifests from trusted sources.

Core Features & Use Cases

  • Verify core and plugin files against trusted manifests.
  • Generate and manage signed manifests, and detect tampering, missing or extra files.
  • Use in development, staging, and production environments to maintain trust and compliance with integrity policies.

Quick Start

Run a full integrity check to compare local files with the latest signed manifest and report any discrepancies.

Frequently Asked Questions about Klytos Integrity Check

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

FAQPage Schema
How do I verify CMS file integrity using SHA-256 hashing and signed manifests?

Verify CMS file integrity by comparing local SHA-256 hashes against trusted, RSA-signed manifests to detect tampering, missing, or extra files. This process ensures core, plugin, and configuration files remain authentic across development, staging, and production environments.

What is file integrity verification and when do I need signed manifests?

File integrity verification confirms files have not been maliciously modified or injected by comparing local hashes to trusted signed manifests. You need it to maintain trust and compliance with integrity policies across production, staging, and development environments.

How do I generate and manage signed manifests for plugin integrity checks?

Generate and manage signed manifests using the provided CLI and API surface to create trusted baselines. The system applies RSA signature checks and trust level validation to ensure plugin files match the authorized source before reporting discrepancies.

Can I use RSA signature checks for core files and configuration changes across different environments?

Yes, RSA signature checks apply to core files, plugins, and configuration changes across development, staging, and production environments. The verification system exposes a CLI and API surface to check status, verify integrity, and validate trust levels.

Does Klytos Integrity Check work without external dependencies?

Yes, Klytos Integrity Check operates without external dependencies. It implements manifest generation, RSA signature verification, and trust level checks internally to detect tampering, missing files, or extra files injected by malicious actors.