Everything Openclaw (EO)

Security checks across malware telemetry and agentic risk

Overview

Prompt-injection indicators were detected in the submitted artifacts (system-prompt-override); human review is required before treating this skill as clean.

This skill looks coherent for a multi-expert development assistant. Before installing, treat it as executable third-party plugin code, not just prompt text; install from the intended source, review high-impact outputs like deployment/security advice, and reset or correct memory/context when working on sensitive projects. ClawScan detected prompt-injection indicators (system-prompt-override), so this skill requires review even though the model response was benign.

VirusTotal

VirusTotal engine telemetry is currently stale for this artifact.

View on VirusTotal

Risk analysis

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.

#
ASI01: Agent Goal Hijack
Info
What this means

The agent may adopt strong specialist personas and apply their rules when the skill is used.

Why it was flagged

The skill includes authoritative role instructions for expert personas. In context, this is purpose-aligned, but it can shape the agent's behavior during expert-mode responses.

Skill content
You are **Anthropologist**... ## 🚨 Critical Rules You Must Follow
Recommendation

Use the skill for expert collaboration, but keep user instructions and OpenClaw safety rules as the higher priority.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

The agent could help with code review, security scanning, or deployment-related workflows when invoked.

Why it was flagged

The skill advertises automation-oriented development commands. They are relevant to the plugin's purpose, but deployment and security workflows can affect important project decisions if used uncritically.

Skill content
| `/security-scan` | Security audit |\n| `/deploy` | Deployment automation |
Recommendation

Review plans and outputs before making deployment, production, or security-impacting changes.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

Installing the plugin means trusting the repository and its packaged code.

Why it was flagged

The installation path pulls a plugin from a GitHub source. This is disclosed and user-directed, but it creates normal third-party code supply-chain trust considerations.

Skill content
openclaw plugins install https://github.com/467718584/everything-openclaw
Recommendation

Install only from the intended repository, review the source/lockfile when possible, and keep the plugin updated from trusted versions.

#
ASI05: Unexpected Code Execution
Low
What this means

Using the plugin can run local plugin code rather than only adding static prompts.

Why it was flagged

The artifacts clearly disclose that the plugin is not only documentation; it includes TypeScript execution as part of its architecture.

Skill content
**MD + TS Hybrid Architecture** ... │  .md    │→│  .ts    │ ... │ (define)│  │ (execute)│
Recommendation

Treat this as an executable plugin, not a text-only skill; install it only if you trust the publisher and reviewed behavior is acceptable.

#
ASI06: Memory and Context Poisoning
Low
What this means

Prior context or expert-tracked assumptions may influence later outputs.

Why it was flagged

The skill advertises memory management, and expert files describe tracking details across a conversation. This is useful for collaboration but can carry stale or user-influenced context forward.

Skill content
- **Proactive Memory Management**
Recommendation

Periodically reset or correct the agent's context for sensitive or high-stakes tasks, and verify important assumptions.