Skill flagged — suspicious patterns detected

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

Sports Betting Analyzer

v1.0.0

智能体育彩票分析助手 - 基于数据分析和简单机器学习的比赛预测辅助工具。支持NBA、足球世界杯等赛事分析,提供数据收集、基础统计、概率预测和投注建议。重点在于辅助决策,而非预测结果。

0· 558·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 nopedijah/sports-betting-analyzer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Sports Betting Analyzer" (nopedijah/sports-betting-analyzer) from ClawHub.
Skill page: https://clawhub.ai/nopedijah/sports-betting-analyzer
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 sports-betting-analyzer

ClawHub CLI

Package manager switcher

npx clawhub@latest install sports-betting-analyzer
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name, description, and the visible scripts (analyze.py, data_collector.py, prediction_model.py, report_generator.py) align with a sports betting analysis tool. However, the artifact includes a full Python virtualenv (venv) and many vendored packages (numpy, pip internals, etc.). Bundling a pre-built venv is disproportionate to the stated purpose (a requirements.txt listing numpy would normally suffice) and increases the attack surface because many third-party files are shipped and could be executed. Also the registry metadata claims 'instruction-only' but the package contains executable code — an inconsistency to question the publisher about.
Instruction Scope
SKILL.md and README instruct only local analysis commands and creating a local config; the runtime scripts operate on local files (config/, data/, templates/) and write analysis_history.json and match data. The instructions do not request secrets or external credentials and current code uses simulated data. But the codebase contains comments and placeholders for future integration with external APIs (NBA API, odds aggregators). If those are enabled later they will require network access and credentials. Also a pre-scan found unicode-control-chars in SKILL.md (possible prompt-injection attempt) — the SKILL.md should be inspected raw for invisible control characters.
!
Install Mechanism
Registry metadata lists 'No install spec — instruction-only skill' but the distribution contains ~1000 files including a complete venv and third-party packages. That packaging choice is risky: it places many libraries and binaries in the skill bundle rather than declaring dependencies or using a trusted package manager. There is no remote download URL in the install spec (good), but the included venv increases surface for hidden/malicious code. It is unusual and disproportionate to include the full venv instead of a small requirements file.
Credentials
The skill declares no required environment variables, primary credential, or config paths. The runtime scripts also do not read environment variables for secrets. All file I/O is limited to skill-local directories (config/, data/, templates/). This requested access is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request special agent privileges. It reads/writes files under its own skill directory (creating config and data files) which is normal. There is no evidence it modifies other skills or global agent config.
Scan Findings in Context
[unicode-control-chars] unexpected: A pre-scan found unicode control characters in SKILL.md. These can be used to hide or manipulate displayed content (prompt-injection style). SKILL.md should be inspected as raw bytes to confirm and remove unexpected invisible characters.
What to consider before installing
What to consider before installing: 1) Packaging inconsistency: The registry claims 'instruction-only' but the published bundle contains executable scripts and a full Python virtualenv (hundreds of third-party files). This is unusual — ask the publisher why a venv was bundled instead of listing dependencies and let you install them from trusted registries. 2) Inspect the code: Before running, review the scripts (analyze.py, data_collector.py, prediction_model.py, report_generator.py) for any network calls or hidden endpoints. The current MVP uses simulated data, but comments indicate future plans to connect to external APIs — those integrations could request credentials later. 3) Prompt-injection artifact: The SKILL.md contained unicode control characters in the static scan. View the SKILL.md file with a hex or raw viewer to ensure no invisible control characters or manipulative payloads are present. 4) Run in a sandbox: If you decide to try it, run the skill inside an isolated environment (container or VM) that has no access to your secrets, cloud credentials, or sensitive files. Do not run it on machines with active AWS/GCP credentials or developer tokens. 5) Replace the bundled venv: Prefer installing dependencies yourself (pip install -r requirements.txt) in a fresh virtualenv rather than using the shipped venv. That reduces risk from bundled third-party code. 6) Limit trust and use-case: The tool is for entertainment/analysis only and contains disclaimers. Do not use it to automate actual betting transactions without deeper audit and legal consideration. 7) If uncertain, decline: Because of the unexpected large vendored venv and the prompt-injection signal, treat this skill as untrusted until the author provides a clear explanation and a cleaner packaging (source repo, build/install instructions, and confirmation that no hidden control characters are used).
venv/lib/python3.12/site-packages/numpy/_core/arrayprint.py:1568
Dynamic code execution detected.
venv/lib/python3.12/site-packages/numpy/_core/tests/test_arrayprint.py:339
Dynamic code execution detected.
venv/lib/python3.12/site-packages/numpy/_core/tests/test_dtype.py:1070
Dynamic code execution detected.
venv/lib/python3.12/site-packages/numpy/_core/tests/test_multiarray.py:1665
Dynamic code execution detected.
venv/lib/python3.12/site-packages/numpy/_core/tests/test_records.py:170
Dynamic code execution detected.
venv/lib/python3.12/site-packages/numpy/_core/tests/test_scalarmath.py:618
Dynamic code execution detected.
venv/lib/python3.12/site-packages/numpy/_core/tests/test_simd.py:244
Dynamic code execution detected.
venv/lib/python3.12/site-packages/numpy/_core/tests/test_umath_accuracy.py:77
Dynamic code execution detected.
venv/lib/python3.12/site-packages/numpy/_core/tests/test_umath.py:512
Dynamic code execution detected.
venv/lib/python3.12/site-packages/numpy/f2py/auxfuncs.py:632
Dynamic code execution detected.
venv/lib/python3.12/site-packages/numpy/f2py/capi_maps.py:159
Dynamic code execution detected.
venv/lib/python3.12/site-packages/numpy/f2py/crackfortran.py:1329
Dynamic code execution detected.
venv/lib/python3.12/site-packages/numpy/tests/test_public_api.py:405
Dynamic code execution detected.
venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py:91
Dynamic code execution detected.
venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py:57
Dynamic code execution detected.
venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py:1251
Dynamic code execution detected.
!
venv/lib/python3.12/site-packages/numpy/_core/strings.py:570
Potential obfuscated payload detected.
!
venv/lib/python3.12/site-packages/numpy/_core/tests/test_arrayprint.py:332
Potential obfuscated payload detected.
!
venv/lib/python3.12/site-packages/numpy/_core/tests/test_defchararray.py:820
Potential obfuscated payload detected.
!
venv/lib/python3.12/site-packages/numpy/_core/tests/test_longdouble.py:360
Potential obfuscated payload detected.
!
venv/lib/python3.12/site-packages/numpy/_core/tests/test_multiarray.py:4628
Potential obfuscated payload detected.
!
venv/lib/python3.12/site-packages/numpy/_core/tests/test_regression.py:2573
Potential obfuscated payload detected.
!
venv/lib/python3.12/site-packages/numpy/lib/tests/test_format.py:573
Potential obfuscated payload detected.
!
venv/lib/python3.12/site-packages/numpy/lib/tests/test_io.py:707
Potential obfuscated payload detected.
!
venv/lib/python3.12/site-packages/numpy/random/tests/test_generator_mt19937.py:972
Potential obfuscated payload detected.
Patterns worth reviewing
These patterns may indicate risky behavior. Check the VirusTotal and OpenClaw results above for context-aware analysis before installing.

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

latestvk97fm6eaec61vb3ewkqfbqr4s9840zva
558downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

体育彩票分析助手

智能体育彩票分析助手 - 基于数据分析和简单机器学习的比赛预测辅助工具。

核心功能

1. 数据采集与分析

  • 收集比赛基础数据(历史战绩、近期走势、主客场表现)
  • 赔率监测(多平台对比、异常检测)
  • 伤病信息跟踪
  • 历史数据存储与分析

2. 智能预测模型

  • 多维度特征提取
  • 简单机器学习预测
  • 概率计算与置信度评估
  • 价值投注识别

3. 辅助决策

  • 风险评估与提示
  • 投注建议生成
  • 可解释性分析
  • 资金管理建议

支持赛事

NBA

  • 季后赛分析
  • 主客场优势评估
  • 热门球队vs冷门球队分析
  • 四阶段预测(首轮、次轮、分区决赛、总决赛)

足球

  • 欧洲五大联赛
  • 世界杯赛事
  • 欧亚指数分析
  • 进球数预测

使用方法

分析一场比赛

分析 NBA 比赛 湖人 vs 勇士
分析足球比赛 巴萨 vs 皇马

查看历史记录

查看最近的分析记录
我的投注历史

获取预测建议

NBA 今晚有什么值得投注的比赛
足球周末推荐

数据来源

使用开源数据源:

  • 体育官方数据(NBA官网、足球官方)
  • 免费数据API
  • 历史比赛记录

预测方法论

1. 基础统计

  • 历史交锋记录
  • 近期胜率(近5-10场)
  • 主客场表现
  • 进球失球数据

2. 特征工程

  • 球队实力指数
  • 近期状态指数
  • 主客场优势系数
  • 伤病影响因子

3. 概率模型

  • 逻辑回归基础预测
  • 蒙特卡洛模拟(简单版)
  • 集成多因素权重

4. 风险控制

  • 置信度评估
  • 赔率价值判断
  • 建议投注比例

重要提示

⚠️ 本工具仅提供辅助分析,不保证预测准确率

  • 体育比赛存在不确定性
  • 建议结合自身判断
  • 理性投注,控制风险
  • 不要依赖单一工具决策

配置

创建配置文件 config/sports-betting.json

{
  "risk_level": "conservative",
  "default_bet_percentage": 2,
  "preferred_leagues": ["NBA", "Premier League", "La Liga"],
  "data_sources": ["official", "free_api"]
}

输出格式

分析报告包含:

  • 📊 数据概览
  • 🎯 预测结果(含概率)
  • 💡 投注建议
  • ⚠️ 风险提示
  • 📝 可解释性说明

模板

报告模板:templates/analysis_report.md

更新日志

v1.0.0 (2026-04-02)

  • MVP版本发布
  • 支持NBA和足球基础分析
  • 简单预测模型
  • 辅助决策功能

Comments

Loading comments...