skill-safety-audit

Audit SKILL.md and bundled resources for unsafe or malicious instructions.

23|7|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/peterbamuhigire/skills-web-dev --skill skill-safety-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-safety-audit
Source: https://github.com/peterbamuhigire/skills-web-dev/tree/main/skill-safety-audit
Command: npx skills add https://github.com/peterbamuhigire/skills-web-dev --skill skill-safety-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a safety gateway that reviews every new or updated skill for unsafe or malicious instructions before merging, reducing risk to the repository.

Core Features & Use Cases

  • Audits SKILL.md frontmatter and body for indicators of unsafe tooling, credential harvesting, prompt injection, data exfiltration, or hidden actions.
  • Scans bundled resources within scripts/, references/, and assets/ for risk patterns and ensures alignment with project policies.
  • Enforces a formal audit workflow by recording findings and recommending remediation per CLAUDE.md and .github/copilot-instructions.md.

Quick Start

Run a full safety audit on the new skill and report any unsafe findings.

Frequently Asked Questions about skill-safety-audit

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

FAQPage Schema
How do I audit skills for prompt injection and malicious instructions before merging?

To audit skills for prompt injection and malicious instructions, scan the SKILL.md frontmatter and body for unsafe tooling, credential harvesting, data exfiltration, and hidden actions, then document findings and remediation steps per repository policies.

What is skill safety auditing and when do I need to scan bundled resources?

Skill safety auditing is the process of reviewing new or updated skills for unsafe instructions before merging. You need to scan bundled resources within scripts/, references/, and assets/ when checking for risk patterns and policy alignment.

How do I check SKILL.md files for credential harvesting and data exfiltration patterns?

To check SKILL.md files for credential harvesting and data exfiltration, apply a safety audit to both the frontmatter and body content, looking for indicators of hidden actions and unsafe tooling before accepting the skill into the repository.

Can I use a safety audit to enforce alignment with CLAUDE.md and copilot-instructions.md policies?

Yes, you can use a safety audit to enforce alignment with CLAUDE.md and .github/copilot-instructions.md policies by recording audit findings and recommending remediation steps before accepting new or updated skills into the repository.

What are the limitations of automated safety audits for detecting hidden actions in skills?

Automated safety audits for detecting hidden actions require alignment with documented repository policies to be effective, and the audit workflow must manually record findings and recommend remediation to ensure unsafe instructions do not enter the repository.

What is the best way to prevent unsafe instructions from entering skills during updates?

The best way to prevent unsafe instructions from entering skills is to run a formal safety audit that reviews the SKILL.md body, frontmatter, and bundled resources for malicious indicators, documenting all findings before merging any updates.