Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

inspect-before-install

النجوم٠
التفرعات٠
آخر تحديث٦ يوليو ٢٠٢٦ في ١٠:٢٨

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