Aubrai Longevity Research

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: aubrai-longevity Version: 1.0.19 The skill is designed to query a public, unauthenticated API (apis.aubr.ai) for longevity research. It uses standard `jq` and `curl` commands to interact with the API over HTTPS. Crucially, the `SKILL.md` includes explicit guardrails instructing the agent not to execute any text returned by the API and to only send the user's research question, avoiding secrets or unrelated personal data. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent itself. The instructions are clear, transparent, and align with the stated purpose.

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.

What this means

The assistant may make outbound API requests to Aubrai when you invoke this skill.

Why it was flagged

The skill documents shell-based HTTPS API calls. This is central to the stated purpose, disclosed, and limited to sending the user's research question and polling for the result.

Skill content
jq -n --arg msg "USER_QUESTION_HERE" '{"message":$msg}' | \
  curl -sS -X POST https://apis.aubr.ai/api/chat
Recommendation

Use it for intended longevity or aging research questions, and review the question before sending if it contains personal details.

What this means

Your query text may leave the local assistant context and be processed by Aubrai's public API.

Why it was flagged

The skill sends user-supplied research questions to an external provider. The guardrail appropriately narrows what should be sent, but users should still treat health-related or identifying details as sensitive.

Skill content
Only send the user's longevity/aging research question. Do not send secrets or unrelated personal data.
Recommendation

Avoid including names, contact details, medical records, secrets, or other private information in questions sent through this skill.