logging-and-error-reporting
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely instructional and establishes coding standards for diagnostic logging and error reporting.
- [DATA_EXPOSURE]: The guidelines include a dedicated section on preventing the exposure of sensitive data. It explicitly forbids logging secrets, tokens, credentials, or personally identifiable information (PII) at any level. It introduces
safe_*macros that separate safe diagnostic information from potentially sensitive data to ensure only the safe versions reach release logs and Sentry breadcrumbs. - [PROMPT_INJECTION]: The content was analyzed for prompt injection patterns such as 'ignore instructions' or 'bypass safety', and none were found. The instructions remain within the scope of code development guidance.
- [REMOTE_CODE_EXECUTION]: The skill does not involve downloading or executing external scripts. It references standard Rust crates (
anyhow,thiserror,tokio,reqwest) and internal vendor-specific crates (warp_logging,warp_core), all of which are used according to standard practices.
Audit Metadata