stock screener
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is a coherent instruction-only stock and crypto screener that calls a disclosed public Intellectia API and does not request credentials or persistent access.
This skill appears safe for its stated purpose. Before installing, note that it sends screener requests to Intellectia and may optionally use the Python requests package; do not include private or account-sensitive information in screener queries.
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.
Your screener query parameters may be sent to Intellectia when the skill is used.
The skill directs use of command-line HTTP tooling to call an external API. This is disclosed and central to the screener purpose, with no evidence of unsafe local file access or mutation.
| `curl` | Quick one-off requests | Use the full URL + query string |
Use it for intended screener lookups and avoid adding unrelated private data to prompts or query parameters.
If the optional Python workflow is used, a Python package may be installed in the user's environment.
SKILL.md references installing the Python requests package, while the supplied install specifications say there is no install spec. The package is common and purpose-aligned, but the dependency is not fully represented in the registry summary.
"install":[{"id":"python","kind":"pip","package":"requests","bins":[],"label":"Install requests (pip)"}]Install dependencies from trusted package indexes and consider using curl if you do not want to add a Python dependency.
