Skill Scan

Scan SKILL.md files and scripts for security vulnerabilities and coding issues.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/aeoncity-demo/myaeon --skill skill-scan-aeoncity-demo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Scan
Source: https://github.com/aeoncity-demo/myaeon/tree/main/skills/skill-scan
Command: npx skills add https://github.com/aeoncity-demo/myaeon --skill skill-scan-aeoncity-demo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill identifies potential security risks and coding issues in SKILL.md files, workflows, and scripts, ensuring code safety and adherence to security best practices.

Core Features & Use Cases

  • Security Risk Audit: Scans for vulnerabilities such as shell injection, secret exfiltration, path traversal, and destructive commands.
  • Code Quality Assurance: Ensures adherence to security best practices and coding standards.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically scan SKILL.md files and workflows before they are executed, reducing the risk of security breaches and improving code quality.

Quick Start

Run the 'skill-scan' command to perform a full security scan of all SKILL.md files and associated scripts.

Frequently Asked Questions about Skill Scan

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

FAQPage Schema
How do I audit my codebase for security vulnerabilities and coding issues?

To audit your codebase for security vulnerabilities, you can run the 'skill-scan' command. It identifies threats like shell injection, secret exfiltration, and path traversal in SKILL.md files, workflows, and scripts while enforcing coding best practices.

What is the best way to prevent shell injection and secret exfiltration in automated workflows?

The best way to prevent shell injection and secret exfiltration is to integrate a security risk audit into your CI/CD pipeline. Scanning SKILL.md files and scripts before execution ensures adherence to security standards and blocks destructive commands.

Can I use this security audit tool to scan local scripts and workflows?

Yes, you can use this tool to scan local scripts and workflows. It requires local execution to identify potential security risks and coding issues in SKILL.md files and associated scripts, with optional configuration for trusted sources and suppression rules.

How do I configure suppression rules for a codebase security risk assessment?

To configure suppression rules for a security risk assessment, you can set up optional configurations for trusted sources. This allows you to manage exceptions and focus the audit on genuine vulnerabilities like path traversal and secret exfiltration.

Does this vulnerability detection check work with CI/CD pipelines?

Yes, vulnerability detection works with CI/CD pipelines. You can integrate this Skill to automatically scan SKILL.md files and workflows before execution, reducing the risk of security breaches and improving overall code quality.