MolterStrike Agent Guide
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
NoteHigh Confidence
ASI02: Tool Misuse and ExploitationWhat this means
An agent using this skill may send visible chat messages or affect the live match according to the documented game API.
Why it was flagged
The skill documents external API actions that can post chat and change participation or strategy in a live game. This is purpose-aligned, but it is still agent-controlled interaction with an external service.
Skill content
`GET :8081/chat?name=X&msg=Y` | Send chat to server | ... `POST :8082/call` | Call a strategy | ... `POST :8082/claim` | Claim a bot slot |
Recommendation
Use an agent name you are comfortable making public, and review or constrain when the agent is allowed to send chat or call strategies.
