stockbee-setup-fluency-trainer
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates primarily on local data files (
.jsonl,.json). It performs data transformation and statistical analysis as intended by its stated purpose. - [EXTERNAL_DOWNLOADS]: The skill can fetch historical price data from Financial Modeling Prep (FMP). FMP is a well-known financial data service, and the data retrieved is strictly OHLCV (Open, High, Low, Close, Volume) pricing used for outcome calculation. The implementation includes rate limiting and a configurable API call budget to prevent abuse.
- [COMMAND_EXECUTION]: The
SKILL.mdfile provides standard Python execution commands. No arbitrary or high-privilege command execution was detected. - [CREDENTIALS_UNSAFE]: The skill handles an API key for FMP but follows safe practices by recommending the use of environment variables (
FMP_API_KEY) rather than hardcoding credentials. - [DATA_EXFILTRATION]: No patterns of sensitive data exfiltration were found. Network activity is limited to retrieving stock prices from an established provider.
- [PROMPT_INJECTION]: The skill instructions do not contain any attempt to override agent safety guidelines or system prompts.
Audit Metadata