openaq-data-fetch

Pass

Audited by Gen Agent Trust Hub on Mar 11, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No malicious patterns, obfuscation, or unauthorized access attempts were detected in the skill's code or documentation.
  • [EXTERNAL_DOWNLOADS]: The skill fetches data from api.openaq.org and public AWS S3 buckets (s3.amazonaws.com). These are established, well-known services required for the skill's stated purpose of retrieving OpenAQ environmental data.
  • [CREDENTIALS_UNSAFE]: Sensitive information such as OPENAQ_API_KEY is managed through environment variables. The skill includes an example configuration file with safe placeholders and follows security best practices by avoiding hardcoded credentials.
  • [COMMAND_EXECUTION]: The skill uses Python's standard argparse and urllib modules to interact with the API and S3. It does not utilize dangerous functions like eval(), exec(), or subprocess to process or execute data from external sources.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 11, 2026, 08:50 AM