Skill Security Scan

Audit skill markdown files for security threats and vulnerabilities.

17|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/aaronjmars/miroshark-aeon --skill skill-security-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Security Scan
Source: https://github.com/aaronjmars/miroshark-aeon/tree/main/skills/skill-security-scan
Command: npx skills add https://github.com/aaronjmars/miroshark-aeon --skill skill-security-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables security auditing of skill files to identify potential vulnerabilities, preventing malicious code execution.

Core Features & Use Cases

  • Vulnerability Detection: Scans skills for shell injection, secret exfiltration, path traversal, prompt injection, and destructive commands.
  • Compliance Verification: Checks skills against security best practices before deployment.
  • Use Case: Developers can automatically verify that their skills are free from security flaws before integrating them into automated workflows.

Quick Start

Run the security scan on a skill file by executing the script with the path to SKILL.md.

Frequently Asked Questions about Skill Security Scan

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

FAQPage Schema
How do I scan skill markdown files for security vulnerabilities before execution?

To scan skill markdown files for security vulnerabilities, you execute the provided script with the path to your SKILL.md file. This audits the content to detect code injection risks, data exfiltration attempts, and malicious commands before deployment.

What types of security threats can be detected in an imported skill vulnerability scan?

A vulnerability scan detects shell injection, secret exfiltration, path traversal, prompt injection, and destructive commands. Identifying these threats prevents malicious code execution and ensures safe integration within automation systems.

Can I use automated security auditing to verify compliance for skills in development environments?

Yes, you can use automated security auditing to verify compliance for skills across development environments. The scan checks skill repositories against security best practices to ensure they are free from vulnerabilities before deployment.

What is the best way to prevent malicious code execution from imported automation skills?

The best way to prevent malicious code execution from imported automation skills is to run an automated security scan. This audits markdown files for code injection risks and data exfiltration attempts, upholding security standards before integration.

Do I need any dependencies to run a security scan on a skill file?

No, you do not need any dependencies to run a security scan on a skill file. The Skill operates independently using its internal scripts to audit markdown files and detect potential vulnerabilities without external requirements.