Axiom Distributed Science
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only skill coherently documents public Axiom API queries and one optional submission endpoint, with no credentials, install code, persistence, or local data access shown.
This skill appears safe for querying public Axiom science data. Before using the suggestion endpoint, confirm you want to send the idea and any author information to axiom.heliex.net.
Findings (1)
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.
If used, an experiment idea and author name may be sent to the Axiom website for review.
The skill documents a curl POST that sends user-provided text and an author field to an external service. This is purpose-aligned and disclosed, but it is still an action that transmits user content outside the local environment.
curl -X POST https://axiom.heliex.net/api/suggest.php ... -d '{"idea": "Study how network topology affects consensus speed in voter models with stubborn agents", "author": "your-name"}'Only submit ideas when the user explicitly wants to do so, and avoid including private, sensitive, or unpublished information unless the user accepts that disclosure.
