Praesidia

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent for Praesidia agent verification and guardrails, but users should notice that it uses a Praesidia API key and can create or enable guardrails in an organization.

This appears reasonable to install if you intend to use Praesidia. Use a scoped API key where possible, verify that requests go to the expected Praesidia API URL, and require clear confirmation before creating or enabling guardrails on an agent.

Findings (3)

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

Anyone installing it must provide a Praesidia API key, which may allow access to organization and agent security configuration depending on the key's scope.

Why it was flagged

The skill requires a Praesidia API credential, and its examples use it as a bearer token for account-backed API requests.

Skill content
metadata: {"openclaw":{"requires":{"env":["PRAESIDIA_API_KEY"]},"primaryEnv":"PRAESIDIA_API_KEY"}}
Recommendation

Use a least-privilege Praesidia API key if available, store it securely, and rotate or revoke it if no longer needed.

What this means

A user-directed action can change how an agent is moderated or secured in Praesidia.

Why it was flagged

The skill documents a POST request that creates or enables an organization guardrail for a specific agent.

Skill content
web_fetch({ url: "${PRAESIDIA_API_URL}/organizations/${orgId}/guardrails", method: "POST" ... isEnabled: true })
Recommendation

Before allowing guardrail changes, confirm the organization ID, agent ID, template, action, scope, and whether the change should be enabled immediately.

What this means

Users may over-rely on a trust score as proof that an agent is completely safe.

Why it was flagged

The example wording could be read as a broad safety guarantee based on a verification status and trust score.

Skill content
✅ ChatBot V2 is verified and safe to use!
Recommendation

Present verification results as Praesidia's reported status and score, and avoid implying that any score is an absolute safety guarantee.