local-security-check

Detect security vulnerabilities and compliance gaps in AI Agent Skill definition files.

42|7|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/addxai/enterprise-harness-engineering --skill local-security-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-security-check
Source: https://github.com/addxai/enterprise-harness-engineering/tree/main/skills/local-security-check
Command: npx skills add https://github.com/addxai/enterprise-harness-engineering --skill local-security-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the risk of deploying vulnerable AI Skills that expose your repository to prompt injection attacks, data leakage, and compliance violations, as 26.1% of public Skills contain at least one security vulnerability per industry research.

Core Features & Use Cases

  • Multi-layer security scanning: Detects prompt injection, hardcoded credentials, executable script risks, and format non-compliance in SKILL.md files.
  • Compliance enforcement: Validates alignment with the Agent Skills Specification security best practices and organizational guardrails.
  • Workflow integration: Supports Skill creation checks, PR/MR code review verification, periodic security audits, and local pre-commit validation.

Quick Start

Use the local-security-check skill to audit all SKILL.md files in your skills repository for security risks and generate a compliance report with remediation steps.

Frequently Asked Questions about local-security-check

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

FAQPage Schema
How do I scan AI Skill files for security vulnerabilities and prompt injection risks?

To scan AI Skill files for security vulnerabilities, validate SKILL.md files to detect prompt injection, hardcoded credentials, and executable script risks. This process enforces compliance with Agent Skills Specification best practices and generates remediation steps.

What security checks are needed for SKILL.md files before committing to an enterprise repository?

Security checks for SKILL.md files include validating YAML frontmatter format, scanning for malicious directives and hard-coded credentials, and checking executable script risks. Local pre-commit validation enforces alignment with organizational guardrails.

How does secret detection work during a pull request code review for AI Agent Skills?

Secret detection during a pull request code review scans Skill definition files to identify hardcoded credentials and data leakage risks. It validates YAML frontmatter and flags malicious directives to prevent supply chain risks.

Can I use this for periodic compliance audits of existing AI Skills repositories?

Yes, you can use this for periodic compliance audits of existing AI Skills repositories. It audits all SKILL.md files to identify security risks, enforce alignment with the Agent Skills Specification, and generate a compliance report with remediation steps.

What is the best way to prevent data leakage in AI Agent Skill definition files?

The best way to prevent data leakage in AI Agent Skill definition files is multi-layer security scanning. This detects prompt injection, hardcoded credentials, and executable script risks while validating format compliance within Skill creation workflows.

Why does my SKILL.md validation fail during local pre-commit checks?

SKILL.md validation fails during local pre-commit checks when files contain YAML frontmatter format errors, malicious directives, hard-coded credentials, or executable script risks that violate Agent Skills Specification security best practices.