Back to skill
Skillv1.0.0
ClawScan security
Flutter Testing · ClawHub's context-aware review of the artifact, metadata, and declared behavior.
Scanner verdict
BenignMar 8, 2026, 2:08 PM
- Verdict
- benign
- Confidence
- high
- Model
- gpt-5-mini
- Summary
- This is an instruction-only Flutter testing guide that only requires the flutter CLI and requests no credentials or installs; its declared requirements match its documented behavior.
- Guidance
- This skill is an offline, documentation-style guide for Flutter tests and appears consistent with its purpose. Before installing: (1) confirm you have Flutter on PATH; (2) if you care about provenance, verify the README's referenced GitHub/original source (the package lists an original author and repo) since the skill's Source field is 'unknown'; (3) because it’s able to be invoked autonomously by default, be mindful about giving any skill network/file/system access in other skills—this particular skill does not request such access. If you want absolute assurance, open the referenced GitHub repo and compare contents before use.
Review Dimensions
- Purpose & Capability
- okName and description match the content: comprehensive Flutter testing guidance. The only required binary is flutter, which is appropriate and proportionate for this skill.
- Instruction Scope
- okSKILL.md and reference docs contain test examples and commands (e.g., flutter test, CI config). Instructions do not ask the agent to read unrelated files, access secrets, call external endpoints, or exfiltrate data.
- Install Mechanism
- okNo install spec and no code files to execute. The skill is instruction-only (documentation), so nothing is written to disk or downloaded during install.
- Credentials
- okNo environment variables, credentials, or config paths are requested. Requiring only the flutter binary is proportional to the documented functionality.
- Persistence & Privilege
- okalways is false and model invocation is allowed (platform default). The skill does not request persistent privileges or attempt to modify other skills or system settings.
