Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

inspect-before-install

스타0
포크0
업데이트2026년 7월 6일 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.

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

SKILL.md
readonly