Bifrost Slpx Info

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 rely on contract addresses or API endpoints without an obvious provenance trail in the registry.

Why it was flagged

The skill is instruction-only, but the registry does not provide a source or homepage to independently verify the claimed protocol affiliation, API endpoint, or contract-address guidance.

Skill content
Source: unknown
Homepage: none
Recommendation

Verify the contract address and API endpoint against Bifrost's official documentation before relying on the results for financial decisions.

What this means

External RPC providers may observe queried wallet addresses and timing of requests.

Why it was flagged

The skill discloses use of external RPC providers and address-based balance or withdrawal lookups. This is purpose-aligned, but wallet addresses queried through third-party RPCs can reveal which addresses the user is interested in.

Skill content
Default RPC | `https://ethereum.publicnode.com` ... `https://base.publicnode.com` ... `https://optimism.publicnode.com` ... `https://arbitrum-one.publicnode.com`; User Balance & Withdrawal Queries ... `balanceOf(address)` ... `getWithdrawals(address)`
Recommendation

Use a trusted RPC endpoint, especially for sensitive wallet-address lookups, and avoid querying addresses you do not want associated with your activity.