.claude/skills/Key‑Safe Skill Generator1 structural issue
- error: name must contain lowercase ASCII letters, numbers and single hyphens only.
SKILL.md
Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.
A documentation‑only meta‑skill that teaches AI agents how to generate secure, zero‑exposure skills using MGC Blackbox 1.4.10. Credentials are stored encrypted; local scripts read them via HTTP API at runtime, while AI agents never touch plaintext.
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/Key‑Safe Skill GeneratorSKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/Key‑Safe Skill GeneratorSKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/Key‑Safe Skill GeneratorSKILL.mdRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @zkeviny/key-safe-skill-generatorclawhub inspect @zkeviny/key-safe-skill-generator --version 1.2.1This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:24d64223c5490c5105a7597eeb0c977f1947e28b95efa8b11348fa5b83d097cdmanifest.jsonREADME.mdskill-card.mdSKILL.mdKey‑Safe Skill Generator 1.3.0 introduces support for MGC Blackbox 1.4.10 and fully enforces zero-exposure best practices. - Upgraded the skill to support MGC 1.4.10, using mgc_run and the HTTP API for true zero-exposure (AI never sees plaintext credentials) - Replaced mgc_get with mgc_run for sealed-script execution; added covering documentation for mgc_find (fuzzy search) and mgc_open_webui - Documented key changes: mgc_seal now returns a dictionary; ext02 auto-parsing and multi-line PEM handling for ext04 - Updated credential workflows to require credential updates via update_if_exists=true - Included new troubleshooting for invalid key formats and sandboxed agent considerations - Added anti-patterns: AI calling mgc_get and passing passwords as ext02 - Updated all templates and examples for the mgc_run + HTTP API usage pattern - Removed the obsolete skill-card.md file