Oracle
Analysis
The skill is coherent and user-directed, but it relies on an external Oracle CLI that can send selected files to AI providers and store local sessions, so users should control what they attach.
Findings (5)
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.
node | package: @steipete/oracle | creates binaries: oracle
The skill requires installing and running an external npm-provided CLI. That is central to the skill's purpose, but users should trust the package source before installation.
Remote browser host: - Host: `oracle serve --host 0.0.0.0 --port 9473 --token <secret>`
The documentation includes an optional remote browser server bound to all interfaces. It is token-protected and disclosed, but it exposes a browser-automation workflow beyond the local machine if used.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Auto-pick: `api` when `OPENAI_API_KEY` is set; otherwise `browser`.
The CLI can use an existing OpenAI API key from the environment, even though the registry metadata declares no required credentials. This appears optional and purpose-aligned, not hidden.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Oracle bundles your prompt + selected files into one “one-shot” request so another model can answer with real repo context (API or browser automation).
The core workflow sends user-selected prompts and files to another model/provider. This is disclosed and aligned with the skill's purpose, but it is an important data-sharing boundary.
Stored under `~/.oracle/sessions` (override with `ORACLE_HOME_DIR`).
The CLI stores sessions locally for reattachment. Persistent session state is disclosed and useful for long-running tasks, but may retain task context.
