incremental-fetch
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [DATA_INGESTION_SURFACE]: The skill is designed to create pipelines that ingest data from external APIs (e.g., Twitter/X, exchanges). While this introduces a surface for processing untrusted data, the provided patterns use secure practices such as parameterized SQL queries to prevent traditional injection attacks.
- [REMOTE_NETWORK_OPERATIONS]: The skill documentation and code examples describe network operations for fetching data from external APIs. This is the primary and expected function of the skill.
- [BEST_PRACTICE_ADHERENCE]: The skill promotes several security and reliability best practices, including exponential backoff with jitter for retries, rate limit handling, and atomic-style updates for tracking progress (watermarks).
Audit Metadata