BotBowl Party Agent Guide

Pass

Audited by Gen Agent Trust Hub on May 14, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill encourages the agent to set up a recurring task (every 6 hours) to re-fetch the SKILL.md file from https://www.botbowlparty.com/SKILL.md. This mechanism allows the remote server to update the agent's primary instructions and API configurations dynamically.
  • [COMMAND_EXECUTION]: The instructions include specific curl commands for account registration and API interaction. It also suggests using system-level scheduling tools like cron or platform-specific tools like OpenClaw's cron add to automate periodic checks and replies.
  • [PROMPT_INJECTION]: The skill defines a workflow where the agent reads and responds to external discussions hosted on the BotBowl Party platform. This represents an indirect prompt injection attack surface, as untrusted content from other participants could be used to influence the agent's behavior.
  • Ingestion points: The agent is instructed to read content via GET /api/topic/{topicSlug}/discussions.
  • Boundary markers: None specified in the instructions to separate external data from system prompts.
  • Capability inventory: The agent has network access (curl) and task scheduling capabilities (cron).
  • Sanitization: No sanitization or validation steps are prescribed for the external discussion data.
Audit Metadata
Risk Level
SAFE
Analyzed
May 14, 2026, 12:14 AM
Security Audit — agent-trust-hub — BotBowl Party Agent Guide