uniapp-code-audit-skill

Audits UniApp projects for release, security, and performance risks.

44|11|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/jiushiwon/wg-skills --skill uniapp-code-audit-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uniapp-code-audit-skill
Source: https://github.com/jiushiwon/wg-skills/tree/main/uniapp-code-audit-skill
Command: npx skills add https://github.com/jiushiwon/wg-skills --skill uniapp-code-audit-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill identifies security, performance, quality, architecture, UI consistency, API contract, redundancy, and cross-platform risks in UniApp projects without modifying or refactoring the source code.

Core Features & Use Cases

  • Multi-Dimensional Auditing: Reviews Vue3, TypeScript, Pinia, UniApp, mini-program, H5, and App code across security, performance, architecture, UI, API contracts, and maintainability.
  • Platform-Specific Checks: Applies targeted checks for WeChat mini-program package limits, privacy compliance, legal domains, Android and iOS differences, native capabilities, and cross-platform compatibility.
  • Flexible Scope and Reporting: Supports full, incremental, sampled, platform-filtered, file-grouped, and historical comparison audits, with findings classified from P0 Critical to P3 Low.
  • Use Case: Audit a UniApp project before release to identify hardcoded secrets, unhandled authentication failures, oversized packages, incompatible browser APIs, inconsistent design tokens, unused resources, and other launch risks.
  • Report-Only Operation: Produces a structured uniapp-audit-report.md file and does not generate patches, fixes, or refactoring instructions.

Quick Start

Ask the AI to audit this UniApp project for security, performance, code quality, cross-platform compatibility, and mini-program compliance, then generate the audit report.

Frequently Asked Questions about uniapp-code-audit-skill

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

FAQPage Schema
How do I audit a UniApp project for WeChat mini-program compliance and security risks?

UniApp cross-platform compatibility checks inspect Vue3 or Vue2 source to identify Android, iOS, and H5 browser API differences. The audit targets native capability variations and platform-specific constraints, outputting findings grouped by platform in the structured audit report.

Can I perform an incremental code audit on an existing UniApp codebase?

You can perform incremental, sampled, or full audits on UniApp codebases. Incremental audits compare historical changes to isolate new release, performance, and dead-code risks, classifying them by severity in the generated report without applying patches or refactoring code.

What is included in a UniApp performance and architecture code audit?

A UniApp performance and architecture code audit includes reviewing TypeScript, Pinia, and Vue3 code for dead code, API contract inconsistencies, and maintainability issues. It applies reference-based risk classification to evaluate UI consistency and architectural flaws, producing a detailed markdown report.

Does this UniApp code audit fix or refactor the identified security and performance issues?

This UniApp code audit operates report-only and does not fix or refactor identified security and performance issues. It performs read-only source inspection to detect risks like unhandled authentication failures and unused resources, generating a structured report for your team to act upon.