gamma
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates interaction with the official Gamma API (
public-api.gamma.app), which is a well-known and established service for AI content generation. - [SAFE]: Sensitive credentials, specifically the
GAMMA_TOKEN, are managed through environment variables rather than being hardcoded, following security best practices for secret handling. - [COMMAND_EXECUTION]: The skill uses
curlviabash -cto interact with API endpoints. This method is used as a functional workaround for specific agent environment constraints and is restricted to legitimate API operations. - [SAFE]: Temporary files created in
/tmp/are used solely for structuring JSON payloads for API requests, presenting no significant security risk in this context.
Audit Metadata