Finance Search Agent Strategy
Analysis
This is a prompt-only finance research skill that is broadly coherent, with noteworthy reliance on external search tools and search-result authority.
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.
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.
prioritize calling `discover_tools` and `execute_search_tool` sequentially
The skill instructs the agent to use tool discovery and search execution tools. This is consistent with a search/research skill, but it means the agent may initiate external search workflows through whatever tools are available.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Real-time information returned by external tools is the only source of truth... you must unconditionally adopt the search results
The skill tells the agent to strongly trust retrieved external information. For a research skill this is understandable, but untrusted or low-quality search results could be over-weighted if not cross-checked.
