Skill Perf

Security checks across malware telemetry and agentic risk

Overview

This is a coherent performance-measurement skill, but it will actually run the target skill in subagents and read local OpenClaw session usage files to create reports.

This skill appears purpose-aligned for measuring OpenClaw skill token cost. Before installing, be aware that it performs real target-skill runs in subagents, consumes tokens, reads local OpenClaw session usage files, and saves localhost-viewable HTML reports. Use non-destructive test cases and do not share generated reports until you have checked them for sensitive details.

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.

#
ASI02: Tool Misuse and Exploitation
Medium
What this means

Measuring a skill can consume tokens, take time, and may perform real actions if the tested skill controls devices, accounts, files, or services.

Why it was flagged

Benchmarking requires a real execution of the target skill in a child agent, so any side effects of the target skill may also occur during measurement.

Skill content
task 让 subagent **完整执行被测 skill 一次**
Recommendation

Use safe test inputs, avoid benchmarking destructive workflows directly, and ask for confirmation before testing skills that can mutate data or affect external systems.

#
ASI05: Unexpected Code Execution
Low
What this means

Local code from the skill package will run on the user’s machine as part of normal operation.

Why it was flagged

The skill instructs the agent to run local shell and Python helper scripts to wait for sessions and generate the report.

Skill content
bash ~/.openclaw/skills/skill-perf/scripts/wait_and_report.sh
Recommendation

Install only if you are comfortable running the bundled helper scripts, and inspect them if you have strict local-execution requirements.

#
ASI06: Memory and Context Poisoning
Medium
What this means

The skill accesses local agent session records and stores derived reports, which may reveal usage metadata about recent agent runs.

Why it was flagged

The skill reads local OpenClaw session JSON/JSONL artifacts to extract token usage and generate benchmark reports.

Skill content
从 `.jsonl` 取 totalTokens,计算净消耗
Recommendation

Review generated reports before sharing them and avoid running benchmarks that would cause sensitive task details to be included in local report artifacts.

#
ASI04: Agentic Supply Chain Vulnerabilities
Info
What this means

Users have less provenance information for verifying where the bundled scripts came from.

Why it was flagged

The registry metadata does not provide an upstream source or homepage for a skill that includes runnable helper scripts.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer installing from a trusted registry entry or verified source, and review the included scripts before relying on the reports.