FireAnt Stock Checker

PassAudited by ClawScan on May 1, 2026.

Overview

This looks like a straightforward stock-checking skill, but users should expect it to run a local OpenClaw browser workflow and send queried stock symbols to Google and FireAnt.

Before installing, be comfortable with the skill opening an OpenClaw browser session and sending requested stock symbols to Google and FireAnt.vn. The reviewed code is coherent with the stated purpose, but the source metadata is limited, so verify the publisher if that matters to you.

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

When used, the skill may open and control an OpenClaw browser session to search Google and navigate to FireAnt pages for the requested symbols.

Why it was flagged

The skill executes local OpenClaw browser commands. This is central to its stated FireAnt stock-checking purpose and is not hidden, but users should understand that it can drive browser actions.

Skill content
subprocess.run(['openclaw'] + command, capture_output=True, text=True, timeout=30)
Recommendation

Use it only for intended stock/index lookups and expect browser/network activity during execution.

What this means

Users have less external context for verifying the maintainer, source history, or updates.

Why it was flagged

The package provenance is not documented with a source repository or homepage. The included code is readable and purpose-aligned, so this is a provenance note rather than a security concern.

Skill content
Source: unknown; Homepage: none
Recommendation

If provenance matters, review the included script and confirm the publisher/version before installing.