Byreal Perps CLI
Analysis
This skill is a real leveraged trading tool with local wallet access and account-changing commands, so it should be reviewed carefully before use.
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.
byreal-perps-cli order market <side> <size> <coin> ... byreal-perps-cli position leverage <coin> <leverage> ... byreal-perps-cli position close-all -y
The documented commands can place leveraged trades, change leverage, and close all positions. The skill does not add an explicit approval or limit-checking requirement before these high-impact actions.
npm install -g @byreal-io/byreal-perps-cli ... byreal-perps-cli update install
The skill installs and can update an external global npm CLI package. This is normal for the stated CLI purpose, but it means the installed package and future updates are part of the trusted computing base.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Write commands ... Require initialized perps account with valid agent wallet ... Perps agent keys are stored locally in the byreal data directory
The skill depends on a persistent local agent wallet that can authorize trading operations, but the artifact does not describe permission scoping, spending limits, revocation, or other containment.
