cloudsignal-rest
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a code generator for a REST publisher module. It does not perform any malicious operations, access sensitive user files, or attempt to override agent safety protocols.- [CREDENTIALS_UNSAFE]: The skill correctly handles sensitive information by using environment variables (
CLOUDSIGNAL_API_KEY) and providing placeholder examples (sk_xxx) instead of hardcoded secrets.- [EXTERNAL_DOWNLOADS]: The generated code utilizes thehttpxlibrary, a well-known and trusted Python package for HTTP requests. The network requests are directed to the vendor's official domain (cloudsignal.app), which is considered a safe resource.- [COMMAND_EXECUTION]: The skill provides integration snippets for common web frameworks (FastAPI, Quart, Starlette) that use standard application lifecycle hooks without involving dangerous shell commands or privilege escalation.
Audit Metadata