Vincent - Trade Manager

PassAudited by ClawScan on May 10, 2026.

Overview

This skill is coherent and purpose-aligned, but it gives a backend trading system ongoing authority to monitor Polymarket positions and automatically sell when user-created rules trigger.

Install/use this only if you trust the Vincent backend and @vincentai CLI for financial automation. Pin or verify the CLI package where possible, create narrowly scoped rules, check key and policy settings, and regularly review or cancel active rules.

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.

What this means

A misconfigured rule could sell an entire Polymarket position automatically.

Why it was flagged

The skill can cause trades to be executed automatically when a configured rule triggers. This is expected for a trade manager, but it is high-impact account mutation.

Skill content
automatically executes trades when price conditions are met
Recommendation

Only create rules you understand, double-check market IDs/token IDs and trigger prices, and review the event log after activation.

What this means

Anyone or any agent workflow using the relevant key ID could create, update, or cancel automated exit rules if otherwise authorized.

Why it was flagged

The skill relies on existing Polymarket/Vincent account authority to manage positions. This is purpose-aligned, but the authority can affect financial positions.

Skill content
Uses the same API key as the Polymarket skill
Recommendation

Use the least-privileged key available, keep key IDs private, and confirm Vincent policy limits and approvals before enabling automated execution.

What this means

A future CLI version or package provenance issue could change what commands do compared with this reviewed artifact.

Why it was flagged

The documented commands execute the latest version of an external npm CLI package rather than a pinned version. That is common for CLI-based skills, but it means behavior can change over time.

Skill content
npx @vincentai/cli@latest trade-manager create-rule
Recommendation

Prefer a pinned, trusted CLI version when possible and verify the package source before using it for trading automation.

What this means

Your active rules, trigger prices, and execution history may be retained by the Vincent backend.

Why it was flagged

Trading rules and event history are persisted in a backend database. This is necessary for ongoing monitoring, but it stores user trading state beyond the immediate chat/session.

Skill content
Stores rules and events in the Vincent database
Recommendation

Review Vincent’s data retention/access controls and avoid creating rules that reveal strategies you are not comfortable storing there.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

Rules may trigger after the original session ends, changing positions without another direct prompt at trigger time unless approval policies require it.

Why it was flagged

The skill is designed to keep monitoring and act later through a backend worker. This is disclosed and purpose-aligned, but it is persistent autonomous behavior.

Skill content
The Trade Manager monitors prices in real-time via WebSocket (with polling as fallback)
Recommendation

Periodically list active rules, cancel stale rules, and confirm that approval/spending-limit policies match your risk tolerance.