sssmmmwwwsssmmmwwwCommunity·1 Agent Skills Included

wxmini-security-audit

Automated WeChat mini-program security auditing and reporting

Audits WeChat mini-program source code for leaked secrets, exposed API endpoints, weak encryption, and seven vulnerability categories. Decompiles wxapkg packages and runs parallel analysis phases automatically, eliminating slow manual code review. Generates a complete security report with risk ratings, full endpoint lists, and remediation advice from a single directory path.
npx skills add sssmmmwww/wxmini-security-audit --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install wxmini-security-audit?

Run `npx skills add sssmmmwww/wxmini-security-audit --all -g -y` in your terminal to install the skill globally. You also need to place the open-source unveilr.exe decompiler into the tools folder.

How to audit a WeChat mini-program for security issues?

Just give the skill your mini-program directory path, for example: audit this mini-program D:\wechat\target. It automatically decompiles the package, scans for secrets and endpoints, analyzes encryption and vulnerabilities, then outputs a full security report.

What security problems does it detect?

It finds hardcoded keys and tokens, internal IPs, personal data, API endpoints, weak encryption setups, and vulnerabilities across authentication, injection, payment, and access control. All findings include risk ratings and fix suggestions.

Can I focus the audit on a specific API or parameter?

Yes. Mention a specific endpoint, parameter, or concern in your request, such as a tamperable amount parameter found in Burp, and the skill runs a deep targeted analysis phase on it.

Does it work on Mac or Linux?

No. The current version only supports Windows because the bundled unveilr.exe decompiler is a Windows executable. Python 3 is also required but needs no extra packages.

Related Repositories in Software Engineering

View All in Software Engineering