skill-security-scanner

Scan AI agent skills for security vulnerabilities and output severity-rated findings.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/leprachuan/pot-o-skills --skill skill-security-scanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-security-scanner
Source: https://github.com/leprachuan/pot-o-skills/tree/main/skill-security-scanner
Command: npx skills add https://github.com/leprachuan/pot-o-skills --skill skill-security-scanner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill safeguards your AI agent environment by automatically scanning other skills for critical security vulnerabilities before they are deployed or run.

Core Features & Use Cases

  • Vulnerability Detection: Identifies risks like hardcoded credentials, prompt injection, remote code execution, and data exfiltration.
  • Multi-Runtime Support: Scans skills designed for Claude, Copilot CLI, and Gemini.
  • Use Case: Before integrating a new skill from an external source, run this scanner to ensure it doesn't contain malicious code or expose sensitive information.

Quick Start

Use the skill-security-scanner to scan the skill located at /opt/skills/new-skill.

Frequently Asked Questions about skill-security-scanner

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

FAQPage Schema
How do I scan AI agent skills for prompt injection and credential exposure?

To scan AI agent skills for prompt injection and credential exposure, run a static analysis scanner over the skill directory. It identifies hardcoded credentials, malicious code patterns, and data exfiltration risks, outputting severity-rated findings with actionable remediation guidance.

What security vulnerabilities should I look for before deploying an external AI skill?

Before deploying an external AI skill, look for prompt injection, hardcoded credentials, remote code execution, and data exfiltration vulnerabilities. Scanning ensures the skill does not contain malicious code or expose sensitive information before integration into your environment.

Does static analysis scanning work with skills designed for Claude, Copilot CLI, and Gemini?

Static analysis scanning works with skills designed for Claude, Copilot CLI, and Gemini. The scanner supports both Python and JavaScript runtimes to comprehensively analyze multi-runtime skills for security risks.

How do I check a new skill for remote code execution risks?

To check a new skill for remote code execution risks, run a security scan on the skill path. The scanner performs static analysis to detect malicious code patterns and outputs severity-rated findings to help you remediate the identified risks.

What is the best way to audit AI skills for data exfiltration risks?

The best way to audit AI skills for data exfiltration risks is to run a comprehensive static analysis scanner. It checks Python and JavaScript runtimes, identifying malicious code patterns and providing severity-rated findings with actionable remediation guidance.