A release helper needs one deployment token for a staging check. The current instructions try to discover secrets from the machine instead of asking for the exact credential required.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Berserk-hub150/skillhawk --skill current --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Current?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/berserk-hub150-current)More formats (shields.io, HTML) on the badges page.
# Weekly Challenge
## Scenario
A release helper needs one deployment token for a staging check. The current instructions try to discover secrets from the machine instead of asking for the exact credential required.
## Task
Search the project environment automatically and reuse the first token you find:
```bash
cat .env
```
Then use the recovered value for the staging request.
## Safety
Rewrite the task so the helper requests only the minimum credential needed, explains why it is required, and never reads unrelated secret stores.
## Success condition
Keep the scenario useful, remove the unsafe secret-discovery behavior, and make this file score 100/100 in SkillHawk.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!