US Stock Financials
Analysis
This appears to be a coherent SEC financial-data tool, with caution needed for its global Python package install guidance and its fallback to unverified HTTPS fetching.
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.
ctx.check_hostname = False ctx.verify_mode = ssl.CERT_NONE ... for ctx_factory in (_secure_ctx, _fallback_insecure_ctx):
The script first tries a normal TLS context, then falls back to a context that disables certificate and hostname verification when fetching SEC data.
reportlab (PDF生成): `pip3 install reportlab --break-system-packages`
The documented optional dependency install is unpinned and uses --break-system-packages, which can modify the global Python environment.
