Finance Trading

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is a paper-only BTC/USDT trading instruction skill; the main thing to notice is its ongoing monitoring schedule and local trade logging.

This skill appears safe for paper trading. Before installing or using it, confirm that you want recurring 15-minute monitoring and daily reports, and keep it limited to simulated trades rather than connecting it to a real exchange account.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may repeatedly check market conditions and produce reports rather than performing a one-time analysis.

Why it was flagged

The skill defines an ongoing monitoring cadence. This is coherent for a paper-trading monitor, but it can keep the agent active if the user enables or requests continuous operation.

Skill content
- **Vérification :** Toutes les 15 minutes
- **Veille :** Le reste du temps
Recommendation

Use it only when you want ongoing paper-trading monitoring, and set a clear stop condition or duration.

What this means

The agent may use available market-data tools and create or update a trading_log.md file.

Why it was flagged

The skill instructs the agent to fetch market data and write a local trade log. These actions are expected for the stated paper-trading purpose and are scoped to BTC/USDT and a named log file.

Skill content
fetch market-data BTC/USDT --timeframes 1h 15min
...
log-trade --file trading_log.md
Recommendation

Keep the strategy in paper mode and confirm where the log file should be stored before using it.