Skill flagged — suspicious patterns detected

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

iHub日报自动填写

v1.0.2

自动填写 iHub 测试农场平台指定日期的日报,支持自定义账号密码和Markdown格式内容输入。

0· 112·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 shaqima2024/ihub-daily-report.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "iHub日报自动填写" (shaqima2024/ihub-daily-report) from ClawHub.
Skill page: https://clawhub.ai/shaqima2024/ihub-daily-report
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 ihub-daily-report

ClawHub CLI

Package manager switcher

npx clawhub@latest install ihub-daily-report
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, SKILL.md steps, and index.js all align: they automate logging into an iHub instance and filling a daily report. The BASE_URL points to an iHub login page and the script computes the target date/week and returns browser actions. No unrelated services, environment variables, or binaries are requested.
Instruction Scope
Instructions explicitly direct the agent to open the iHub login page, enter username/password, navigate the UI, and use the evaluate API to inject JavaScript to populate markdown fields. That scope matches the purpose, but it requires providing plaintext credentials and performing JS injection in the browser — actions with inherent sensitivity. The SKILL.md does not instruct reading any unrelated local files or env vars.
Install Mechanism
No install specification is provided (instruction-only). A single helper script (index.js) is included but there is no downloadable/external install step, no archive extraction, and no third-party package fetch at install time.
Credentials
No environment variables or external API tokens are requested. The skill requires the user's iHub username and password as parameters — reasonable for a login-based automation but sensitive. There is no justification for asking for other secrets or global credentials.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide persistence or modify other skills. It simply returns a sequence of browser actions and helper functions; it does not store credentials or alter platform settings.
Assessment
This skill appears to do what it claims: automate filling an iHub daily report by logging in and injecting JavaScript via a browser automation tool. Before installing or using it: 1) Only provide your iHub credentials if you trust the skill and the environment — prefer a low-privilege or test account. 2) Confirm the BASE_URL matches your real corporate iHub (avoid giving credentials to unexpected domains). 3) Understand that the agent will perform browser actions and use evaluate() JS injection — that can read or modify anything visible in the browser session, so avoid using high-privilege accounts or sessions with sensitive data. 4) If possible, run the included index.js in a safe/test environment first and review the code (it only composes dates and returns step instructions; actual automation is performed by the agent's browser tool). 5) If you require stronger protection, consider using temporary credentials or manual confirmation before the skill submits the final report.

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

latestvk97abreaznp2a989agns9xwh0583j688
112downloads
0stars
3versions
Updated 1mo ago
v1.0.2
MIT-0

SKILL.md - iHub 日报自动填写

自动填写 iHub 测试农场平台的日报。支持自定义账号密码和日报内容。

触发词

填写日报、自动日报、iHub日报、daily report

参数

参数必填说明
name姓名,如"张宁"
username登录账号
password登录密码
content日报内容(Markdown 格式)
date日期,默认昨天,格式:today / yesterday / YYYY-MM-DD

使用示例

填写昨天的日报:

填写日报,姓名:张宁,账号:your_username,密码:your_password,内容:
###  1. 完善模糊测试工具
###  2. 完善TCS接口文档
###  3. 参加OpenClaw培训会议

指定具体日期:

填写2026-03-24的日报,姓名:张宁,内容:完成XX功能开发

自动化流程

  1. 打开浏览器访问 iHub 登录页
  2. 输入账号密码登录
  3. 点击左侧菜单「项目」
  4. 点击「万花筒工具平台」
  5. 找到并点击「查看工作项」(鼠标悬停弹出)
  6. 找到「工具小组的日报」
  7. 根据当前日期计算周文件夹(如"第四周(3.23-3.29)")
  8. 在周文件夹中找到对应用户的姓名记录
  9. 点击姓名进入详情
  10. 根据日期判断是周几,找到对应的日报行(周一到周日)
  11. 点击该行的 markdown 编辑按钮
  12. 使用 JavaScript 填入内容(触发 Vue 双向绑定)
  13. 点击「已完成」保存内容
  14. 点击「提交」按钮
  15. 填写变更理由并确认提交

技术要点

  • 日期自动计算:根据日期找到对应的周文件夹
  • 使用 evaluate API 注入 JavaScript 填入内容
  • 自动判断星期几,对应填写周一到周日的日报
  • 支持填写任意日期的日报(默认昨天)

注意事项

  • 首次使用需要提供账号密码
  • 日期会自动计算当周的文件夹路径
  • 内容支持 Markdown 格式
  • 任务完成后浏览器保持打开状态,方便确认

Comments

Loading comments...