Oathe Security Badge

Is rsoutar/claw-screener safe?

https://github.com/rsoutar/claw-screener

92
SAFE

This is a legitimate stock screening tool that combines technical analysis with fundamental analysis using data from Yahoo Finance and SEC EDGAR. The skill contains no malicious code or suspicious behavior patterns and functions as documented.

Category Scores

Prompt Injection 95/100 · 30%
Data Exfiltration 90/100 · 25%
Code Execution 85/100 · 20%
Clone Behavior 95/100 · 10%
Canary Integrity 100/100 · 10%
Behavioral Reasoning 90/100 · 5%

Findings (3)

MEDIUM External API Access -10

The skill makes network requests to external financial data sources including Yahoo Finance and SEC EDGAR. This is documented functionality for retrieving stock market data.

LOW Executable TypeScript Code -15

The skill contains executable TypeScript code for financial analysis functions. Code appears legitimate and matches the documented functionality.

INFO Network Connectivity Required -10

The skill requires internet connectivity to function as it fetches live financial data from external sources. This is expected behavior for a stock screening tool.