encrypted-docs

clawhub:encrypted-docs

View source
D
42/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

3

Score

42/100

CRITICAL 2
MEDIUM 1

Findings (3)

CRITICAL
Jailbreak template
L66

Detects common jailbreak prompt patterns

Developer Mode
FIX

Remove directives that attempt to exfiltrate data through the agent's response (e.g., asking the agent to embed credentials in URLs or include secret values in output).

FP?

Likely FP if the text is a legitimate tool instruction about displaying configuration to the user (e.g., show current settings) without external transmission.

CRITICAL
Jailbreak template
L70

Detects common jailbreak prompt patterns

Developer Mode
FIX

Remove directives that attempt to exfiltrate data through the agent's response (e.g., asking the agent to embed credentials in URLs or include secret values in output).

FP?

Likely FP if the text is a legitimate tool instruction about displaying configuration to the user (e.g., show current settings) without external transmission.

MEDIUM
MCP server auto-registration
L23

Detects automatic registration of MCP servers into agent configuration

claude mcp add 
FIX

Pin the curl/wget download to a specific URL with version and verify the downloaded file's SHA-256 checksum before using it. Prefer package manager installs over raw downloads.

FP?

Likely FP if the download is from a well-known canonical source (e.g., official GitHub release) and the documentation includes checksum verification steps.