DellPCgame

Security checks across static analysis, malware telemetry, and agentic risk

Overview

The skill mostly behaves like a local self-improvement logger, but its package identity is inconsistent and it can persistently change agent memory/context, so it should be reviewed before installation.

Install only if you intentionally want a persistent self-improvement log. Verify the publisher/source because the registry identity does not match the bundled metadata, keep hooks disabled unless desired, and review/redact any .learnings or promoted memory files before they influence future sessions.

Static analysis

No static analysis findings were reported for this release.

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.

#
ASI04: Agentic Supply Chain Vulnerabilities
Medium
What this means

A user may not be able to reliably verify which package or publisher they are enabling.

Why it was flagged

The registry identity does not match the bundled package metadata, and the source/homepage information is unclear, creating a provenance gap for a skill that can affect persistent agent context.

Skill content
Registry metadata: Name DellPCgame, slug dellwindow17, version v10.1.07; _meta.json: "slug": "self-improving-agent", "version": "3.0.16"
Recommendation

Verify the publisher and source repository before installing, and ask the publisher to align the registry name, slug, version, and bundled metadata.

#
ASI06: Memory and Context Poisoning
Medium
What this means

Incorrect, sensitive, or attacker-influenced notes could be reused by future agents and change their behavior across sessions.

Why it was flagged

The skill is explicitly designed to persist learnings and promote them into memory files that can influence future sessions; the provided instructions include redaction guidance but do not clearly require user approval before promotion.

Skill content
Log learnings and errors to markdown files for continuous improvement... important learnings get promoted to project memory.
Recommendation

Review .learnings/ and promoted memory files regularly, require explicit user approval before promotion, and avoid storing secrets, raw transcripts, or full command output.

#
ASI10: Rogue Agents
Low
What this means

If enabled, the agent will repeatedly receive self-improvement reminders at startup.

Why it was flagged

The optional OpenClaw hook injects a reminder into bootstrap context on each main agent session. This is disclosed and purpose-aligned, but it is persistent behavior once enabled.

Skill content
Fires on agent:bootstrap event... Injects a reminder... event.context.bootstrapFiles = cleanedBootstrapFiles
Recommendation

Enable the hook only if you want recurring reminders, and disable it if you do not want persistent bootstrap context changes.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

Session transcripts or learning summaries could be shared across sessions if the user or agent invokes those tools.

Why it was flagged

The skill documents cross-session transcript reading and message sending. It includes appropriate cautions, but these capabilities can expose sensitive context if used carelessly.

Skill content
sessions_history — Read another session's transcript... sessions_send — Send a learning to another session... Use these only in trusted environments and only when the user explicitly wants cross-session sharing.
Recommendation

Use cross-session tools only with explicit user intent, and share short redacted summaries instead of raw transcripts or command output.