arxiv-daily
Analysis
This skill appears aligned with fetching and summarizing arXiv papers, with only disclosed setup, scheduling, local storage, and dependency-install notes to review.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
pip3 install requests beautifulsoup4 -q
The helper script installs third-party Python packages if they are missing, and the packages are not version-pinned. This is relevant supply-chain behavior, although the packages are expected for fetching and parsing arXiv pages.
引导用户创建定时器(提取任务 + 推送任务)
The skill is designed to support recurring scheduled fetch and push tasks. This persistence is disclosed and central to the daily-paper purpose, but users should be aware it may continue running on a schedule.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
channel: WeCom, account: papa_wecom, chat_id: wecom-agent:LinHaoWei
The configuration includes a messaging channel, account, and chat ID for push delivery. This is expected for a paper-push skill, but it represents delegated authority to send messages to a configured destination.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
生成配置文件 like-<category>.txt 保存到 references/ 目录
The skill stores user preferences, schedules, and push configuration in local reference files that are later scanned and reused. This persistent local state is purpose-aligned but should be kept accurate and protected from unwanted edits.
