awardwallet
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Authentication credentials (AWARDWALLET_API_KEY, AWARDWALLET_USER_ID) are managed via environment variables (.env), which is the recommended method for preventing secret exposure.
- [SAFE]: Network activity is restricted to the legitimate service domain (business.awardwallet.com), and the skill does not communicate with any suspicious or third-party servers.
- [SAFE]: Data processing is performed using curl and jq, ensuring that interactions with the external API are handled through well-defined and standard command-line utilities.
- [SAFE]: There is no evidence of malicious behavior such as prompt injection, obfuscation, or unauthorized privilege escalation.
Audit Metadata