openai-api-development
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION] (SAFE): The skill does not contain any instructions intended to bypass safety filters, override system instructions, or extract system prompts. It encourages following OpenAI's usage policies.
- [CREDENTIALS_UNSAFE] (SAFE): The skill demonstrates safe credential management by using
os.environ.get("OPENAI_API_KEY")and explicitly warns against hardcoding keys or committing them to version control. - [EXTERNAL_DOWNLOADS] (SAFE): Only standard, well-known Python packages are listed as dependencies. No suspicious remote script execution or unverified package downloads were found.
- [DATA_EXFILTRATION] (SAFE): There are no patterns suggesting the exfiltration of sensitive data or unauthorized access to local files.
- [COMMAND_EXECUTION] (SAFE): No arbitrary command execution, subprocess spawning, or unsafe evaluation of strings as code were detected.
Audit Metadata