Sports Science Daily
Analysis
This looks like a coherent sports-science report generator, but it relies on Feishu/Notion credentials and external project code that users should review before running.
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.
Output:\n- Feishu Cloud Document (auto-created with shareable link)\n- Feishu message card sent to configured recipient
The skill discloses that running it will create cloud documents and send a message card. This is aligned with the reporting purpose, but it is an external write/action users should intentionally approve.
Run the update:\n```bash\npython3 main.py --days 2\n```\n... main.py # CLI entry point
The instruction-only skill references runnable project code and dependencies that are not included in the supplied artifact set. This is a provenance note: users should review the external project before executing it.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
requires.env:\n - FEISHU_APP_ID\n - FEISHU_APP_SECRET\n - FEISHU_RECEIVE_ID ... NOTION_TOKEN and NOTION_PAGE_ID
The skill asks for Feishu app credentials and optional Notion credentials to publish reports. This is expected for the stated Feishu/Notion sync purpose, but those credentials grant workspace integration authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Deduplicates against local history to prevent repeat content ... Updated `processed_history.json` for deduplication
The skill keeps local persistent state to decide what content has already been processed. This appears limited to public-source deduplication, but it can influence future reports.
