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 the reports/ directory.
  • [INDIRECT_PROMPT_INJECTION]: The skill possesses a data ingestion surface but implements safety measures:
  • Ingestion points: Data enters via data_fetcher.py which downloads uptrend_ratio_timeseries.csv and sector_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_float and _safe_int functions in scripts/data_fetcher.py to strictly cast and validate all numeric input fields from the remote CSV files.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 14, 2026, 07:41 PM
Security Audit — agent-trust-hub — uptrend-analyzer