triggers
Automates trading with conditional orders that execute based on price thresholds across various markets.
Install this skill
Security score
The triggers skill was audited on Feb 22, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 99 | console.log(`Trigger ID: ${trigger.id}`); |
Template literal with variable interpolation in command context
| 100 | console.log(`Status: ${trigger.status}`); // 'pending' |
Template literal with variable interpolation in command context
| 267 | console.log(`${t.id}: ${t.platform} ${t.market || t.symbol}`); |
Template literal with variable interpolation in command context
| 268 | console.log(` ${t.direction} ${t.triggerPrice}`); |
Template literal with variable interpolation in command context
| 269 | console.log(` Status: ${t.status}`); |
Template literal with variable interpolation in command context
| 270 | console.log(` Created: ${t.createdAt}`); |
Template literal with variable interpolation in command context
| 291 | console.log(`Trigger ${trigger.id} activated!`); |
Template literal with variable interpolation in command context
| 292 | console.log(`Order: ${result.orderId}`); |
Template literal with variable interpolation in command context
| 293 | console.log(`Fill price: ${result.fillPrice}`); |
Template literal with variable interpolation in command context
| 294 | console.log(`Size: ${result.filledSize}`); |
Template literal with variable interpolation in command context
| 299 | console.error(`Trigger ${trigger.id} failed: ${error.message}`); |
Template literal with variable interpolation in command context
| 304 | console.log(`Price ${currentPrice} approaching trigger at ${trigger.triggerPrice}`); |
Install this skill with one command
/learn @alsk1992/triggers