wxmini-security-audit
Automated WeChat mini-program security auditing and reporting
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core