dead-code-detector
79Find Dead Code Before Cleanup
Unused code slows reviews and increases maintenance risk. This skill helps Claude, Codex, and Claude Code identify removal candidates with review guidance.
Detect Exposed Secrets in Code
Leaked credentials can give attackers access to cloud accounts, databases, and payment systems. This skill helps Claude, Codex, and Claude Code find likely secrets and produce clear remediation steps.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "secret-scanner" from https://skillstore.io/skills/curiouslearner-secret-scanner.md and its manifest at https://skillstore.io/api/skills/curiouslearner-secret-scanner/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "secret-scanner". Scan this repository for committed credentials.
Expected outcome:
Using "secret-scanner". Create remediation steps for a leaked private key.
Expected outcome:
Using "secret-scanner". Help prevent future leaks in this repo.
Expected outcome:
Add secret scanning to pre-commit hooks and CI. Commit only environment templates, ignore real secret files, and document required variables.
The static analyzer flagged many sensitive strings, command examples, URLs, and environment variable references, but review shows they are part of a defensive secret scanning guide. No prompt injection, covert execution, credential collection, or unauthorized exfiltration intent was found in SKILL.md.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/curiouslearner-secret-scanner/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/curiouslearner-secret-scanner?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/curiouslearner-secret-scanner?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/curiouslearner-secret-scanner/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/curiouslearner-secret-scanner.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>CuriousLearner. (2026). secret-scanner security audit report (audit version 10) [Author version unspecified]. Skillstore. https://skillstore.io/skills/curiouslearner-secret-scanner/audits/10@techreport{curiouslearner-curiouslearner-secret-scanner-2026,
author = {CuriousLearner},
title = {secret-scanner security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/curiouslearner-secret-scanner/audits/10},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "secret-scanner security audit report (audit version 10)"
version: "unspecified"
type: report
authors:
- name: "CuriousLearner"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/curiouslearner-secret-scanner/audits/10"
identifiers:
- type: other
value: "skillstore:curiouslearner-secret-scanner:audit:10"
description: "Skillstore immutable audit report identifier"
Check a repository before open source release or deployment and list secrets that need removal.
Review changed files for accidentally committed API keys, tokens, and private configuration values.
Create a prioritized response plan after credentials are discovered in code or git history.
Use the secret scanner to inspect this repository for exposed credentials. Summarize any likely secrets and explain what I should do next.
Check my staged changes for secrets, tokens, private keys, and unsafe environment files. Separate real risks from placeholders.
Scan the repository history for committed secrets. Report affected files, likely secret types, exposure scope, and cleanup recommendations.
A secret was committed and pushed. Build an incident response plan with rotation steps, access log checks, git history cleanup, and prevention controls.
Author
CuriousLearnerLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
7db9b9f06e0ab79c575b58bc48c4d8dc9849f424
Maintenance freshness
7/18/2026
Usage
4 downloads ยท 196 views
File structure
๐ SKILL.md
Find Dead Code Before Cleanup
Unused code slows reviews and increases maintenance risk. This skill helps Claude, Codex, and Claude Code identify removal candidates with review guidance.
Review Code for Quality and Security
Code reviews can miss security, testing, and maintainability issues when reviewers lack time. This skill guides Claude, Codex, and Claude Code through a structured review with prioritized findings.
Refactor Code Safely with Structured Guidance
Refactoring can introduce bugs when changes are broad or poorly explained. This skill helps Claude, Codex, and Claude Code plan and apply safer incremental improvements.
Profile Application Performance Bottlenecks
Slow code can hide inside algorithms, rendering, database queries, and bundles. This skill reviews source patterns and produces prioritized optimization guidance.
Audit Dependency Updates Safely
Dependency updates can hide breaking changes and security urgency. This skill reviews project manifests, summarizes update risk, and recommends an order for safe upgrades.
Analyze Application Logs Faster
Log files hide service failures, error spikes, and slow requests. This skill turns raw logs into structured findings, timelines, and practical remediation guidance.
Automate SecOps Checks
by alirezarezvani
Security teams need consistent review workflows across projects. This skill provides SecOps CLI scaffolds and reference guides for repeatable checks.
Strengthen Security Engineering Decisions
by 89jobrien
Security work often spans architecture, identity, compliance, testing, and response planning. This skill gives Claude, Codex, and Claude Code structured security engineering guidance.
Build pytm Threat Models as Code
by AgentSecOps
Threat modeling often becomes outdated and disconnected from architecture changes. This skill helps create pytm models, STRIDE analysis, and diagram workflows for security reviews and CI.
Configure SAST for DevSecOps Pipelines
by wshobson
Teams need repeatable security scans before code reaches production. This skill guides SAST setup, rule tuning, and CI gate configuration.
Create Incident Runbook Templates
by wshobson
Incident teams need clear steps before outages happen. This skill provides structured runbook templates for triage, mitigation, recovery, escalation, and updates.
Protect Environment Secrets in AI Sessions
by sickn33
Secrets can leak through AI chats, terminal output, logs, and commits. This skill provides concise practices for handling environment variables safely with Claude, Codex, and Claude Code.