self-improving-agent-1-0-1

clawhub:self-improving-agent-1-0-1

View source
C
70/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

8

Score

70/100

HIGH 2
LOW 6

Findings (8)

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
L218

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
L341

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
L359

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
L366

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
L402

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
L403

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
L404

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.