encrypting-data — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited encrypting-data (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Hord provides encryption, the Yoxallismus dual-tumbler cipher, and secure vault storage. Use it to protect sensitive data at rest and in transit.
| Tool | Purpose |
|---|---|
hord_encrypt | Encrypt with AES-256-GCM |
hord_decrypt | Decrypt AES-256-GCM data |
hord_yoxallismus_lock | Lock with Yoxallismus cipher (maximum security) |
hord_yoxallismus_unlock | Unlock Yoxallismus data |
hord_vault_store | Store secret in vault |
hord_vault_retrieve | Retrieve secret from vault |
hord_generate_key | Generate secure random key |
hord_encrypt({ data: "sensitive", key: "my-key" })
→ { ciphertext: "...", iv: "...", tag: "..." }hord_yoxallismus_lock({ data: "top secret", key: "master-key" })
→ { locked: "yox1:tumbler:deadbolt:payload" }hord_vault_store({ name: "db-password", secret: "pass123" })
→ { stored: true, name: "db-password" }Dual-layer encryption: AES-256-GCM + position-dependent obfuscation. Use for maximum security when standard encryption isn't enough.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.