Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

inspect-before-install

Étoiles0
Forks0
Mis à jour6 juillet 2026 à 10:28

Read-only security audit of a third-party repo BEFORE running its install command. Use this whenever the user is about to install or run a Claude Code skill, an MCP server, a plugin, a CLI tool, or dotfiles from a GitHub (or other git) repo they don't fully trust — especially when they paste a "git clone … && bash install.sh", "npx <installer> add <repo>", "uvx <tool>", "pip install <thing>", "brew install", or "curl … | bash" one-liner, or ask "is this skill/MCP/repo safe to install?", "should I run this install script?", "vet this before I install it", or "can you check this repo before I run it". Clone it in isolation, read every executable and agent-instruction file, scan for malice AND operational blast-radius, and report a blocking checklist + verdict before anything touches the machine. Do NOT trigger for cloning a repo the user just wants to read, browse, or work in, for installing first-party Anthropic packages, or for general git operations.

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

SKILL.md
readonly