Claudius

PassAudited by ClawScan on May 1, 2026.

Overview

Claudius appears to be a straightforward crypto Q&A bridge that sends your query to Claudius' API, with no evidence of local credential access, persistence, or destructive behavior.

This skill looks coherent for crypto Q&A, but only install it if you are comfortable sending your crypto questions to Claudius' servers. Avoid sharing wallet secrets, API keys, account balances, or other personal financial details, and treat investment recommendations as informational rather than definitive advice.

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

Your crypto questions may be sent to Claudius' servers, so any personal financial details included in the query could be exposed to that provider.

Why it was flagged

The script posts the full user query to an external Claudius API endpoint. This is purpose-aligned and disclosed, but it means prompts leave the local environment.

Skill content
const API_URL = process.env.CLAUDIUS_API_URL || 'https://api.claudiusai.pro'; ... const data = JSON.stringify({ query }); ... req.write(data);
Recommendation

Use the skill only for queries you are comfortable sharing with Claudius, avoid including wallet secrets, account details, or personal finances, and ensure CLAUDIUS_API_URL is not unexpectedly set in the environment.

What this means

The skill's answers could affect trading or investment decisions even though they may be incomplete, wrong, or not tailored to your situation.

Why it was flagged

The documentation positions the skill as providing investment recommendations. This is part of the stated purpose, but users may over-trust automated financial guidance.

Skill content
Investment Insights
AI-powered recommendations based on technicals, fundamentals, and market conditions.
Recommendation

Treat outputs as informational analysis, verify important claims independently, and do not rely on the skill as your sole basis for financial decisions.