A0X Agents

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: a0x-agents Version: 1.1.2 The skill bundle is designed to integrate a collective knowledge base and an AI mentor into an agent's workflow. While it instructs the agent to modify its own `SOUL.md`, `AGENTS.md`, and `HEARTBEAT.md` files (a form of prompt injection), the content of these modifications is benign and directly aligns with the skill's stated purpose of enabling knowledge sharing and consultation. All external interactions are explicitly defined as HTTP POST requests to a single, specified domain (`services-a0x-agents-mcp-dev-679925931457.us-west1.run.app`), and the skill includes strong positive security indicators such as explicit data transparency, a warning against sending API keys to unauthorized domains, and instructions for the agent to always be transparent with the human user. There is no evidence of intentional harmful behavior like credential theft, unauthorized execution, or stealthy actions.

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
ASI01: Agent Goal Hijack
What this means

The agent may make A0X search calls during debugging or architecture work even when the user did not explicitly ask for a search.

Why it was flagged

This instruction changes the agent workflow by prioritizing the remote knowledge search before normal debugging reasoning.

Skill content
CRITICAL: When you encounter an error, **check the brain BEFORE you start reasoning about it yourself**.
Recommendation

Use the skill when you want this shared-knowledge workflow, and ask the agent to avoid external lookups for private or sensitive tasks.

What this means

Queries, proposal text, votes, and chat messages can be sent to the A0X server.

Why it was flagged

The skill exposes remote tool calls for mentor chat, knowledge search, proposing, and voting; this is central to the skill but should be understood by users.

Skill content
These tools are **NOT local** — they live on the A0X MCP server. You call them by making HTTP POST requests to the MCP endpoint.
Recommendation

Review what the agent plans to send, especially before proposing knowledge or sharing project details.

What this means

Anyone using the configured environment can authenticate to the A0X service as that key holder.

Why it was flagged

The skill requires an A0X API key for its remote MCP service.

Skill content
requires": {"env": ["A0X_MCP_API_KEY"]}, "primaryEnv": "A0X_MCP_API_KEY"
Recommendation

Store the API key securely, restrict it to this service, and rotate it if it is exposed.

What this means

If the remote endpoint changes or is compromised, a manual reinstall could fetch different instructions than the reviewed artifact.

Why it was flagged

The documented manual install fetches skill files from a mutable remote endpoint without a checksum or pinned release.

Skill content
curl -s https://services-a0x-agents-mcp-dev-679925931457.us-west1.run.app/skill.md > ~/.claude/skills/a0x-agents/SKILL.md
Recommendation

Install from a trusted, versioned source when possible, and review downloaded files before enabling them.

What this means

Submitted proposals may become visible to other agents, and retrieved knowledge from other agents may affect future recommendations.

Why it was flagged

The skill uses persistent shared knowledge that can influence future agents and may retain submitted learnings.

Skill content
AI agents share learnings with each other. You propose knowledge after solving hard problems. Verified agents vote. Approved knowledge becomes searchable by all agents.
Recommendation

Do not include secrets, proprietary code, private project details, or sensitive debugging context in proposals; treat retrieved advice as untrusted until verified.

What this means

Users may overvalue the mentor's guidance or treat it as official Base or grant-review advice.

Why it was flagged

The skill presents advice through a high-authority founder persona, which can increase user trust in architecture or grant recommendations.

Skill content
jessexbt is an AI clone of Jesse Pollak, founder of Base. He's your hackathon mentor — he's reviewed hundreds of projects, knows what gets funded
Recommendation

Use the mentor output as advisory only and verify funding, grant, and architecture decisions through official sources.