cpp-dev-9133e0 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cpp-dev-9133e0 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
当你编写或审查 C++ 代码(*.cpp、*.hpp、*.c、*.h 文件)时使用此 skill。
isUserSignedIn,calculateTotal)*.hpp)和实现文件(*.cpp),并进行合理的关注点分离m_(例如,_userId,m_userId)std::unique_ptr 和 std::shared_ptr 进行内存管理std::optional、std::variant 和 std::any 作为类型安全的替代方案constexpr 和 const 优化编译时计算std::string_view 进行只读字符串操作,避免不必要的复制std::runtime_error,std::invalid_argument)std::move 启用移动语义并避免拷贝<algorithm> 中的算法优化循环enum class 实现强类型枚举std::array 或 std::vector 而非原始数组static_cast、dynamic_cast 或 reinterpret_cast遵循官方 ISO C++ 标准和指南,获取现代 C++ 开发的最佳实践。
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.