uptrend-analyzer
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches market data in CSV format from the author's repository at
raw.githubusercontent.com/tradermonty/uptrend-dashboard/. These are vendor-owned resources required for the skill's analytical functions. - [COMMAND_EXECUTION]: The skill instructions direct the user to run a local Python script (
uptrend_analyzer.py) which orchestrates data fetching, processing, and report generation in thereports/directory. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a data ingestion surface but implements safety measures:
- Ingestion points: Data enters via
data_fetcher.pywhich downloadsuptrend_ratio_timeseries.csvandsector_summary.csv. - Boundary markers: None (data is processed as tabular CSV, not as prompt instructions).
- Capability inventory: The skill has file writing capabilities (
report_generator.py) and network read access (data_fetcher.py). - Sanitization: The skill uses
_safe_floatand_safe_intfunctions inscripts/data_fetcher.pyto strictly cast and validate all numeric input fields from the remote CSV files.
Audit Metadata