skills-audit

Audit skill frontmatter and bundled resources for security risks.

2|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/mmcmedia/openclaw-agents --skill skills-audit-mmcmedia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-audit
Source: https://github.com/mmcmedia/openclaw-agents/tree/main/skills/skill-audit
Command: npx skills add https://github.com/mmcmedia/openclaw-agents --skill skills-audit-mmcmedia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit locally installed agent skills for security and policy compliance using the SkillLens CLI to surface risks before deployment.

Core Features & Use Cases

  • Frontmatter validation: ensures every valid skill defines a name and description.
  • Resource-aware auditing: inspects bundled scripts/references/assets for risks.
  • Risk reporting & remediation guidance: outputs verdicts with concrete evidence and fixes.

Quick Start

Run skilllens scan on your skills directory to generate a risk-focused audit report.

Frequently Asked Questions about skills-audit

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

FAQPage Schema
How do I audit local agent skills for security before deployment?

Audit local agent skills for security by parsing each skill's SKILL.md frontmatter and inspecting bundled resources to produce a verdict and numeric risk score. This surfaces compliance risks and toxic content before you deploy.

What does a skill security audit check for in frontmatter and resources?

A skill security audit checks frontmatter for required name and description declarations while inspecting bundled scripts and assets. It reports dependencies, components, and potential toxic content detected during the resource analysis.

Can I scan a single skill folder instead of an entire skills directory?

Yes, you can scan a single skill folder instead of an entire skills directory. The audit applies to a configured skills root or an individual skill folder, producing a safe, suspicious, or unsafe verdict for either target.

How is skill risk score calculated during a compliance audit?

The skill risk score is calculated during a compliance audit by evaluating frontmatter validation and resource inspection results. It generates a numeric score alongside a verdict, highlighting concrete evidence for each security finding.

What is the best way to identify toxic content in bundled agent skills?

The best way to identify toxic content in bundled agent skills is to run a resource-aware audit that inspects bundled scripts, references, and assets. This process detects potential toxic content and reports it with remediation guidance.

Why does my skill audit report a missing frontmatter validation error?

Your skill audit reports a missing frontmatter validation error because every valid skill must declare a name and description in its SKILL.md frontmatter. The audit identifies these missing declarations and flags them as compliance violations.