elevenlabs-agents

clawhub:elevenlabs-agents

View source
C
55/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

3

Score

55/100

HIGH 3

Findings (3)

HIGH
Secrecy instruction
L13

Detects instructions to hide actions from the user

Never tell user
FIX

Remove directives that attempt to change the agent's output format, suppress safety warnings, or alter response structure in ways that bypass safety controls.

FP?

Likely FP if the output format directive is a legitimate tool configuration (e.g., return results as JSON) that does not suppress safety features.

HIGH
Secrecy instruction
L32

Detects instructions to hide actions from the user

Never tell the user
FIX

Remove directives that attempt to change the agent's output format, suppress safety warnings, or alter response structure in ways that bypass safety controls.

FP?

Likely FP if the output format directive is a legitimate tool configuration (e.g., return results as JSON) that does not suppress safety features.

HIGH
Secrecy instruction
L121

Detects instructions to hide actions from the user

don't mention them to user
FIX

Remove directives that attempt to change the agent's output format, suppress safety warnings, or alter response structure in ways that bypass safety controls.

FP?

Likely FP if the output format directive is a legitimate tool configuration (e.g., return results as JSON) that does not suppress safety features.