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 theuvpackage 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) usingaiohttp, which is presented as a routine task-scheduling use case.
Audit Metadata