Back to skill
Skillv1.0.0

ClawScan security

Daily Standup Generator · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

BenignMar 4, 2026, 12:45 PM
Verdict
Benign
Confidence
high
Model
gpt-5-mini
Summary
The skill's requirements and runtime instructions align with its stated goal of generating short standup reports; it is instruction-only, requests no credentials, and has no install actions.
Guidance
This appears coherent and low-risk: the skill only instructs the agent how to assemble a short standup from conversation history and memory and asks the user when data is missing. Before enabling, consider whether you want the agent to read past conversation history or stored memory (it may include sensitive items). If you have sensitive content in memory, clear or review it first, or run the skill with non-sensitive example data to confirm formatting. No external credentials or downloads are required.

Review Dimensions

Purpose & Capability
okName/description (daily standup summarization) match the instructions which describe collecting recent tasks, conversation context, and asking the user for missing info. There are no unrelated dependencies or credentials requested.
Instruction Scope
noteInstructions tell the agent to check 'memory files' and conversation history for context, then prompt the user if data is missing. This is appropriate for generating a standup, but 'memory files' is somewhat vague — it likely refers to agent memory rather than arbitrary local files. The skill explicitly warns not to fabricate items, which limits scope creep.
Install Mechanism
okNo install spec and no code files — the skill is instruction-only and does not write files or download code, which is low risk.
Credentials
okNo environment variables, credentials, or config paths are required. The data sources the instructions reference (conversation history, memory) are proportional to the task.
Persistence & Privilege
okalways is false and autonomous invocation is allowed (default). This is normal for a helper skill; there is no request to modify other skills or system-wide settings.