Praesidia

PassAudited by ClawScan on May 10, 2026.

Overview

Praesidia is a coherent instruction-only integration for agent verification and guardrail management, but it uses an API key, can change guardrail settings, and may send user-provided content to Praesidia.

Install only if you intend OpenClaw to use your Praesidia account for agent verification, discovery, and guardrail management. Use a scoped API key, confirm any guardrail changes before applying them, and avoid sending sensitive content for validation unless you are comfortable sharing it with Praesidia.

Findings (4)

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 using the skill should assume the assistant can act within whatever Praesidia permissions the API key grants.

Why it was flagged

The skill requires a Praesidia API key and uses it as the primary credential for authenticated requests.

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

Use a least-privilege Praesidia API key, rotate it if exposed, and avoid installing the skill where untrusted users can trigger actions with that key.

What this means

A user-directed request can result in persistent security or compliance policy changes for an agent.

Why it was flagged

The skill documents an authenticated POST request that creates guardrail configurations for an organization or agent.

Skill content
POST ${PRAESIDIA_API_URL}/organizations/{orgId}/guardrails ... "Use when:" User asks "Add PII detection" or "Apply toxic language filter"
Recommendation

Before applying a guardrail, confirm the organization, agent ID, template, action, scope, and whether the change should affect production.

What this means

Messages or documents submitted for validation may be transmitted to Praesidia and processed under that service's data handling policies.

Why it was flagged

The validation workflow sends user-provided content to Praesidia's external API for guardrail checking.

Skill content
POST ${PRAESIDIA_API_URL}/organizations/{orgId}/guardrails/validate ... "content": "Text to validate"
Recommendation

Do not submit confidential, regulated, or third-party content for validation unless that sharing is intended and covered by the user's Praesidia agreement.

What this means

Users may over-rely on a trust score as a guarantee of safety, even though verification is only one input to a security decision.

Why it was flagged

The response guidance encourages strong safety claims based on Praesidia trust scores.

Skill content
Recommendation: This agent is fully verified and safe for production use.
Recommendation

Treat trust scores as advisory and combine them with the user's own risk review, permissions checks, and monitoring.