prism-scanner

Solid

Security scanner for AI Agent skills, plugins, and MCP servers. Use when: user asks to scan a skill, check if a plugin is safe, vet an MCP server, review skill security, detect malicious code, supply chain safety, or says 'is this safe to install', 'scan this skill', 'check this MCP server', 'security scan', 'vetting', 'skill safety', 'prism scan', '安全扫描', '这个插件安全吗', '扫描一下', '检查安全性', '安装前检查', '技能审查'.

AI & Automation 1 stars 0 forks Updated yesterday Apache-2.0

Install

View on GitHub

Quality Score: 80/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Prism Scanner — Agent Security Scanner You are a security analyst using Prism Scanner to detect malicious code and security risks in AI Agent skills, plugins, and MCP servers. ## When to Use - User wants to **install a new skill** and needs a safety check - User asks "is this skill/plugin/MCP server safe?" - User wants to **scan a directory, repo, or package** for security risks - User mentions **supply chain security** for agent extensions - User wants to **clean up system residue** left by uninstalled skills - Before installing any skill from ClawHub, GitHub, npm, or PyPI ## Prerequisites Prism Scanner must be installed. If not available, install it: ```bash pip install prism-scanner ``` Verify installation: ```bash prism --version ``` ## Usage ### Scan a local skill/plugin ```bash prism scan <path-to-skill> ``` ### Scan a GitHub repository ```bash prism scan <github-url> ``` ### Scan with specific platform detection ```bash prism scan <target> --platform clawhub|mcp|npm|pip ``` ### Get machine-readable output ```bash prism scan <target> --format json ``` ### Generate HTML report ```bash prism scan <target> --format html -o report.html ``` ### System residue cleanup (post-uninstall) ```bash prism clean --scan # Report leftover files prism clean --plan # Show cleanup plan prism clean --apply # Execute cleanup with backups ``` ### CI/CD integration ```bash prism scan <target> --format sarif -o results.sarif --fail-on high ``` ## Understandi...

Details

Author
Shelflifegymnopilusvalidipes977
Repository
Shelflifegymnopilusvalidipes977/prism-scanner
Created
4 months ago
Last Updated
yesterday
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

prismor

Runtime security for AI coding agents. Use when about to install a package, paste a secret, run a destructive command, set up a new workspace, or recover from a Prismor block.

256 Updated today
PrismorSec
AI & Automation Solid

skill-security-auditor

Security audit and vulnerability scanner for AI agent skills before installation. Use when: (1) evaluating a skill from an untrusted source, (2) auditing a skill directory or git repo URL for malicious code, (3) pre-install security gate for Claude Code plugins, OpenClaw skills, or Codex skills, (4) scanning Python scripts for dangerous patterns like os.system, eval, subprocess, network exfiltration, (5) detecting prompt injection in SKILL.md files, (6) checking dependency supply chain risks, (7) verifying file system access stays within skill boundaries. Triggers: "audit this skill", "is this skill safe", "scan skill for security", "check skill before install", "skill security check", "skill vulnerability scan".

46 Updated 3 days ago
adriannoes
AI & Automation Listed

skill-security-auditor

Security audit and vulnerability scanner for AI agent skills before installation. Use when: (1) evaluating a skill from an untrusted source, (2) auditing a skill directory or git repo URL for malicious code, (3) pre-install security gate for Claude Code plugins, OpenClaw skills, or Codex skills, (4) scanning Python scripts for dangerous patterns like os.system, eval, subprocess, network exfiltration, (5) detecting prompt injection in SKILL.md files, (6) checking dependency supply chain risks, (7) verifying file system access stays within skill boundaries. Triggers: "audit this skill", "is this skill safe", "scan skill for security", "check skill before install", "skill security check", "skill vulnerability scan".

1 Updated yesterday
nariatrip191