Skill Routing Benchmark

Security checks across malware telemetry and agentic risk

Overview

The skill appears benign: it creates routing benchmark reports and only uses declared, user-directed local Python/file handling, though its source provenance is limited.

This looks safe for its stated purpose. Before installing, note that it comes from an unknown source and may run a local Python script if invoked; use it on files you intend to analyze, avoid sensitive content unless needed, and review generated drafts before taking any external action.

VirusTotal

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

#
ASI04: Agentic Supply Chain Vulnerabilities
Info
What this means

Users have less external assurance about who maintains the skill, even though the included artifacts look coherent.

Why it was flagged

The bundle has limited provenance information, although it does not include a remote installer or third-party package dependency.

Skill content
Source: unknown; Homepage: https://example.invalid/skills/skill-routing-benchmark
Recommendation

Treat it as an unknown-source local skill: review the bundled files before running the helper script and prefer trusted registry channels.

#
ASI05: Unexpected Code Execution
Low
What this means

Running the helper executes local code that can process selected input files and produce an output report.

Why it was flagged

The skill explicitly allows running a bundled Python script. This is disclosed and central to generating reports, not hidden or unrelated.

Skill content
如运行环境允许 shell / exec,可使用: python3 "{baseDir}/scripts/run.py" --input <输入文件> --output <输出文件>
Recommendation

Run it only on intended inputs, review the generated output, and avoid using elevated privileges.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

The script may read user-selected local materials and write a report file if an output path is provided.

Why it was flagged

The documented CLI accepts local input and output paths. This is expected for a report generator, but users should choose paths deliberately.

Skill content
--input 输入文件或目录; --output 输出文件,默认 stdout; --dry-run 仅分析不写文件
Recommendation

Use dry-run/stdout when testing, avoid sensitive inputs unless necessary, and confirm output paths before writing files.