Back to Home
denkaryo icon

cf-rawg

Verified Safe

by denkaryo

Overview

An AI agent for analyzing video game data using the RAWG API, deployed on Cloudflare Workers.

Installation

Run Command
pnpm dev

Environment Variables

  • RAWG_API_KEY
  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • LLM_PROVIDER
  • OPENAI_MODEL
  • CLAUDE_MODEL
  • BASIC_AUTH_USER
  • BASIC_AUTH_PASS
  • MCP_API_KEY

Security Notes

The server uses QuickJS in a sandboxed environment for `execute_calculation`, with a validator that actively checks for dangerous patterns like `eval`, `new Function()`, `process`, and network access (`fetch`). This significantly mitigates risks associated with arbitrary code execution. Client-side evaluation in the UI's 'Evaluation Panel' uses `new Function()`, but this is confined to the user's browser for debug purposes and does not pose a server-side vulnerability. All sensitive API keys are correctly managed via environment variables.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-28

Tags

RAWG APIAI AgentCloudflare WorkersData AnalyticsMCP Server