yao-codereview-hskill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited yao-codereview-hskill (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.
提供全面的代码审查和质量改进建议。
description.SKILL.md lean.references/, templates in templates/.Quick: 快速扫描,关注明显问题。Security: 安全聚焦,深入检查漏洞。Full: 全面审查,含架构和可维护性。| 维度 | 检查项 |
|---|---|
| 安全 | 注入、认证、授权、敏感数据 |
| 性能 | 算法效率、资源泄露、缓存策略 |
| 可读性 | 命名、注释、结构 |
| 可维护性 | 耦合度、测试覆盖、文档 |
| 规范性 | 编码规范、提交规范 |
## 审查摘要
- 代码行数: X
- 发现问题: Y (严重: a, 警告: b, 建议: c)
## 严重问题
[问题列表]
## 警告
[问题列表]
## 改进建议
[建议列表]
## 修复示例
[代码示例]审查时参考以下最佳实践模板:
# -*- coding: utf-8 -*-
"""
项目配置模块
Author: Code Quality Team
Maintainer: [email protected]
Version: 1.0.0
"""
import os
from dataclasses import dataclass
@dataclass
class Config:
"""应用配置类"""
debug: bool = False
log_level: str = "INFO"
# 更多配置项.../**
* @fileoverview 模块说明
* @author Code Quality Team
* @contributor 姚金刚 (yaojingang)
* @license MIT
*/
'use strict';
// 模块实现...对于遗留代码,建议:
自动化工具处理规范性检查,人工审查关注:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.