Skip to main content

agent-trading-predictor

This skill enables advanced financial trading predictions using temporal advantages for executing trades before market data arrives.

Install this skill

or
85/100

Security score

The agent-trading-predictor skill was audited on Jun 6, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 39

Template literal with variable interpolation in command context

SourceSKILL.md
39console.log(`Light travel time: ${temporalAnalysis.lightTravelTimeMs}ms`);
medium line 40

Template literal with variable interpolation in command context

SourceSKILL.md
40console.log(`Computation time: ${temporalAnalysis.computationTimeMs}ms`);
medium line 41

Template literal with variable interpolation in command context

SourceSKILL.md
41console.log(`Advantage: ${temporalAnalysis.advantageMs}ms`);
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →