Skip to main content
Run any Skill in Manus
with one click

inspect-before-install

Stars0
Forks0
UpdatedJuly 6, 2026 at 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

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly