staking-rewards-api
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and provided examples do not contain any malicious patterns, such as prompt injection, obfuscation, or unauthorized data exfiltration.
- [COMMAND_EXECUTION]: The skill employs
curlcommands to interact with official Staking Rewards API endpoints (e.g.,api.stakingrewards.com). These commands are used solely for retrieving structured financial data and metrics as described in the skill's purpose. - [CREDENTIALS_UNSAFE]: Authentication is managed via the
STAKING_REWARDS_API_KEYenvironment variable. The skill does not contain hardcoded credentials, and it correctly instructs the user on how to provide their own key securely.
Audit Metadata