Krónan
Analysis
This is a coherent grocery-account CLI skill, but it should be treated like real account tooling because it stores a Krónan access token and can change cart, list, note, and order data.
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.
Commands that change state can modify the user's real data. Agents must ask for explicit user confirmation before running any state-changing command.
The skill can invoke account-mutating commands such as cart changes, order-line changes, list deletion, and note clearing. The documentation includes an explicit confirmation requirement, so this is purpose-aligned but important for users to notice.
gh repo clone arnif/kronan-cli /tmp/kronan-cli && bash /tmp/kronan-cli/install.sh
The documented setup runs an install script from a GitHub repository, and the text says the script downloads a pre-built binary to ~/.local/bin/kronan. This is disclosed and normal for a CLI install, but the runnable code is outside the provided artifact set.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Access tokens are stored at ~/.kronan/token. These are credentials for the Krónan Public API.
The skill requires a persistent Krónan API credential to access the user's account. This is expected for the stated purpose and includes revocation and file-permission guidance, but it grants real account authority.
