mac-wechat-dual-open
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The helper script
scripts/wechat_dual_open.pyexecutes several macOS system utilities via thesubprocessmodule to manage the application life cycle and appearance. Evidence includes calls to: codesign: Used to re-sign the modified application bundle.xattr: Used to remove extended attributes that could interfere with code signing.lsregister: Used to register the new application bundle with macOS Launch Services.qlmanageandkillall: Used to refresh icon and QuickLook caches.defaults: Used to set language preferences for the new bundle ID.iconutil,sips,DeRez,Rez, andSetFile: Used for icon extraction, recoloring, and setting Finder custom icons.- [SAFE]: The skill does not perform any network operations or data exfiltration. All actions are performed locally on the user's machine.
- [SAFE]: The skill avoids privilege escalation by targeting the user's home directory (
~/Applications) for the second app instance, rather than the system-wide/Applicationsfolder, thereby avoiding the need forsudoor administrative permissions. - [SAFE]: No obfuscation, prompt injection, or malicious persistence mechanisms were identified in the instructions or the source code.
Audit Metadata