soul-md-maker

clawhub:soul-md-maker

View source
F
10/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

6

Score

10/100

HIGH 6

Findings (6)

HIGH
Secrecy instruction
L22

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
Self-modifying agent instructions
L52

Detects skills that write or promote content into agent instruction files

Write to `~/workspace/SOUL.md
FIX

Remove or restrict the skill's ability to modify CLAUDE.md or agent configuration files. Self-modifying agent configurations can be exploited for persistent attacks.

FP?

Likely FP if the skill is a project management tool where updating CLAUDE.md is an intended workflow feature (e.g., appending project notes), though the risk remains.

HIGH
Autonomous agent spawning
L62

Detects autonomous sub-agent or cron-based execution without human oversight

background process + autonomous
FIX

Remove directives that force the agent to call specific tools or APIs not required for the skill's stated functionality. Tool calls should be determined by user intent, not embedded directives.

FP?

Likely FP if the skill legitimately needs to call other tools as part of its workflow (e.g., a deployment skill that calls git and cloud CLI tools).

HIGH
Secrecy instruction
L97

Detects instructions to hide actions from the user

do not show 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.

HIGH
Secrecy instruction
L165

Detects instructions to hide actions from the user

do not show 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.

HIGH
Secrecy instruction
L369

Detects instructions to hide actions from the user

do not show 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.