Fizzy
Analysis
Fizzy is coherent for managing Fizzy work items, but users should notice that it requires installing a third-party CLI and using a read/write Fizzy API token.
Findings (2)
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.
brew install robzolkos/fizzy-cli/fizzy-cli
The runtime instructions depend on an external Homebrew-distributed CLI even though the registry says there is no install spec. Installing the CLI is central to the skill's purpose, but it is still a supply-chain dependency users should recognize.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Generate a new token with Read + Write permissions
The skill needs a Fizzy API token capable of both reading and changing account data. This matches the stated management purpose, but it grants meaningful authority over the user's Fizzy workspace.
