Skill flagged — suspicious patterns detected

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

rubric-gap-analyzer

v1.0.0

读取评分标准、作业要求或评估rubric,分析当前草稿的差距并给出提分计划。

0· 278·0 current·0 all-time
byvx:17605205782@52yuanchangxing

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for 52yuanchangxing/rubric-gap-analyzer.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "rubric-gap-analyzer" (52yuanchangxing/rubric-gap-analyzer) from ClawHub.
Skill page: https://clawhub.ai/52yuanchangxing/rubric-gap-analyzer
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: node, pbpaste
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

Canonical install target

openclaw skills install 52yuanchangxing/rubric-gap-analyzer

ClawHub CLI

Package manager switcher

npx clawhub@latest install rubric-gap-analyzer
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description: analyze rubrics and propose improvement plans. Declared requirements: node and pbpaste. The included script calls pbpaste to read clipboard text and is executed with node — these requirements are coherent and proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to run the provided node script to read clipboard contents and then perform rubric-gap analysis. The script only reads the clipboard and prints it to stdout; it does not read other files, environment variables, or transmit data externally. Note: reading the clipboard may expose any sensitive data the user has copied — this is expected behavior for a clipboard-based skill and should be considered a privacy risk if the clipboard contains unrelated secrets.
Install Mechanism
No install spec — instruction-only plus a small included script. Nothing is downloaded or extracted from external URLs; no installers or third-party package pulls are present.
Credentials
No credentials, env vars, or config paths are requested. The only runtime dependency is pbpaste (macOS clipboard utility) and node, which matches the script's behavior.
Persistence & Privilege
always is false and the skill does not modify system or other skills' configuration. It does not request persistent privileges or additional presence.
Assessment
This skill simply reads whatever text is currently on your clipboard and prints it for the agent to analyze. Before using it, make sure you have copied only the rubric or material you want analyzed — do not leave passwords, tokens, or other sensitive data on the clipboard. Note the script uses pbpaste, so it requires macOS or an equivalent pbpaste implementation in PATH. If you are on another OS or uncomfortable with clipboard access, paste the rubric text directly into the chat instead of invoking the script.
scripts/read_clipboard.mjs:5
Shell command execution detected (child_process).
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.

Runtime requirements

📏 Clawdis
Binsnode, pbpaste
latestvk975wbwpxsj9g373t8zaqn2cws82p85d
278downloads
0stars
1versions
Updated 40m ago
v1.0.0
MIT-0

Rubric Gap Analyzer

这是一个专门用于“评分标准对照分析”的 skill。

主要用途

当用户复制了以下内容时:

  • 课程论文评分标准
  • 作业 rubric
  • 答辩评分表
  • 项目评分维度
  • 竞赛评审标准
  • 投稿评审维度说明

你需要帮助用户:

  1. 提取评分维度
  2. 判断关键得分项
  3. 识别当前草稿缺什么
  4. 给出最高收益的修改顺序
  5. 输出提分计划

调用方式

当用户说:

  • 读取剪贴板里的评分标准帮我分析
  • 用这个 rubric 帮我看看还差什么
  • 根据评分细则给我提分建议
  • 帮我按 rubric 改作业

你应运行:

node {baseDir}/scripts/read_clipboard.mjs

Comments

Loading comments...