npx skills add https://github.com/jorgealves/agent_skills --skill secret-leak-detectorsecret-leak-detector 旨在通过识别硬编码的敏感信息(如 API 密钥、数据库凭证和身份验证令牌)来保护代码仓库,防止它们在提交前或意外推送到历史记录后被泄露。
scan_history: true 使用,对项目的整个历史记录进行深度审计,以查找已删除但仍存在于 git 日志中的秘密。directory_path: "./config"
scan_history: false
{
"leaks": [
{
"file": "config/production.yaml",
"line": 45,
"type": "Stripe Secret Key",
"risk_level": "critical",
"snippet": "sk_live_**********"
}
]
}
The secret-leak-detector is designed to safeguard repositories by identifying hardcoded sensitive information such as API keys, database credentials, and authentication tokens before they are committed or after they have been accidentally pushed to history.
scan_history: true to perform a deep audit of a project's entire history to find secrets that were deleted but still exist in git logs.directory_path: "./config"
scan_history: false
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
scan_history 为 true,则目标目录必须是有效的 git 仓库。.git 目录缺乏读取权限,将会失败。每周安装量
74
仓库
首次出现
2026 年 1 月 30 日
安全审计
安装于
opencode74
github-copilot73
codex65
gemini-cli17
cursor17
cline16
{
"leaks": [
{
"file": "config/production.yaml",
"line": 45,
"type": "Stripe Secret Key",
"risk_level": "critical",
"snippet": "sk_live_**********"
}
]
}
scan_history is true, the target directory must be a valid git repository..git directory.Weekly Installs
74
Repository
First Seen
Jan 30, 2026
Security Audits
Installed on
opencode74
github-copilot73
codex65
gemini-cli17
cursor17
cline16
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
163,300 周安装