MCUB-module-auditor

Audit MCUB modules for release blockers and readiness.

3|1|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/hairpin01/repo-MCUB-fork --skill mcub-module-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MCUB-module-auditor
Source: https://github.com/hairpin01/repo-MCUB-fork/tree/main/OpenAgent/skills/MCUB-module-auditor
Command: npx skills add https://github.com/hairpin01/repo-MCUB-fork --skill mcub-module-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly assess an MCUB userbot module for safety, compatibility, and release readiness without modifying the code.

Core Features & Use Cases

  • Safety Review: Flags secrets, destructive filesystem actions, unsafe execution paths, and suspicious network behavior.
  • Compatibility Check: Identifies Hikka-style patterns, missing metadata, and other issues that can block MCUB release.
  • Release Readiness: Summarizes blockers, warnings, recommended fixes, and a final status so maintainers can decide whether to ship.
  • Use Case: A maintainer can review a third-party module before adding it to a repository and immediately see whether it is safe and compliant.

Quick Start

Ask me to audit the MCUB module you want reviewed and I will return a release readiness verdict with blockers, warnings, actions, and validation steps.

Frequently Asked Questions about MCUB-module-auditor

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

FAQPage Schema
How do I audit an MCUB userbot module for release readiness?

To audit an MCUB userbot module for release readiness, submit the module code for a static review. The audit checks safety, metadata, dependencies, commands, and inline callbacks, returning a final readiness verdict with blockers and warnings.

What does a userbot module safety review check for before publication?

A userbot module safety review checks for secrets, destructive filesystem actions, unsafe execution paths, and suspicious network behavior. It identifies these release blockers to ensure the module is safe and compliant before publication.

How do I check MCUB module compatibility before adding it to a repository?

To check MCUB module compatibility, run a static audit that identifies Hikka-style patterns and missing metadata. This compatibility check flags issues that can block MCUB release, helping maintainers decide if the module is safe to ship.

Does the MCUB module audit modify my code during the review?

The MCUB module audit does not modify your code during the review. It performs a static audit of safety, metadata, dependencies, and inline callbacks, summarizing blockers, warnings, and recommended fixes without altering the original repository files.

What is included in a release readiness verdict for an MCUB module?

A release readiness verdict for an MCUB module includes clear findings on secrets, destructive behavior, execution risks, and dependency clarity. It summarizes blockers, warnings, recommended fixes, and validation steps so maintainers can decide whether to ship.

When do I need to run a static audit on userbot module repositories?

You need to run a static audit on userbot module repositories before publication or when adding a third-party module. This pre-release review identifies destructive behavior, missing metadata, and execution risks to ensure safety and compatibility.