openrouter-integration
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or unauthorized access to sensitive data were identified. The skill's architecture correctly handles API keys via environment variables and focuses on providing reusable boilerplate for agent-based applications.
- [EXTERNAL_DOWNLOADS]: The
scripts/check_openrouter_docs.pyutility retrieves documentation and schema information fromopenrouter.ai. These operations target a well-known service and are used solely for validating integration assumptions against official documentation. - [COMMAND_EXECUTION]: The skill includes shell and Python scripts (
install_template.sh,smoke-curl.sh) to help users set up their projects and test their API connections. These scripts perform routine local tasks such as directory creation and file copying, and do not execute code from untrusted external sources.
Audit Metadata