Orc
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.
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.
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.
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.
