Ask Claude Skill

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

Overview

This skill is coherent, but it should be reviewed because it runs Claude Code with permission prompts bypassed, allowing file edits or shell commands in the selected workdir.

Install only if you intentionally want your OpenClaw agent to delegate work to Claude Code with broad local project authority. Verify the wrapper script path, confirm the workdir before use, avoid sensitive projects unless necessary, and consider requiring explicit approval before file edits or shell commands.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

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.

What this means

Claude Code may modify files or run shell commands in the chosen workdir without the normal interactive permission checks.

Why it was flagged

The skill directs the agent to invoke another coding agent with file-editing and bash capabilities while explicitly bypassing Claude Code permission prompts.

Skill content
any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.) ... claude --permission-mode bypassPermissions --print
Recommendation

Use only in trusted projects. Prefer requiring explicit user approval before edits or shell commands, or remove bypassPermissions unless the user intentionally wants fully automatic Claude Code execution.

What this means

The command may fail or may execute a different local script at that path, which weakens confidence that the reviewed artifact is what actually runs.

Why it was flagged

The SKILL.md primary command calls /home/xmanel/.openclaw/workspace/run-claude.sh, but there is no install mechanism showing that the reviewed run-claude.sh will be placed at that absolute path.

Skill content
No install spec — this is an instruction-only skill.
Recommendation

Use a skill-relative wrapper path or document/install the helper deterministically; verify the local run-claude.sh contents before allowing the agent to execute it.

What this means

Delegated tasks run under the user's Claude Code authentication and whatever local access that CLI has.

Why it was flagged

The skill relies on the user's existing authenticated Claude Code CLI session/account.

Skill content
Claude Code authenticated — `claude login`
Recommendation

Confirm you are comfortable using your Claude account for these delegated tasks and keep Claude CLI credentials protected.

What this means

Sensitive project context or earlier mistakes may persist and influence later Claude Code runs when --continue is used.

Why it was flagged

The skill intentionally reuses persistent Claude Code session memory across follow-up tasks in the same workdir.

Skill content
Claude Code stores sessions per-directory in `~/.claude/projects/` ... same file context, same conversation history, same edits.
Recommendation

Use new sessions for unrelated work and clear or review Claude Code session history if sensitive or stale context should not be reused.