mev
Provides MEV protection against sandwich attacks and front-running for secure trading on Ethereum and Solana networks.
Install this skill
Security score
The mev skill was audited on Feb 22, 2026 and we found 18 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 79 | console.log(`Tx hash: ${result.txHash}`); |
Template literal with variable interpolation in command context
| 80 | console.log(`Protected: ${result.protected}`); |
Template literal with variable interpolation in command context
| 81 | console.log(`Bundle ID: ${result.bundleId}`); |
Template literal with variable interpolation in command context
| 82 | console.log(`Savings: $${result.estimatedSavings}`); |
Template literal with variable interpolation in command context
| 98 | console.log(`Bundle hash: ${result.bundleHash}`); |
Template literal with variable interpolation in command context
| 102 | console.log(`Included in block: ${status.blockNumber}`); |
Template literal with variable interpolation in command context
| 119 | console.log(`MEV captured: $${result.mevCaptured}`); |
Template literal with variable interpolation in command context
| 131 | console.log(`Bundle ID: ${result.bundleId}`); |
Template literal with variable interpolation in command context
| 132 | console.log(`Status: ${result.status}`); |
Template literal with variable interpolation in command context
| 141 | console.log(`Was attacked: ${analysis.wasAttacked}`); |
Template literal with variable interpolation in command context
| 143 | console.log(`Attack type: ${analysis.attackType}`); |
Template literal with variable interpolation in command context
| 144 | console.log(`Attacker: ${analysis.attacker}`); |
Template literal with variable interpolation in command context
| 145 | console.log(`Loss: $${analysis.estimatedLoss}`); |
Template literal with variable interpolation in command context
| 146 | console.log(`Frontrun tx: ${analysis.frontrunTx}`); |
Template literal with variable interpolation in command context
| 147 | console.log(`Backrun tx: ${analysis.backrunTx}`); |
Template literal with variable interpolation in command context
| 163 | console.log(`MEV risk: ${risk.level}`); // 'low' | 'medium' | 'high' |
Template literal with variable interpolation in command context
| 164 | console.log(`Estimated max loss: $${risk.maxLoss}`); |
Template literal with variable interpolation in command context
| 165 | console.log(`Recommendation: ${risk.recommendation}`); |
Install this skill with one command
/learn @alsk1992/mev