Skill flagged — suspicious patterns detected

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

Flowchart Exam Generator

v1.0.0

根据流程图图片自动生成应知应会考试题(单选题、多选题)。当用户要求"根据流程图出考试题"、"根据流程图生成题目"、"根据流程图出应知应会"时使用。

0· 108·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 geming416684729-svg/flowchart-exam-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Flowchart Exam Generator" (geming416684729-svg/flowchart-exam-generator) from ClawHub.
Skill page: https://clawhub.ai/geming416684729-svg/flowchart-exam-generator
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 flowchart-exam-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install flowchart-exam-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name/description (generate exam questions from flowchart images) matches the included code and instructions. However, the bundled Python script uses the openpyxl library but the skill declares no install requirements or required binaries, which is an inconsistency: either the runtime must already provide Python and openpyxl, or an install step is missing.
Instruction Scope
SKILL.md stays within scope (analyze a flowchart image and produce Excel questions). It references an images_understand tool to analyze uploads and asks to 'provide download link' after saving the Excel file — those are implicit platform capabilities not defined in the skill, so you should confirm the agent environment provides images_understand and a way to share generated files. The instructions do not request unrelated files, system paths, or credentials.
!
Install Mechanism
There is no install spec (instruction-only), which is low risk in general, but the shipped scripts require Python and the openpyxl package. The skill does not declare those requirements or provide an install step, so the agent may fail at runtime or silently skip functionality. No downloads or external install URLs are present.
Credentials
The skill requests no environment variables, credentials, or config paths. The scripts only read supplied JSON or SKILL.md/_meta.json (validation script). There is no evidence of access to unrelated credentials or sensitive system files.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not request persistent system-wide changes or modify other skills' configs.
What to consider before installing
This skill mostly does what it claims, but check two things before installing: (1) confirm the agent/runtime provides Python and the openpyxl package (or add an install step) because the included script depends on it; (2) confirm the availability of the referenced images_understand image-analysis tool and how generated files will be served/shared (the SKILL.md mentions providing a download link but does not implement hosting). No credentials are requested and included scripts are local and benign, but if you plan to run the Python scripts in an environment without those capabilities, the skill may fail.

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

latestvk977bazswspb4b5r5er6byj3w183kkvp
108downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

流程图考试题生成器

根据上传的流程图图片,自动分析流程内容并生成标准格式的应知应会考试题Excel文件。

工作流程

1. 分析流程图

使用 images_understand 工具分析流程图,提取:

  • 流程名称和主题
  • 所有步骤和环节
  • 每个步骤的具体内容、操作人员、输入输出文件
  • 判断条件和分支
  • 涉及的部门或岗位
  • 特殊情况或注意事项

2. 生成考试题

根据分析结果生成考试题,默认配置:

  • 单选题:5道(可自定义数量)
  • 多选题:5道(可自定义数量)

3. 输出格式要求

题目格式规范:

  1. 出处放在题干前面,用逗号分隔
    流程名称,题目内容()
    
  2. ()代替提问部分
  3. 每道题4个选项(A/B/C/D)
  4. 答案格式:A=1, B=2, C=3, D=4
  5. 多选题答案用逗号隔开(如:1,2,3

4. Excel输出结构

内容
题型单选题/多选题
题目带出处的完整题目
选项1A选项
选项2B选项
选项3C选项
选项4D选项
正确答案数字格式(1/2/3/4,多选用逗号)
解析答案解析
出处流程名称

执行示例

用户:请根据这个流程图出5道单选和5道多选

1. 分析流程图内容
2. 生成符合格式的考试题
3. 保存为Excel文件
4. 提供下载链接

注意事项

  • 确保流程图清晰可读
  • 涉及部门、岗位、文件名称都要提取
  • 特殊情况(如判断条件、分支处理)要单独出题
  • 解析部分要准确说明答案原因

Comments

Loading comments...