execution
Facilitates trading on prediction markets with features like slippage protection and order management for enhanced trading efficiency.
Install this skill
Security score
The execution skill was audited on Feb 19, 2026 and we found 19 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 107 | console.log(`Order placed: ${order.orderId}`); |
Template literal with variable interpolation in command context
| 108 | console.log(`Status: ${order.status}`); |
Template literal with variable interpolation in command context
| 131 | console.log(`Filled at: ${order.avgFillPrice}`); |
Template literal with variable interpolation in command context
| 132 | console.log(`Filled size: ${order.filledSize}`); |
Template literal with variable interpolation in command context
| 183 | console.log(`Rejected: slippage would be ${order.estimatedSlippage}%`); |
Template literal with variable interpolation in command context
| 185 | console.log(`Executed with ${order.actualSlippage}% slippage`); |
Template literal with variable interpolation in command context
| 214 | console.log(`${order.orderId}: ${order.side} ${order.size} @ ${order.price}`); |
Template literal with variable interpolation in command context
| 215 | console.log(` Status: ${order.status}`); |
Template literal with variable interpolation in command context
| 216 | console.log(` Filled: ${order.filledSize}/${order.size}`); |
Template literal with variable interpolation in command context
| 232 | console.log(` Avg fill price: ${estimate.avgFillPrice}`); |
Template literal with variable interpolation in command context
| 233 | console.log(` Expected slippage: ${estimate.slippagePct}%`); |
Template literal with variable interpolation in command context
| 234 | console.log(` Total filled: ${estimate.totalFilled}`); |
Template literal with variable interpolation in command context
| 235 | console.log(` Levels consumed: ${estimate.levelsConsumed}`); |
Access to .env file
| 78 | apiKey: process.env.POLY_API_KEY, |
Access to .env file
| 79 | apiSecret: process.env.POLY_API_SECRET, |
Access to .env file
| 80 | passphrase: process.env.POLY_API_PASSPHRASE, |
Access to .env file
| 81 | privateKey: process.env.PRIVATE_KEY, |
Access to .env file
| 84 | apiKey: process.env.KALSHI_API_KEY, |
Access to .env file
| 85 | privateKey: process.env.KALSHI_PRIVATE_KEY, |
Install this skill with one command
/learn @alsk1992/execution