AGI / Artificial General Intelligence

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

The assistant may remember style or reasoning preferences locally and reuse them later.

Why it was flagged

The skill stores ongoing observations about the user and interaction patterns, which is purpose-aligned but creates persistent context that can influence future responses.

Skill content
Over time, you might learn:
- User's preferred communication style (verbose vs concise)
- Their domain expertise level
...
Learn this naturally from interaction. Don't ask.
Recommendation

Review or delete files under ~/agi/ if you do not want this persistent memory, and avoid letting sensitive personal details be saved there.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If approved, this skill may become active automatically in later sessions.

Why it was flagged

The skill can persist its activation across future sessions by modifying a memory file, but the artifact explicitly says to ask once and require user consent.

Skill content
"Want me to add AGI to your MEMORY.md so it activates automatically in future sessions?" ... If yes → add ONE line to user's `~/MEMORY.md`
Recommendation

Only approve the MEMORY.md change if you want this behavior by default; remove the added line later if you change your mind.

What this means

A user could over-trust the assistant's answers because of the AGI framing.

Why it was flagged

The branding and capability language may overstate what an instruction-only skill can provide, even though the skill also includes humility and uncertainty guidance.

Skill content
Activate alongside any other skill to add human-level reasoning, planning, and self-awareness.
Recommendation

Treat this as a reasoning prompt, not actual artificial general intelligence; verify important or high-stakes answers independently.