game-analytics
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a command-line interface tool named
clawto parse game logs, execute predictive models, and perform data analysis on local files likelogs.jsonanddata.json. - [EXTERNAL_DOWNLOADS]: Facilitates communication with external API endpoints (e.g.,
/api/analytics/track) for event tracking and report generation. It also supports secure authentication through OAuth with established providers like Google. - [CREDENTIALS_UNSAFE]: Implements secure handling of sensitive data by directing the use of environment variables (
$GAME_ANALYTICS_API_KEY) for authentication instead of hardcoding secrets. - [SAFE]: The skill includes explicit guidance on error handling and input validation to prevent parsing errors and ensure secure data processing.
Audit Metadata