CtrlK
BlogDocsLog inGet started
Tessl Logo

alphaear-predictor

Market prediction skill using Kronos. Use when user needs finance market time-series forecasting or news-aware finance market adjustments.

58

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

Fix and improve this skill with Tessl

tessl review fix ./skills/alphaear-predictor/SKILL.md
SKILL.md
Quality
Evals
Security

Security

2 findings: 2 critical severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.

Critical

E005: Suspicious download URL detected in skill instructions.

What this means

Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.

Why it was flagged

The only potentially risky link is the third‑party GitHub repo (an individual/unvetted source that could host releases or model weights outside official channels); the remaining URLs are academic papers, known gists, Jina previews, or official API endpoints and are low risk for executable distribution.

Report incorrect finding
Critical

E006: Malicious code pattern detected in skill scripts.

What this means

Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.

Why it was flagged

The codebase includes unsafe model-checkpoint loading patterns (fallback to legacy torch.load and unguarded torch.load usage) which can enable supply‑chain/backdoor remote code execution if untrusted .pt files are placed in model directories.

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

The required runtime workflow for forecasting does include an LLM “Adjust Forecast” step that injects `{news_context}` (constructed from potentially outsider-authored news content) into the LLM prompt (`references/PROMPTS.md`), so there is an indirect prompt-injection risk via news text.

Repository
RKiding/Awesome-finance-skills
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.