create-evlog-adapter
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a structured boilerplate generator for logging adapters with no malicious patterns or obfuscation detected.
- [COMMAND_EXECUTION]: Verification steps involve standard local commands (bun run build, bun run test) which are appropriate for a development environment and handled within the local project context.
- [CREDENTIALS_UNSAFE]: Templates utilize environment variables and runtime configurations for API keys (e.g., {NAME}_API_KEY), adhering to secret management best practices by avoiding hardcoded credentials.
- [DATA_EXFILTRATION]: Network operations via fetch are restricted to the primary purpose of transmitting logs to observability endpoints as defined by the developer.
- [REMOTE_CODE_EXECUTION]: Code is generated locally from static templates within the skill, and no patterns for downloading or executing arbitrary remote scripts were identified.
Audit Metadata