Skill Orchestra

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.

What this means

If connected to a broader routing system, this skill could influence which other skills an agent chooses for a task.

Why it was flagged

The router's catalog includes names of potentially high-impact downstream skills, although the visible code only selects a skill name and does not itself post content or control the desktop.

Skill content
"twitter-thread": {"type": "content", "domain": "social"...} ... "desktop-control": {"type": "automation", "domain": "desktop"...}
Recommendation

Keep normal confirmations and permissions on any downstream skills, especially skills that can post publicly, modify systems, or automate the desktop.

What this means

Using the skill runs its bundled Python implementation through the wrapper.

Why it was flagged

The wrapper dynamically loads the bundled local skill_orchestra.py file. This is a normal wrapper pattern for executing the skill's own implementation, not evidence of hidden remote code execution.

Skill content
spec.loader.exec_module(module)
Recommendation

Install only versions from a trusted registry or publisher and review bundled code changes when upgrading.

What this means

Past recorded success and quality values may influence which skill is selected later in the same runtime.

Why it was flagged

The performance tracker records execution metrics that can affect later routing choices. The shown data is operational metadata, not task content, credentials, or persistent storage.

Skill content
self.history[skill_name].append({"timestamp": datetime.now().isoformat(), "success": result.success, "quality": result.quality, "duration": result.duration, "cost": result.cost})
Recommendation

Treat routing history as advisory and reset or inspect it if routing behavior becomes unexpected.

What this means

There is less external provenance to rely on when deciding whether to trust updates or publisher claims.

Why it was flagged

The package has limited provenance information, although the provided artifacts do not show remote install scripts, hidden dependencies, or suspicious static-scan findings.

Skill content
Source: unknown; Homepage: none
Recommendation

Prefer installing from a trusted publisher and re-check the artifacts on version changes.