SKILL DETAIL
Secrets-Exposure Review
Use this skill when you need evidence-bounded secrets-exposure-review analysis and validation preparation; triggers include 敏感信息暴露审查 and secrets-exposure-review.
StatusStable
TypeAtomic Skill
DomainSoftware testing
SDLCTest design
Good forQA / DEV
LanguageChinese / English
EvalsEvals ✓
Synced2026-09-15
Why this Skill
It turns this Skill's method into a quality input that can be executed, reviewed, and reused.
- Use this Skill when the work needs evidence-bounded analysis of secret locations, flows, log exposure, configuration boundaries, and rotation evidence.
- Analyze only secret locations, flows, log exposure, configuration boundaries, and rotation evidence; do not log in, call real APIs, or read credentials.
- Do not invent vulnerabilities, exploit success, remediation completion, scan coverage, or security-pass claims.
- Mark unsupported evidence as pending, blocked, or unassessed and provide an isolated validation method.
- Treating broad security review or API contract checking as a complete substitute for Secrets-Exposure Review.
When to use
Use this Skill
- Use this Skill when the work needs evidence-bounded analysis of secret locations, flows, log exposure, configuration boundaries, and rotation evidence.
- Use it when input is incomplete but a reviewable draft with assumptions and gaps is still useful.
- Use it when static security evidence must remain separate from planned validation and completed execution.
Common pitfalls
- Treating broad security review or API contract checking as a complete substitute for Secrets-Exposure Review.
- Listing attack names without applicability, evidence, expected results, or close conditions.
- Declaring a system secure with incomplete input, or reading real credentials for completeness.
Input
Minimum Input
- Read prompts/secrets-exposure-review.md and follow its input audit, coverage checklist, and output contract.
Recommended Input
- Project goal
- Test scope
- Constraints
Optional Context
- Relevant code or configuration
- Historical results
- Logs and metrics
Output
The output follows this Skill's method and makes facts, assumptions, risks, and next steps explicit.
Judge the output value before installing
- 01Read prompts/secrets-exposure-review.md and follow its input audit, coverage checklist, and output contract.
- 02Extract scope, environment, version, roles, data, dependencies, constraints, and available evidence.
- 03Model secret locations, flows, log exposure, configuration boundaries, and rotation evidence with reviewable scenarios, separating known facts, inferences, and candidate validation.
- 04Record impact, priority, owner role, close condition, and validation method for each item.
View full output structure
- 05With incomplete input, deliver a bounded draft; do not turn a risk assumption into a confirmed vulnerability or security pass.
How It Works
- 01Read prompts/secrets-exposure-review.md and follow its input audit, coverage checklist, and output contract.
- 02Extract scope, environment, version, roles, data, dependencies, constraints, and available evidence.
- 03Model secret locations, flows, log exposure, configuration boundaries, and rotation evidence with reviewable scenarios, separating known facts, inferences, and candidate validation.
- 04Record impact, priority, owner role, close condition, and validation method for each item.
- 05With incomplete input, deliver a bounded draft; do not turn a risk assumption into a confirmed vulnerability or security pass.
Install & Quick Start
Install command / SHELL
npx skills add \
https://github.com/naodeng/awesome-qa-skills/tree/main/skills/en/testing-types/secrets-exposure-review
-gsecrets-exposure-review.prompt
@skill secrets-exposure-review
Using the current project context, produce an actionable result following this Skill.
Additional context:
[Paste project context or requirement]---
name: secrets-exposure-review
description: Use this skill when you need evidence-bounded secrets-exposure-review analysis and validation preparation; triggers include 敏感信息暴露审查 and secrets-exposure-review.
---
# Secrets-Exposure Review
## When to Use
- Use this Skill when the work needs evidence-bounded analysis of secret locations, flows, log exposure, configuration boundaries, and rotation evidence.
- Use it when input is incomplete but a reviewable draft with assumptions and gaps is still useful.
- Use it when static security evidence must remain separate from planned validation and completed execution.
## Output Format Options
- Default to Markdown organized by security risk, evidence, and priority.
- If the user asks for a table, CSV, JSON, or ticket format, preserve the same finding fields and evidence states.
- Confirm the schema, enum values, and required fields before feeding the output to automation.
## How to Use
1. Read prompts/secrets-exposure-review.md and follow its input audit, coverage checklist, and output contract.
2. Extract scope, environment, version, roles, data, dependencies, constraints, and available evidence.
3. Model secret locations, flows, log exposure, configuration boundaries, and rotation evidence with reviewable scenarios, separating known facts, inferences, and candidate validation.
4. Record impact, priority, owner role, close condition, and validation method for each item.
5. With incomplete input, deliver a bounded draft; do not turn a risk assumption into a confirmed vulnerability or security pass.
## Reference Files
- Read prompts/secrets-exposure-review.md for every invocation.
- Read evals/eval.yaml and matching evals/cases/ when evaluating the Skill.
- Read references/, examples/, scripts/, or output-formats.md only when the directory exists and the task needs it.
## Core Constraints
- Analyze only secret locations, flows, log exposure, configuration boundaries, and rotation evidence; do not log in, call real APIs, or read credentials.
- Do not invent vulnerabilities, exploit success, remediation completion, scan coverage, or security-pass claims.
- Mark unsupported evidence as pending, blocked, or unassessed and provide an isolated validation method.
- Leave risk acceptance, exception authorization, and release judgment to a Human.
## Delivery Self-Check
- [ ] Complete the known, missing, conflicting, stale, out_of_scope, and assumptions audit.
- [ ] Cover the secrets exposure, triggers, expected concerns, and evidence state.
- [ ] Separate facts, inferences, recommendations, gaps, and Human decisions.
- [ ] Do not turn static findings or a dry-run into a real exploit, absence-of-vulnerability, or release-approval claim.
## Common Pitfalls
- Treating broad security review or API contract checking as a complete substitute for Secrets-Exposure Review.
- Listing attack names without applicability, evidence, expected results, or close conditions.
- Declaring a system secure with incomplete input, or reading real credentials for completeness.
## Best Practices
- Start with high-impact, hard-to-detect, permission-sensitive, or data-sensitive paths.
- Use redacted material, least privilege, isolated environments, and reversible validation suggestions.
- Make each security conclusion reviewable by another engineer from its source and boundary.