self-improving-agent

clawhub:self-improving-agent

View source
D
40/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

10

Score

40/100

HIGH 4
LOW 6

Findings (10)

HIGH
Self-modifying agent instructions
L21

Detects skills that write or promote content into agent instruction files

Promote to `CLAUDE.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
L23

Detects skills that write or promote content into agent instruction files

Promote to `TOOLS.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
L24

Detects skills that write or promote content into agent instruction files

Promote 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
L303

Detects skills that write or promote content into agent instruction files

promote to CLAUDE.md or .github/copilot-instructions
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.

LOW
Shell script file execution
L426

Detects execution of shell script files via bash/sh command or direct invocation

./skills/self-improvement/scripts/activator.sh
FIX

Replace direct shell script execution with a language-native implementation or a sandboxed executor. If shell scripts must run, restrict them to a vetted allowlist with integrity checks.

FP?

Likely FP if the match references running a script that is part of the skill's own repository (e.g., ./setup.sh) with clear, auditable contents.

LOW
Shell script file execution
L444

Detects execution of shell script files via bash/sh command or direct invocation

./skills/self-improvement/scripts/activator.sh
FIX

Replace direct shell script execution with a language-native implementation or a sandboxed executor. If shell scripts must run, restrict them to a vetted allowlist with integrity checks.

FP?

Likely FP if the match references running a script that is part of the skill's own repository (e.g., ./setup.sh) with clear, auditable contents.

LOW
Shell script file execution
L451

Detects execution of shell script files via bash/sh command or direct invocation

./skills/self-improvement/scripts/error-detector.sh
FIX

Replace direct shell script execution with a language-native implementation or a sandboxed executor. If shell scripts must run, restrict them to a vetted allowlist with integrity checks.

FP?

Likely FP if the match references running a script that is part of the skill's own repository (e.g., ./setup.sh) with clear, auditable contents.

LOW
Shell script file execution
L487

Detects execution of shell script files via bash/sh command or direct invocation

bash
   ./skills/self-improvement/scripts/extract-skill.sh
FIX

Replace direct shell script execution with a language-native implementation or a sandboxed executor. If shell scripts must run, restrict them to a vetted allowlist with integrity checks.

FP?

Likely FP if the match references running a script that is part of the skill's own repository (e.g., ./setup.sh) with clear, auditable contents.

LOW
Shell script file execution
L488

Detects execution of shell script files via bash/sh command or direct invocation

./skills/self-improvement/scripts/extract-skill.sh
FIX

Replace direct shell script execution with a language-native implementation or a sandboxed executor. If shell scripts must run, restrict them to a vetted allowlist with integrity checks.

FP?

Likely FP if the match references running a script that is part of the skill's own repository (e.g., ./setup.sh) with clear, auditable contents.

LOW
Shell script file execution
L489

Detects execution of shell script files via bash/sh command or direct invocation

./skills/self-improvement/scripts/extract-skill.sh
FIX

Replace direct shell script execution with a language-native implementation or a sandboxed executor. If shell scripts must run, restrict them to a vetted allowlist with integrity checks.

FP?

Likely FP if the match references running a script that is part of the skill's own repository (e.g., ./setup.sh) with clear, auditable contents.