Technical Accounting Research Skill

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a coherent accounting research and DOCX-generation workflow, with notable but disclosed reliance on installing and running an external local FinResearchClaw repository.

Before installing, verify the external FinResearchClaw repository and use a local virtual environment. Do not provide confidential accounting facts to web searches unless you are comfortable with the search provider seeing the query.

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.

What this means

Installing or running the required external repo could execute code outside this reviewed skill package.

Why it was flagged

The skill depends on an external GitHub repository that is not included in the artifact set and is not pinned to a commit or release.

Skill content
git clone https://github.com/ChipmunkRPA/FinResearchClaw.git ~/.openclaw/workspace/AutoResearchClaw ... pip install -e .
Recommendation

Review the FinResearchClaw repository and pin a trusted version before installing or running it.

What this means

The skill may run local code and install dependencies as part of producing accounting deliverables.

Why it was flagged

The skill explicitly allows local Python environment creation and execution of supporting code, which is expected for its DOCX/report workflow but should be visible to the user.

Skill content
The skill may create and activate a task-local virtual environment to run FinResearchClaw, supporting scripts, and output-generation dependencies.
Recommendation

Run it in a task-specific virtual environment, avoid elevated privileges, and confirm the output path before generating files.