Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

12 Cool Skills for OpenClaw Agent

v1.0.1

Assistant de trading automatisé pour l'analyse de marché, la détection de signaux et l'exécution de stratégies techniques (RSI, MA, Support/Résistance). À ut...

0· 83·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for rioo-maker/12-cool-skills-openclaw-agent.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "12 Cool Skills for OpenClaw Agent" (rioo-maker/12-cool-skills-openclaw-agent) from ClawHub.
Skill page: https://clawhub.ai/rioo-maker/12-cool-skills-openclaw-agent
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install 12-cool-skills-openclaw-agent

ClawHub CLI

Package manager switcher

npx clawhub@latest install 12-cool-skills-openclaw-agent
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
The skill's declared purpose (AI trading assistant) and the runtime SKILL.md focus only on market analysis and a position sizing script. However the package contains many unrelated components (port_scanner.py, sql_injector.py, vulnerability-scanner, sandbox-script-executor, Playwright-based analyzer, etc.). Those capabilities (network scanning, SQL injection testing, sandbox execution) are not required for a trading assistant and are disproportionate to the stated purpose.
!
Instruction Scope
The provided ai-trading SKILL.md keeps scope to market analysis and risk management and references only position_sizing.py and templates. But many extra files and nested SKILL.md exist that instruct or enable: long-running monitoring loops (monitor.py), browser automation via Playwright (analyze_token.py), port scanning and basic SQL injection testing. Even if not referenced in the top SKILL.md, those scripts are present and could be executed by the agent if given leeway—this is scope creep and a security concern.
Install Mechanism
There is no install spec (instruction-only), which limits automatic installation risk. However the bundle includes scripts that require additional dependencies (Playwright browser, requests, network access). If the agent or a user installs dependencies or runs these scripts, the environment may be extended to run browser automation and network probing. The lack of declared required binaries/envs is inconsistent with included Playwright-based code.
!
Credentials
The skill declares no environment variables or credentials (appropriate for trading helper), but contains scripts that contact arbitrary hosts and perform potentially intrusive actions (port scanning, SQL injection tests, external site scraping). While no secrets are requested, the presence of offensive testing tools is disproportionate and raises abuse/legal risk if executed against third-party targets.
Persistence & Privilege
Flags show always:false and normal agent invocation settings. The skill does not request persistent system-level privileges in metadata. That said, some included scripts could run indefinitely (monitor.py with 'forever') if executed—so runtime behavior could be persistent if invoked.
Scan Findings in Context
[port_scanner_script] unexpected: A port_scanner.py that attempts TCP connects is included. Port scanning is unrelated to trading and can be used for reconnaissance; its presence is unexpected for a trading assistant.
[sql_injector_script] unexpected: A sql_injector.py that crafts injection payloads and probes URLs is present. This is an offensive testing capability not needed for market analysis.
[playwright_automation] unexpected: analyze_token.py uses Playwright to open pages and scrape dynamic content. Browser automation can be reasonable for token analysis, but Playwright introduces heavy dependencies and the script is packaged alongside unrelated offensive tools, increasing risk.
[sandbox_script_executor] unexpected: Files and references to a 'sandbox-script-executor' and 'vulnerability-scanner' suggest the bundle aggregates many separate skills, some of which enable executing arbitrary scripts—this amplifies the potential for abuse.
What to consider before installing
This package is mixed: the visible ai-trading instructions and position_sizing.py look legitimate, but the archive contains many unrelated and potentially dangerous tools (port scanner, SQL injection tester, sandbox executor, etc.). Before installing or running anything: 1) Do not run any scripts you don't understand or that contact external hosts. 2) Ask the publisher for a trimmed package that only contains the trading files you need (SKILL.md, position_sizing.py, templates, references). 3) If you must test, run in an isolated sandbox or VM with no network access and inspect dependencies (Playwright requires browser binaries). 4) Be aware of legal/ethical rules—port scanning and automated injection tests can be illegal or abusive against third-party systems. 5) Prefer official/verified trading skills from known authors, and if you proceed, scan the files for unexpected network calls or credential access and remove offensive tools. If you want, I can list all filenames flagged as unrelated or produce a cleaned manifest containing only the trading-related files.

Like a lobster shell, security has layers — review code before you run it.

aivk975dwbnak8p4tp1x26zczqbch8407h7api-testingvk975dwbnak8p4tp1x26zczqbch8407h7automationvk975dwbnak8p4tp1x26zczqbch8407h7cryptovk975dwbnak8p4tp1x26zczqbch8407h7developer-toolsvk975dwbnak8p4tp1x26zczqbch8407h7latestvk975dwbnak8p4tp1x26zczqbch8407h7monitoringvk975dwbnak8p4tp1x26zczqbch8407h7nftvk975dwbnak8p4tp1x26zczqbch8407h7openclawvk975dwbnak8p4tp1x26zczqbch8407h7productivityvk975dwbnak8p4tp1x26zczqbch8407h7securityvk975dwbnak8p4tp1x26zczqbch8407h7tradingvk975dwbnak8p4tp1x26zczqbch8407h7vulnerability-scannervk975dwbnak8p4tp1x26zczqbch8407h7
83downloads
0stars
1versions
Updated 3w ago
v1.0.1
MIT-0

AI Trading

Cette compétence transforme Manus en un assistant de trading discipliné, capable de suivre des stratégies techniques strictes tout en priorisant la gestion des risques.

Fonctionnalités Principales

  • Analyse Technique Multi-Indicateurs : Utilisation du RSI (période 14), des Moyennes Mobiles (MA20, MA50) et détection dynamique des supports et résistances.
  • Gestion des Risques Intégrée : Calcul automatique de la taille de position pour limiter le risque par trade à 1-2% du capital total.
  • Filtrage des Signaux : Validation des entrées par le volume et la tendance globale pour éviter les faux signaux.
  • Suivi de Performance : Génération de rapports détaillés incluant le taux de victoire, le profit moyen et le maximum drawdown.

Ressources de la Compétence

Scripts

  • scripts/position_sizing.py : Calcule la taille optimale de la position en fonction du capital, du risque souhaité et de la distance du Stop Loss.
    • Usage : python3 scripts/position_sizing.py <balance> <risk_percent> <stop_loss_dist>

Références

  • references/trading_strategies.md : Contient les règles détaillées pour les entrées ACHAT/VENTE, les paramètres des indicateurs et les contraintes de sécurité (max 3 trades simultanés).

Templates

  • templates/performance_report.md : Modèle pour la création de rapports de trading professionnels.

Flux de Travail Recommandé

  1. Analyse de Marché : Récupérer les données de prix (1m, 5m, 15m, 1h) et calculer les indicateurs techniques (RSI, MA).
  2. Détection de Tendance : Vérifier la tendance avec les MA20/MA50. Ne trader que dans le sens de la tendance.
  3. Validation du Signal : Attendre que le RSI, le volume et les niveaux de support/résistance confirment l'entrée.
  4. Calcul du Risque : Utiliser position_sizing.py pour déterminer la taille de la position avant toute exécution.
  5. Exécution et Suivi : Définir obligatoirement un Stop Loss et un Take Profit (Ratio R/R 1:2 minimum).
  6. Reporting : Utiliser le template de rapport pour documenter chaque trade et analyser la performance globale.

Contraintes de Sécurité

  • Stop Loss Obligatoire : Aucun trade ne doit être ouvert sans un Stop Loss défini.
  • Limite de Risque : Ne jamais dépasser 2% de risque par trade.
  • Mode Test : Privilégier le "Paper Trading" pour valider de nouvelles stratégies sans risque financier réel.
  • Fail-Safe : En cas de perte de connexion ou d'erreur API, fermer les positions ouvertes ou arrêter les nouveaux trades.

Comments

Loading comments...