test

ReviewAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is coherent for generating AIME user behavior reports, but users should notice that it processes sensitive user logs/profile data and references local scripts/API fetching that were not included for review.

This skill appears benign for analyzing a specific AIME user Excel log. Before using it, confirm any referenced Python scripts and Ainvest API access are trusted and scoped, and protect the generated JSON/Markdown/Word reports because they may contain sensitive user behavior and investment-related information.

Findings (3)

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 a user obtains these scripts from elsewhere, that code was not reviewed here and could have different behavior from the documentation.

Why it was flagged

The instructions reference local helper scripts, but the provided manifest says this is an instruction-only skill with only SKILL.md present. This is an incomplete review/provenance context rather than evidence of malicious behavior.

Skill content
python3 scripts/analyze_user.py <user_id> <excel_file> <start_date> <end_date>
Recommendation

Only run separately supplied scripts after reviewing their source and confirming they come from a trusted location.

What this means

The skill may rely on access to Ainvest user/profile data beyond the Excel file if the API path is used.

Why it was flagged

The documented --skip-api option implies the default workflow may fetch Ainvest API data, but the metadata declares no credential or configuration requirements. This appears purpose-aligned, but the API authority and credential boundary are not described.

Skill content
跳过 Ainvest API 数据获取(仅分析 Excel)
Recommendation

Use the Excel-only mode unless API access is necessary, and confirm any Ainvest credentials or tokens are scoped to the needed user data.

What this means

Generated reports may contain identifiable user behavior, investment interests, account-related attributes, and speculative demographic inferences.

Why it was flagged

The skill instructs generation of persistent files containing raw extracted conversation data, complete user questions, and inferred demographic attributes. This is central to the analytics purpose but is privacy-sensitive.

Skill content
JSON数据文件 (`user_{user_id}_data.json`):原始提取的数据 ... 完整的用户问句列表 ... 推测性别 ... 推测年龄
Recommendation

Store outputs in a protected location, avoid sharing raw reports unnecessarily, and consider redacting identifiers or speculative demographic fields when not needed.