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.organd 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_KEYis 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
argparseandurllibmodules to interact with the API and S3. It does not utilize dangerous functions likeeval(),exec(), orsubprocessto process or execute data from external sources.
Audit Metadata