IRS Strategy Development Skill

WarnAudited by ClawScan on May 10, 2026.

Overview

This is a coherent IRS trading-strategy reference, but it exposes plaintext internal database and website credentials and includes live-trading order capabilities.

Do not rely on the exposed database or website credentials as-is; ask the publisher to remove and rotate them. If you use the skill, verify the private NuGet template source and treat any IRS.Trader workflow or generated order-placement code as capable of real financial trading unless you have confirmed it is in backtest or simulation mode.

Findings (3)

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

Anyone with access to the skill may learn shared credentials for internal financial data systems if those systems are reachable.

Why it was flagged

The skill embeds plaintext database and website credentials in documentation. These credentials are not merely requested from the user; they are included in the artifact and could be exposed to any installer or agent context.

Skill content
连接串:`Server=192.168.1.129;Database=JYDB;User Id=Traders;Password=abcd4321;...` ... 在线数据字典:https://dd.gildata.com/(用户名:szsgdsjk01,密码:gildata@123)
Recommendation

Remove the credentials from the skill, rotate the exposed passwords, and require users to provide access through approved secret-management or environment-variable mechanisms.

What this means

Generated or modified strategies could submit real orders if run against a live trading setup.

Why it was flagged

The skill intentionally documents live/simulated trading and algorithmic order placement. This is aligned with its purpose, but it is high-impact and can place trades when used in the user's IRS environment.

Skill content
IRS(开发代号 SunnyQuant)是一个基于 C#/.NET 的量化投研系统,支持策略编写、回测(IRS.Lab)和实盘交易(IRS.Trader)。 ... 所有下单均通过算法单(AlgoOrder)完成。
Recommendation

Use backtest or simulation modes first, confirm whether IRS.Trader is connected to live or simulated accounts, and require explicit user approval before running any strategy that can place orders.

What this means

A user may install template code from a private package source that ClawScan did not review.

Why it was flagged

The setup guidance installs a template from a private NuGet source using --force. This is purpose-aligned setup documentation, but the package/version is not pinned in the artifact.

Skill content
dotnet new install SGD.InvestorResearchSystem --nuget-source https://nuget.shengguanda.com/v3/index.json --force
Recommendation

Verify the NuGet source, package identity, and version before installation; prefer pinned versions and avoid --force unless needed.