fred-economic-data
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the official Federal Reserve Bank of St. Louis API endpoints (api.stlouisfed.org) to retrieve economic time series data. All network requests are directed to this well-known and trusted official service.
- [SAFE]: Sensitive data management adheres to security best practices. The skill and its documentation instruct users to store the API key in environment variables (FRED_API_KEY) and do not contain any hardcoded credentials or unauthorized access to local sensitive files (e.g., .ssh or .aws config).
- [SAFE]: The provided Python code in fred_query.py and fred_examples.py is transparent and uses standard libraries like requests and pandas. No instances of obfuscation, multi-layer encoding, or dynamic code execution (eval/exec) were detected.
- [SAFE]: The skill does not attempt to escalate privileges or establish persistence. It functions as a standard data retrieval tool without modifying system configurations or shell profiles.
- [SAFE]: No prompt injection or behavior override patterns were found in the instructional content or metadata. The skill's stated purpose aligns with its implemented functionality.
Audit Metadata