themes
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected. The skill's behavior is consistent with its stated purpose of managing themes via a public REST API.
- [COMMAND_EXECUTION]: The skill documents the use of
curlto interact with API endpoints. It instructs the agent to construct these commands using user-provided parameters such as theme prompts and identifiers. This is a standard integration pattern for CLI-based agents. - [CREDENTIALS_UNSAFE]: The skill correctly instructs the agent to read sensitive credentials (
LAYERPROOF_API_KEY) from the environment rather than hardcoding them, which aligns with secure development practices.
Audit Metadata