Immortal_Brain

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If you miss the approval window, the agent may proceed with planned work automatically; broad or unsafe tasks could change files or agent state before you review them.

Why it was flagged

The documented workflow explicitly allows task steps to proceed into execution without fresh user approval after a timeout, and the artifacts do not define allowed or blocked actions.

Skill content
"Execution" - Execută pașii (dacă aprobat sau timeout 6 min) ... Bătaia 3: Auto-aprobată și continuă execuția
Recommendation

Disable timeout auto-approval or require explicit confirmation before any file, account, tool, or configuration change; define allowed task scopes and rollback behavior.

What this means

Once enabled, it may keep acting in the background every two minutes and continue processing tasks even when you are not actively supervising it.

Why it was flagged

The skill is designed to run repeatedly as an autonomous heartbeat, processing tasks and state outside a single user-invoked command.

Skill content
# Frecvență: 2 minute ... La fiecare 2 minute ... Rulează `python skills/immortal-brain/scripts/brain_service.py heartbeat`
Recommendation

Only enable the heartbeat, scheduler, or daemon if you want persistent automation; document how to stop it and prefer manual runs until trust is established.

What this means

Private preferences, tool notes, user profile details, and agent identity/memory can be rewritten or reused across future tasks; bad entries could poison later decisions.

Why it was flagged

The skill automatically analyzes, versions, and optimizes persistent memory and identity files that can contain user profile, tool, and behavioral context and influence future agent behavior.

Skill content
gestionarea automată ... SOUL.md, TOOLS.md, MEMORY.md, USER.md, IDENTITY.md ... Optimizare automată MEMORY.md ... Versionare și istoric complet
Recommendation

Back up these files, keep secrets out of memory/tool notes, review generated changes, and require approval before automatic optimization or identity updates.

What this means

Running setup as administrator gives the commands more power than ordinary workspace file creation usually needs.

Why it was flagged

The quick-install instructions ask for an elevated command prompt to create and copy OpenClaw workspace files; no credential abuse is shown, but administrator elevation broadens local impact.

Skill content
Deschide CMD ca Administrator și scrie: ... mkdir ... copy
Recommendation

Run installation with normal user permissions when possible, and elevate only if you understand why it is required.

What this means

It is harder to verify where the code came from and whether the installed files match the documented behavior.

Why it was flagged

The registry metadata does not establish provenance or declare the Python/runtime setup even though the documentation relies on local scripts and manual heartbeat activation.

Skill content
Source: unknown; Homepage: none ... No install spec — this is an instruction-only skill ... Required binaries: none
Recommendation

Inspect the installed scripts, use a trusted source, and declare Python/runtime paths and automation steps before enabling the skill.