Lightweight Knowledge Base
Analysis
This is a coherent local knowledge-base skill, but it ships and updates persistent personal memory, indexes an API-key file, and enables scheduled autonomous evolution without clear boundaries.
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.
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.
"automated": [{ "id": 92, "name": "凌晨优化任务", "cron": "0 1 * * *", "action": "daily_evolve", "enabled": true }]The artifacts present a daily autonomous evolution task as enabled by default, and the skill's evolution flow updates persistent knowledge/profile state.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"tools.md": { "description": "工具配置与 API 密钥", "tags": ["tools", "apis", "config"] }The knowledge index explicitly references a file for tool configuration and API keys, while the metadata declares no credentials and the artifacts do not define redaction or access boundaries.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"user": { "name": "老铁", "timezone": "UTC+8", "location": "中国" ... }, "assistant": { "name": "狍子", "role": "AI 萌妹子助理" }The skill ships a concrete user profile and assistant persona rather than a blank template, so this stored data could be reused as authoritative memory and poison future interactions with false personal facts.
