apscheduler

Pass

Audited by Gen Agent Trust Hub on Apr 1, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill documents how to schedule and execute Python functions as background tasks, which is the primary and intended purpose of the APScheduler library.
  • [EXTERNAL_DOWNLOADS]: References well-known and legitimate Python packages including apscheduler, sqlalchemy, fastapi, and various database drivers (asyncpg, aiosqlite, redis, motor) via the uv package manager.
  • [CREDENTIALS_UNSAFE]: Includes database connection string examples (e.g., postgresql+asyncpg://user:pass@localhost/db) which use obvious placeholders and local addresses for demonstration purposes.
  • [DATA_EXFILTRATION]: Provides a code example that fetches data from an external API (api.example.com) using aiohttp, which is presented as a routine task-scheduling use case.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 1, 2026, 08:43 AM