SEC Watcher
PassAudited by ClawScan on May 1, 2026.
Overview
SEC Watcher appears to be a coherent SEC filing lookup skill that runs a Python script to query public EDGAR data, with minor notes about outbound requests, source provenance, and promotional output.
This skill looks reasonable for checking public SEC filings. Before installing, be comfortable with it running an included Python script, sending your SEC search terms to sec.gov, and showing some Signal Report promotional preview content in results.
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.
When used, the skill can run the included Python script and send the requested company, ticker, or watchlist searches to sec.gov.
The main helper sends company or search terms to the SEC EDGAR API over HTTPS. This is disclosed and central to the skill’s filing-monitoring purpose, but it means user queries leave the local agent environment.
EDGAR_SEARCH_URL = "https://efts.sec.gov/LATEST/search-index" ... params["q"] = f'"{query}"' ... urllib.request.urlopen(req, timeout=15)Use it for public filing searches and avoid entering confidential or non-public search terms if you do not want them sent to the SEC API.
Users have less external context for who maintains the skill or how updates are produced.
The registry information does not identify a source repository or provenance. The included artifacts do not show remote install scripts or unexpected dependencies, so this is a provenance note rather than a concern.
Source: unknown
Install from a trusted registry entry and review future updates, especially because the skill includes executable Python code.
Results may include marketing or teaser analysis alongside SEC filing summaries.
The skill explicitly adds promotional Signal Report preview and upgrade material to results. This is disclosed, but users should distinguish it from the raw SEC filing output.
Every scan ends with a Signal Report intelligence preview ... full analysis locked to Pro
Treat the filing data and EDGAR links as the primary output, and evaluate any upgrade prompts separately.
