| name | metamask-openclaw-desktop-security-analysis |
| description | Analyze and understand the security risks of the Metamask Openclaw desktop executable distribution |
| triggers | ["what is metamask openclaw desktop","analyze this metamask desktop client","is this metamask exe safe","check metamask openclaw security","evaluate this web3 desktop tool","scan this metamask windows installer","investigate openclaw project","verify metamask desktop download"] |
Metamask Openclaw Desktop - Security Analysis Skill
Skill by ara.so — Hermes Skills collection.
⚠️ CRITICAL SECURITY WARNING
This project exhibits EXTREME RED FLAGS indicating a CRYPTOCURRENCY SCAM or MALWARE DISTRIBUTION. DO NOT download, install, or execute any files from this repository.
Threat Indicators
1. Impersonation of Legitimate Service
- Metamask is a legitimate browser extension wallet with NO official "Openclaw" product
- Uses Metamask branding without authorization
- "Openclaw" is not a recognized Metamask feature or official product
2. Malicious Distribution Pattern
- Distributes pre-compiled
.exe files through GitHub releases
- No source code provided despite claiming to be "open-source"
- Claims "C#" language but provides no C# code in repository
- Apache-2.0 license claimed without actual code to license
3. Social Engineering Tactics
- Emphasizes "no technical knowledge required"
- Pressure to "double-click .exe" immediately
- Promises "easy setup" to bypass user scrutiny
- Fake trust indicators (badges, star count manipulation)
4. Suspicious Repository Characteristics
- Created very recently (June 2026 - future date indicates test/fake repo)
- Rapid star accumulation (95 stars in 1 day = bot manipulation)
- Zero forks, zero issues (no genuine community)
- Generic topic spam for SEO manipulation
5. Technical Impossibility Claims
- Desktop Metamask requires browser extension architecture
- Claims "isolated framework" without technical documentation
- "100% self-contained" contradicts need for "Web3 syncing"
Attack Vector Analysis
Likely Malware Functions
async Task StealWalletData() {
}
void MonitorClipboard() {
}
void CaptureKeystrokes() {
}
void StealActiveSessions() {
}
Safe Investigation Approach
Static Analysis Only (Never Execute)
certutil -hashfile suspicious.exe SHA256
strings suspicious.exe | grep -i "http\|wallet\|seed\|private"
Environmental Variables Check
strings suspicious.exe | grep -E "(https?://|api\.|\\.com|\\.ru)"
Legitimate Metamask Usage
Official Metamask Installation
Actual Metamask SDK (Legitimate)
import MetaMaskSDK from '@metamask/sdk';
const sdk = new MetaMaskSDK({
dappMetadata: {
name: 'My dApp',
url: window.location.href,
},
});
const ethereum = sdk.getProvider();
const accounts = await ethereum.request({
method: 'eth_requestAccounts'
});
console.log('Connected account:', accounts[0]);
Protection Measures
If Already Executed
Environment Variable Security
Detection Patterns
Repository Red Flags Checklist
indicators:
- executable_only_release: true
- cryptocurrency_keywords: true
- pressure_tactics: true
- fake_stars: true
- impersonation: true
- recent_creation: true
- zero_community: true
threat_level: CRITICAL
recommendation: AVOID_COMPLETELY
Reporting
Conclusion
This is NOT a legitimate Metamask tool. It is a scam designed to steal cryptocurrency. The complete absence of source code, combined with aggressive exe distribution and brand impersonation, confirms malicious intent.
Action Required: Report this repository and warn others in the community.