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.
Test Webhooks With Local Tunnels
Webhook integrations are hard to debug when providers must reach a local service. This skill guides tunnel setup, request inspection, signature checks, replay, and retry testing.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "webhook-tester" from https://skillstore.io/skills/curiouslearner-webhook-tester.md and its manifest at https://skillstore.io/api/skills/curiouslearner-webhook-tester/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.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 "webhook-tester". I need to test GitHub webhooks against my local development server.
Expected outcome:
Using "webhook-tester". My Stripe webhook signature check fails during local testing.
Expected outcome:
Using "webhook-tester". I want to replay captured webhook events without leaking secrets.
Expected outcome:
A replay workflow that stores only redacted test payloads, restricts replay to local endpoints, and removes logs after testing.
Most static command-execution alerts are Markdown fence or JavaScript template-literal false positives, and the environment-variable alerts show normal secret handling examples. The skill still has meaningful operational risk because it guides public tunnel exposure and demonstrates unredacted logging or storage of webhook data.
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
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-webhook-tester/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/curiouslearner-webhook-tester?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/curiouslearner-webhook-tester?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/curiouslearner-webhook-tester/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/curiouslearner-webhook-tester.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). webhook-tester security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/curiouslearner-webhook-tester/audits/8@techreport{curiouslearner-curiouslearner-webhook-tester-2026,
author = {CuriousLearner},
title = {webhook-tester security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/curiouslearner-webhook-tester/audits/8},
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: "webhook-tester security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "CuriousLearner"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/curiouslearner-webhook-tester/audits/8"
identifiers:
- type: other
value: "skillstore:curiouslearner-webhook-tester:audit:8"
description: "Skillstore immutable audit report identifier"
Expose a local development server and confirm provider delivery, headers, payload shape, and response behavior.
Simulate failed deliveries, retry attempts, and delayed success paths before a webhook integration goes live.
Check signature validation, replay resistance, secret handling, HTTPS use, and provider-specific verification requirements.
Help me create a local webhook receiver for port 3000 and explain how to inspect incoming requests safely.
Guide me through exposing my local webhook endpoint with a tunnel, including what permissions and cleanup steps I should use.
Help me debug failing webhook signature verification for Stripe or GitHub using raw body handling and test secrets.
Create a webhook replay and retry test plan that covers idempotency, redaction, storage cleanup, and failure simulation.
Author
CuriousLearnerLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
02f077c174c5335e2f5d02ca15e77b70d9543e58
Maintenance freshness
7/18/2026
Usage
4 downloads ยท 181 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.
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.
Generate Developer Documentation
Manual documentation updates are slow and often inconsistent with code behavior. This skill guides Claude, Codex, and Claude Code to draft docstrings, README sections, and API references from source context.
Build Better Terraform Modules
by sickn33
Terraform projects often grow into inconsistent modules, unclear tests, and risky release workflows. This skill gives Claude, Codex, and Claude Code practical Terraform and OpenTofu patterns for safer infrastructure delivery.
Debug Technical Failures Systematically
by Asmayaseen
Quick fixes often hide the real cause and create regressions. This skill structures investigation, hypothesis testing, implementation, and verification around collected evidence.
Debug Software Failures Systematically
by shubhamsaboo
Bugs waste engineering time when symptoms hide the real cause. This skill guides Claude, Codex, and Claude Code through structured investigation, hypothesis testing, fixes, and prevention.
Build Reliable Test Automation
by 89jobrien
Weak tests slow releases and hide regressions. This skill guides test strategy, TDD, automation, coverage review, and Playwright web checks.
Debug Errors and Root Causes
by 89jobrien
Errors and incidents are hard to triage when evidence is spread across logs, stack traces, and services. This skill structures diagnosis, parses logs, identifies patterns, and guides minimal fixes.
Find Code Context Faster
by 89jobrien
Developers often lose time tracing why code exists and what depends on it. This skill prompts Claude, Codex, or Claude Code to gather related graph knowledge, callers, imports, and tests before changes.