create-evlog-adapter
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected. The skill is focused on routine software development tasks.
- [COMMAND_EXECUTION]: The skill includes standard verification steps such as
bun run buildandbun run test. These are legitimate commands used to verify the integrity and functionality of the code being developed in a local environment. - [DATA_EXFILTRATION]: The code templates provided are designed to transmit telemetry and log data to external observability platforms (e.g., Datadog, Sentry). This is the explicit and legitimate purpose of the skill, and the implementation uses standard HTTP POST requests to user-defined endpoints.
- [CREDENTIALS_UNSAFE]: The templates follow security best practices for secret management by instructing the use of environment variables (e.g.,
NUXT_DATADOG_API_KEY) and configuration overrides rather than hardcoding sensitive credentials.
Audit Metadata