Ai Trainer

Security checks across malware telemetry and agentic risk

Overview

This skill is not clearly malicious, but it deserves review because it can automatically write web-derived content into persistent memory and agent rule files.

Install only if you want the assistant to help maintain long-term memory and workspace rule files. Before using it, require the assistant to show proposed changes, get explicit approval before writing AGENTS.md or MEMORY.md, limit trusted documentation sources, and keep backups so changes can be reverted.

VirusTotal

66/66 vendors flagged this skill as clean.

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.

#
ASI06: Memory and Context Poisoning
High
What this means

Incorrect or malicious content from a documentation page could become part of the assistant's future memory or rules and affect later work.

Why it was flagged

The skill instructs the agent to persist information from learned documentation into files that can influence future tasks. There is no clear requirement for user review, rollback, or separation between untrusted web content and operational instructions.

Skill content
Automatically update workspace rules (AGENTS.md) and memory (MEMORY.md) with newly acquired insights.
Recommendation

Require an explicit user-approved diff before any AGENTS.md or MEMORY.md change, keep backups, record sources, and store web-derived notes separately from executable or authoritative rules.

#
ASI02: Tool Misuse and Exploitation
Medium
What this means

The assistant could alter workspace rules or memory in ways the user did not intend, affecting future agent behavior.

Why it was flagged

The skill grants file mutation authority over configuration and memory files, but the artifacts do not define narrow paths, approval gates, backups, or limits on what rule changes are acceptable.

Skill content
`edit`/`write`: Update system configuration and memory files.
Recommendation

Limit writes to specific approved files, require user confirmation for each change, show proposed edits first, and provide a simple rollback process.

#
ASI05: Unexpected Code Execution
Low
What this means

The assistant may run local commands to inspect the environment.

Why it was flagged

Local command execution is disclosed and appears limited to environment checks, but it is still a sensitive capability users should notice.

Skill content
`exec`: Verify local environment status (e.g., Ollama tags, node version).
Recommendation

Ask before running commands and keep them read-only unless the user explicitly requests a change.