Aigroup Financial Services Openclaw Release

Security checks across malware telemetry and agentic risk

Overview

Prompt-injection indicators were detected in the submitted artifacts (base64-block, unicode-control-chars); human review is required before treating this skill as clean.

This bundle looks aligned with its financial modeling and deliverable-generation purpose. Before installing, confirm you trust the publisher, review the bundled MiniMax-derived office components, install Python/Node dependencies from trusted sources, and only process confidential client or deal data after verifying the external MCP and host office skills your OpenClaw environment will use. ClawScan detected prompt-injection indicators (base64-block, unicode-control-chars), so this skill requires review even though the model response was benign.

VirusTotal

VirusTotal engine telemetry is currently stale for this artifact.

View on VirusTotal

Risk analysis

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.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

Using the office-generation features may run bundled code that was not installed through a package manager or pinned dependency workflow.

Why it was flagged

The bundle includes prebuilt executable/binary office components. This is purpose-aligned for DOCX generation, but users must trust the vendored binary provenance.

Skill content
skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/bin/Debug/net8.0/MiniMaxAIDocx.Cli (124240 bytes)
Recommendation

Install only if you trust the publisher and review or rebuild bundled binaries where possible for high-sensitivity environments.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

The skill may not work until additional local tools are installed, and those tools become part of the trusted workflow.

Why it was flagged

The registry metadata declares no required binaries, but the quickstart documents runtime dependencies. This is disclosed and purpose-aligned, but under-declared in metadata.

Skill content
Runtime dependencies (must be on PATH) ... `python3` ... `uvx` ... `node` ... `python-pptx` ... `pptxgenjs`
Recommendation

Install dependencies from trusted sources and verify versions before running financial-document generation workflows.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

A mistyped or modified cleanup command could delete unintended local files.

Why it was flagged

The troubleshooting docs include a destructive shell cleanup command. It is scoped to OpenClaw cache directories and user-directed, but users should understand it before running it.

Skill content
find /var/folders -name "openclaw-clawhub-package-*" -type d 2>/dev/null | xargs rm -rf
Recommendation

Run setup and cleanup commands manually, inspect paths first, and avoid copying modified commands from untrusted sources.

#
ASI07: Insecure Inter-Agent Communication
Low
What this means

Company, deal, or financial materials may be passed through other configured tools or host skills during analysis and document generation.

Why it was flagged

The suite is designed to rely on other installed plugins and MCP services for data collection and routing. This is disclosed and aligned with the financial workflow, but it means data boundaries depend on those external components.

Skill content
expects data collection to come from AIGroup lead-intelligence plugins and MCP services
Recommendation

Confirm which MCP services and host office skills are installed and trusted before processing confidential client or deal information.

#
ASI09: Human-Agent Trust Exploitation
Info
What this means

Users might retry installation without fully investigating a fresh safety warning.

Why it was flagged

The troubleshooting text may lead users to treat scanner warnings as cache/version issues. It does not instruct disabling safety controls, but scanner warnings should still be independently reviewed.

Skill content
If the safety scanner reports a dangerous code pattern ... it's likely a downstream plugin (not this one) or an older version of this plugin.
Recommendation

If a current install is blocked by a scanner, verify the exact package version and warning details instead of assuming it is a stale cache issue.