ADI Decision Engine
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to be a benign local decision-analysis helper, with the main caution that it relies on a locally installed ADI package or CLI.
Before installing, make sure you trust the local `adi-decision` package or `adi` CLI it will use. The skill does not request API keys or network access, and its behavior is limited to local decision-analysis workflows.
Findings (2)
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.
Decision results depend on whichever ADI package or CLI is installed locally.
The skill relies on an external local runtime that is disclosed and central to its purpose, but the artifacts do not pin or bundle that dependency.
either an importable `adi-decision` package or the `adi` CLI on `PATH`
Install the ADI runtime only from a trusted source and prefer a known, reviewed version.
The local ADI CLI will process the decision data supplied to the skill.
The skill can invoke a local `adi` CLI with the user's decision request. The command is fixed, does not use a shell, and is aligned with the skill purpose.
command = [cli, "decide", "--input", temp_path] result = subprocess.run(command, capture_output=True, text=True, check=False)
Use this with a trusted local ADI CLI and avoid supplying sensitive decision data unless you trust the local environment.
