Rwa Project Assessment

AdvisoryAudited by Static analysis on May 7, 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 could be confused by the capability labels, but the reviewed files do not show any mechanism for wallet access or transaction signing.

Why it was flagged

These signals imply sensitive wallet or credential authority, but the provided SKILL.md and requirements do not support that behavior and instead explicitly prohibit wallet connections, signing, and secret handling.

Skill content
requires-wallet; can-sign-transactions; requires-sensitive-credentials
Recommendation

Install only if the runtime does not request wallet access, signing permissions, private keys, seed phrases, or other credentials; treat any such request as outside this skill's documented scope.