Skill flagged — suspicious patterns detected

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

Daily Report Joig

v1.0.0

生成简洁的中文日报(highlights/blockers/next),并可落盘为 Markdown 文件,适合个人复盘与同步。

0· 409·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (generate short Chinese daily reports and optionally write to Markdown) aligns with the SKILL.md: it only normalizes a date, formats Markdown, and writes a file. No unrelated env vars, binaries, or installs are requested.
Instruction Scope
Instructions are narrowly scoped to normalizing the date, composing Markdown, and writing to outputPath (creating parent directory if missing). This is appropriate for the stated purpose, but writing to a user-specified filesystem path is the main operational effect to be aware of (ensure outputPath is safe and not e.g. a sensitive system path).
Install Mechanism
No install spec and no code files — instruction-only skills present lower disk/execution risk.
Credentials
No environment variables, secrets, or external credentials are requested; requested capabilities are proportionate to generating and saving a report.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modify other skills; autonomous invocation is allowed (platform default) but not otherwise privileged.
Assessment
This skill is narrowly focused and internally consistent. Before using it: (1) test with a safe outputPath (e.g., a dedicated reports directory) to confirm where files are written; (2) avoid passing sensitive paths (system dirs, other users' data) or filenames that could cause path traversal; (3) run with an agent account that has limited filesystem permissions so the skill can only write to permitted locations; (4) if you plan to automate it, review produced Markdown content before sharing. No credentials or installs are required, so risks are limited to file writes.

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

Runtime requirements

🗒️ Clawdis
latestvk979n5w17451zd1v99bfvret29825hxk
409downloads
0stars
1versions
Updated 6h ago
v1.0.0
MIT-0

Daily Report (joig)

Inputs

  • date(必填):YYYY-MM-DD 或 YYYY/MM/DD
  • highlights(必填):字符串数组,例如:["在 azure vm 上部署 openclaw","尝试写 skill"]
  • blockers(可选):字符串数组
  • next(可选):字符串数组(明日/下一步)
  • outputPath(可选):默认 reports/{date}-daily-report.md

Output

返回固定结构:

  • status: ok|error
  • summary: 一句话总结
  • data: { date, outputPath }
  • nextAction: 建议的下一步

Behavior

  1. 规范化日期格式为 YYYY-MM-DD
  2. 生成 Markdown:
# 日报({{date}})

## Highlights
- ...

## Blockers
- ...

## Next
- ...
  1. 写入 outputPath(确保父目录存在)

Boundaries

  • 不输出/复述任何 token、密钥、个人隐私。
  • 不做绩效/压力话术;强调可执行与复盘。

Comments

Loading comments...