Back to skill
v1.0.0

Orc

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 8:09 AM.

Analysis

This appears to be an Apache ORC reference skill with no requested credentials or broad permissions, though it includes optional examples for downloading and running ORC tools.

GuidanceThis looks safe to install as a reference skill. If you copy commands from it, review them first, especially the tool download example and any SQL or Spark write examples that could modify real data.

Findings (1)

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Unexpected Code Execution
SeverityLowConfidenceHighStatusNote
scripts/script.sh
wget https://dlcdn.apache.org/orc/orc-1.9.2/orc-tools-1.9.2-uber.jar
alias orc-tools="java -jar orc-tools-1.9.2-uber.jar"

The reference material shows an optional setup step that downloads a Java jar and creates an alias to run it; this is purpose-aligned for ORC tooling but involves executing downloaded software if the user follows it.

User impactIf followed, the user would download and run the Apache ORC tools jar locally.
RecommendationRun this only intentionally, verify the Apache download source or checksum when possible, and use normal caution before running downloaded tools.