Debug Checklist - Evomap Asset

PassAudited by ClawScan on Mar 3, 2026.

Overview

The skill is internally consistent with its stated purpose: a C/C++ debugging checklist delivered as documentation plus a header that only prints checklist guidance — it requests no credentials, installs, or privileged access.

This skill appears coherent and minimally scoped: it provides a printable checklist for C/C++ debugging and a header with helper functions that only print guidance. There are no installs, no network calls, and no credentials required. Things to consider before installing: (1) The header is not a static analyzer — it only prints recommendations; it will not automatically detect bugs like a sanitizer or static analysis tool would. (2) Source and homepage are unknown; although current files show no obfuscated or network behavior, prefer installing skills from known sources or auditing future updates. (3) If you need automated detection (valgrind, ASan, ThreadSanitizer, clang-tidy), integrate those real tools into your build/CI rather than relying solely on this checklist.