World Model

ReviewAudited by ClawScan on May 10, 2026.

Overview

This skill does not show exfiltration or destructive code, but it relies on missing/unreviewed implementation files and makes strong AGI accuracy claims that users could over-trust.

Do not rely on this skill for real risk assessment or system-change decisions unless the missing implementation files are provided and independently reviewed. If installed, inspect or clear its local state files and treat its predictions as unverified advisory output.

Findings (3)

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 skill may fail at runtime or could execute implementation code that was not included in this review.

Why it was flagged

The wrapper executes a local world_model.py module, but that file is not present in the provided file manifest. If the skill depends on a separately supplied file, the reviewed artifacts do not show what code would run.

Skill content
spec = importlib.util.spec_from_file_location("world_model", Path(__file__).parent / "world_model.py") ... spec.loader.exec_module(module)
Recommendation

Only install if the full implementation is supplied and reviewed, or require the package to remove the dynamic dependency on missing files.

What this means

A user or agent could over-rely on unsupported predictions when making operational or business decisions.

Why it was flagged

The skill presents authoritative AGI/performance claims and encourages use for risk assessment, but the included artifacts do not substantiate those claims or provide the documented implementation.

Skill content
priority: "critical" ... prediction_accuracy: "85%" ... causal_reasoning: "92%" ... Assess-Risk -Action "major_system_change"
Recommendation

Treat outputs as unverified suggestions, not reliable risk analysis, unless the publisher provides working code, validation data, and clear limitations.

What this means

Stale or incorrect stored state could influence future predictions, and retained context may include user or environment details.

Why it was flagged

The skill is designed to retain and reuse world-state/history information, and the package includes persistent JSON state and prediction log files.

Skill content
Track changes over time (unlimited history) ... Maintain state history (with decay) ... Detect anomalies (automatic)
Recommendation

Review and clear the JSON state/log files periodically, and avoid letting the skill treat stored state as authoritative without user confirmation.