Aubrai Longevity Research

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent: it sends the user’s longevity research question to Aubrai’s public HTTPS API and returns cited results, with no code, install step, credentials, file access, or persistence.

This skill appears safe and purpose-aligned for cited longevity research. Before using it, remember that your question is sent to Aubrai’s public API, so avoid including personal medical history, identifying details, secrets, or unrelated private information.

Findings (2)

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.