clawgym

clawhub:clawgym

View source
D
25/100

First Seen

Feb 19, 2026

Last Scanned

Feb 22, 2026

Findings

5

Score

25/100

HIGH 5

Findings (5)

HIGH
Zero-width character obfuscation
L28

Detects zero-width characters used to hide content

FIX

Remove hidden directives embedded in markdown, HTML comments, or encoded text. All agent-facing text should be explicit and visible in the skill definition.

FP?

Likely FP if the match is a standard markdown formatting pattern or HTML comment used for documentation rather than concealing directives.

HIGH
Self-modifying agent instructions
L272

Detects skills that write or promote content into agent instruction files

append to 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
Self-modifying agent instructions
L347

Detects skills that write or promote content into agent instruction files

write to 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
Self-modifying agent instructions
L397

Detects skills that write or promote content into agent instruction files

write to 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
Zero-width character obfuscation
L448

Detects zero-width characters used to hide content

FIX

Remove hidden directives embedded in markdown, HTML comments, or encoded text. All agent-facing text should be explicit and visible in the skill definition.

FP?

Likely FP if the match is a standard markdown formatting pattern or HTML comment used for documentation rather than concealing directives.