jike-digest

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the output directory is misconfigured, existing digest files for that topic/date could be overwritten or removed.

Why it was flagged

The skill instructs the agent to delete or clear existing files for the current topic/date before writing the new digest. This is scoped to generated output and purpose-aligned, but users should make sure BASE_DIR is set correctly.

Skill content
若 `{BASE_DIR}/{topic_id}/{YYYYMMDD}/` 已存在则清空与当前 topic 相关文件
Recommendation

Set BASE_DIR to a dedicated digest folder and avoid pointing it at directories containing unrelated files.

What this means

The safety and behavior of the actual Jike fetching step depends on the user's local autocli installation, which was not reviewed here.

Why it was flagged

The main data-fetching behavior depends on an external 'autocli' command, but that dependency is not included, pinned, or installed by the reviewed skill artifacts.

Skill content
- **autocli**:获取 Topic 内容
Recommendation

Use a trusted autocli installation and verify what account or network access it uses before running the digest workflow.