my skill
Analysis
This skill is purpose-aligned for DMS database administration, but it can perform high-impact database, instance, team, and user changes that should be reviewed carefully before use.
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.
1. **自动实例管理** - 数据库实例的添加、删除、修改 ... 2. **数据查询** - SQL 执行 ... 4. **自动团队配置管理** - 团队创建、用户邀请、实例分配
The skill grants broad DMS mutation authority, including database instance changes, SQL execution, and team/user administration, without visible guardrails such as explicit confirmation or scoped read-only defaults.
`java -jar dms-cli.jar instance login`
The skill depends on an external Java CLI jar, while the provided artifact set has no install spec or bundled code showing its provenance.
`java -jar dms-cli.jar sql execute --instance-id 10413 --sql "SHOW DATABASES"`
The skill instructs use of a local Java command-line tool to perform DMS operations. This is central to the stated purpose, but it is still local code execution.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
使用数据库账号和密码登录,**需要用户手动提供真实密码** ... `--password <数据库密码>`
The skill expects real database credentials for login. This is purpose-aligned for DMS, but it is sensitive account access.
返回: {"code":200,"data":"26d4540fe7e01ff1",...} -- Token 在 data 字段 ... `--instance-token "26d4540fe7e01ff1"`The workflow obtains and reuses instance tokens for SQL execution. This is expected, but token handling is sensitive.
