plugin-security-gate

Scan plugin skill files for injection, execution, persistence, and filesystem violations.

24|5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/yves-s/just-ship --skill plugin-security-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-security-gate
Source: https://github.com/yves-s/just-ship/tree/main/skills/plugin-security-gate
Command: npx skills add https://github.com/yves-s/just-ship --skill plugin-security-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Third‑party plugins can introduce prompt injection, code execution, persistence, supply‑chain, and file‑system risks that compromise the Just‑Ship framework. Without automated checks, malicious or unsafe plugins may be installed unnoticed.

Core Features & Use Cases

  • Comprehensive threat detection across markdown skill files and associated scripts, covering prompt injection, code execution, persistence, supply‑chain, and filesystem violations.
  • Automatic integration with the setup.sh installation flow to block unsafe plugins before they are loaded.
  • Manual audit via /just-ship-audit to assess already‑installed plugins and generate detailed JSON reports.

Quick Start

Run the plugin-security-gate skill during setup to automatically audit all installed plugins.

Frequently Asked Questions about plugin-security-gate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan third-party plugins for prompt injection and malicious code execution before installing them?

Plugin security scanning detects prompt injection, code execution, persistence, and supply-chain risks in markdown skill files and scripts before installation. It uses read-only file access, grep, globbing, and Bash tools to check for filesystem violations during setup or manual audits.

What is the best way to audit already-installed plugins for supply-chain and filesystem violations?

Manual plugin audits assess already-installed plugins for supply-chain and filesystem violations using the `/just-ship-audit` command. The process scans markdown files and scripts, generating detailed JSON reports that identify any detected security threats or malicious patterns.

How does automated plugin security gate integration work during the setup.sh installation flow?

Automated integration during the setup.sh installation flow blocks unsafe plugins before they are loaded into the Just-Ship framework. It scans all plugin files, including markdown definitions and associated scripts, to prevent malicious behavior from compromising the system.

Do I need Bash and grep tools to detect prompt injection in markdown skill definitions?

Yes, detecting prompt injection in markdown skill definitions requires read-only file access, grep, globbing, and Bash tools. These tools enable the scanning process to identify injection patterns, code execution risks, and filesystem violations across plugin files.

Can I automatically block malicious plugin skills from loading into the Just-Ship framework?

Yes, you can block malicious plugin skills from loading by running the security gate during the Just-Ship setup process. It automatically audits installed plugins and prevents unsafe ones with detected prompt injection or code execution patterns from loading.