Crypto Defi

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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.

What this means

A user may install or invoke this expecting a calculator, then provide portfolio or position details that are instead stored as local logs.

Why it was flagged

The same artifact advertises DeFi yield calculations but describes a logging/export tool. The visible script also appends inputs to log files rather than implementing APY, impermanent-loss, or staking-reward calculations.

Skill content
description: "Calculate DeFi yields including APY, impermanent loss, and staking rewards." ... "recording and reviewing crypto-related observations with timestamped logs and multi-format data export."
Recommendation

Treat this as a local crypto notes/logging tool, not a yield calculator, unless the maintainer adds actual calculation functionality and updates the description to match.

What this means

Portfolio balances, wallet observations, or trading notes entered into the tool may remain on disk and be visible to anyone or any process with access to those files.

Why it was flagged

The skill intentionally persists user-entered crypto and portfolio information in plaintext files that can be searched or exported later.

Skill content
All data is stored locally in plain-text log files: ... Location: `~/.local/share/crypto-defi/` ... History: All operations are additionally logged to `history.log`
Recommendation

Do not store seed phrases, private keys, exact holdings, or other highly sensitive financial information. Review and delete files under ~/.local/share/crypto-defi if needed.

What this means

Users may need to manually inspect or install the script, and the registry metadata may not fully describe the local command behavior.

Why it was flagged

The skill nevertheless includes a Bash script and documents a crypto-defi command, so the metadata does not clearly explain how the command is installed or wired into the environment.

Skill content
No install spec — this is an instruction-only skill.
Recommendation

Verify the script source and installation path before enabling it; maintainers should add an install spec or adjust metadata to match the packaged command.