secret-exposure-review

secret-exposure-review is a skill for Claude Code, Codex from liuxinye23/CyberStrikeAI. It costs 32 tokens per session (750 once invoked), scanned A, original, Apache-2.0.

A security review for finding exposed secrets and sensitive settings in websites, front-end files, backups, history pages, and public resources. It distinguishes usable passwords, keys, and tokens from harmless public identifiers.

In plain words
What is it for?
Use it to inspect JavaScript builds, configuration files, source maps, backup paths, old URLs, error pages, logs, and third-party integration settings for leaks.
Why use it?
It helps reveal credentials or internal details that may be visible to anyone who can access the site or its files. The review records where an exposure appears and what systems it may affect.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect JavaScript builds, configuration files, source maps, backup paths, old URLs, error pages, logs, and third-party integration settings for leaks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/liuxinye23/cyberstrikeai/secret-exposure-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add liuxinye23/CyberStrikeAI --skill secret-exposure-review
Clone the repo
git clone --depth 1 https://github.com/liuxinye23/CyberStrikeAI

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for secret-exposure-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/liuxinye23/cyberstrikeai/secret-exposure-review/github.svg)](https://agentmods.dev/skills/liuxinye23/cyberstrikeai/secret-exposure-review)
Your own site
<a href="https://agentmods.dev/skills/liuxinye23/cyberstrikeai/secret-exposure-review"><img src="https://agentmods.dev/badge/skills/liuxinye23/cyberstrikeai/secret-exposure-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for secret-exposure-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/liuxinye23/cyberstrikeai/secret-exposure-review"><img src="https://agentmods.dev/badge/skills/liuxinye23/cyberstrikeai/secret-exposure-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 750 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00750
Opus 5 $0.00016 $0.00375
Sonnet 5 $0.00006 $0.00150
Haiku 4.5 $0.00003 $0.00075

Measured 11d ago against content hash 626cb697c9e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

secret-exposure-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/secret-exposure-review/SKILL.md · 92 lines

What it actually says

密钥与敏感配置暴露审计

何时使用

当目标包含前端构建产物、公开配置文件、移动端接口、备份资源、历史路径或第三方集成配置时,使用本技能。

快速流程

  1. 枚举静态资源、构建产物、配置文件、历史 URL 和备份命名模式。
  2. 审阅是否存在真实 API Key、访问令牌、Webhook 密钥、数据库连接串、调试开关。
  3. 区分“公开标识符”和“可直接滥用的秘密”,避免误报。
  4. 记录暴露位置、可见范围、是否仍有效、可到达的后端资源。

重点检查

前端与静态资源

  • main.*.js、配置 JSON、Source Map、调试页面、运行时环境变量回显。
  • 第三方 SDK 初始化参数中,哪些只是公开站点标识,哪些是真正私密凭据。

备份与历史路径

  • 常见备份命名、旧版本入口、临时导出文件、测试目录、历史快照。
  • 历史 URL 中暴露的旧配置、旧接口或已下线资源是否仍可访问。

错误响应与日志

  • 调试堆栈、代理错误页、集成失败提示、诊断面板是否回显敏感字段。
  • 是否在响应头、下载文件名、注释或示例代码中泄露内部标识。

建议工具

http-framework-test

  • 拉取首页、关键 JS、配置路径、错误路径并保存响应头与正文摘要。
  • 对静态资源使用只读方式检查,不做修改型验证。

nuclei

  • 用于补充常见敏感文件、备份扩展名、默认配置暴露模板。

gau / waybackurls

  • 从历史路径中找回旧资源、旧配置、旧后台入口,再回源验证是否仍在线。

证据要求

  • 记录暴露位置、响应状态、片段摘要和失效时间判断依据。
  • 若为真实秘密,只展示脱敏前后缀,不直接写完整值。
  • 写清楚该秘密的潜在影响范围,而不是只说“存在 key”。

修复建议方向

  • 把真实秘密移出前端与公开资源。
  • 对备份、历史产物、Source Map 和调试页做访问控制或下线清理。
  • 对第三方集成区分公开标识符与私密凭据,避免混用。
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 92 lines · 32 tokens per session scan A 626cb697c9e0

Subscribe to this mod's changes

secret-exposure-review is a skill published in the GitHub repository liuxinye23/CyberStrikeAI (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 32 tokens to every session and 750 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens