Agi Term Helper
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
NoteHigh Confidence
ASI02: Tool Misuse and ExploitationWhat 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.
