Skillstore CLI - AI Skills marketplace for Claude Code
Review flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
`dist/lib/plugin-verify.js` embeds the HMAC verification key, so legacy manifest signatures can be forged.
dist/lib/plugin-verify.jsView on unpkg`dist/lib/plugin-verify.js` verifies Ed25519 signatures using a public key supplied by the untrusted manifest rather than a pinned key.
dist/lib/plugin-verify.jsView on unpkg`dist/commands/install.js` downloads ZIP artifacts and installs them into AI-agent skill directories after explicit CLI use.
dist/commands/install.jsView on unpkg`dist/lib/installer.js` extracts downloaded files and creates symlinks/copies into selected agent skill paths.
dist/lib/installer.jsView on unpkg`dist/lib/plugin-verify.js` embeds the HMAC verification key, so legacy manifest signatures can be forged.
dist/lib/plugin-verify.jsView on unpkg`dist/lib/plugin-verify.js` verifies Ed25519 signatures using a public key supplied by the untrusted manifest rather than a pinned key.
dist/lib/plugin-verify.jsView on unpkg`dist/commands/install.js` downloads ZIP artifacts and installs them into AI-agent skill directories after explicit CLI use.
dist/commands/install.jsView on unpkg`dist/lib/installer.js` extracts downloaded files and creates symlinks/copies into selected agent skill paths.
dist/lib/installer.jsView on unpkg