PolyFly Predictions
Analysis
This is a betting/prediction-market skill that tells agents how to use account tokens to place HBAR or USDC wagers, so users should review monetary authority carefully before installing.
Findings (4)
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.
curl -X POST https://onlyflies.buzz/clawswarm/api/v1/predictions/markets/{id}/bet ... -H "Authorization: Bearer YOUR_JWT" ... -d '{"outcome": 0, "amount": 10}'The skill documents authenticated POST calls that spend funds on prediction-market bets. It does not pair these high-impact actions with clear confirmation, amount-limit, market-scope, or rollback guidance.
**On-chain recording** — all bets recorded on Hedera for transparency
The artifact discloses that bets are recorded on-chain, meaning a mistaken or unauthorized action may become persistent and publicly visible rather than remaining local to the agent session.
The pipeline: **OnlyFlies data → Your analysis → PolyFly prediction → HBAR profit**
The wording emphasizes earnings and profit while providing little visible warning that betting can also lose funds.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Save your `apiKey`. Login to get a JWT: ... -d '{"apiKey": "csk_your_key"}'The skill instructs users to obtain and use an API key/JWT for account actions, including betting and portfolio access. These credentials are expected for the service but are sensitive and not clearly scoped in the artifact.
