Agi Term Helper

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

Overview

This is a transparent, user-invoked shortcut for running exactly the terminal command you type, with no code or automatic execution included.

Install only if you want a manual power-user shortcut for running exact terminal commands. Treat it like typing directly into a shell: double-check paths before delete or overwrite commands, avoid secrets on the command line, and avoid curl-pipe-to-shell style commands.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

64/64 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.

#
ASI02: Tool Misuse and Exploitation
Medium
What this means

If you type a destructive or unsafe command, it can run with the permissions of your OpenClaw exec environment.

Why it was flagged

This exposes raw terminal execution, which can affect files or system state, but it is the stated purpose of the skill and is explicitly user-directed.

Skill content
whatever you type after `/term` is forwarded **as-is** to OpenClaw’s `exec` tool
Recommendation

Use this only for commands you already understand, prefer read-only checks, and avoid putting secrets or remote install pipelines in commands.