findmytakeover
v1.0.0Detect dangling DNS records and subdomain-takeover risks across AWS, GCP, and Azure by driving the findmytakeover tool.
By Anirudh Biyani178 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install findmytakeover@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/anirudhbiyani/findmytakeoverClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── skills/dangling-dns-finder/SKILL.md
Included Skills1
Detect dangling DNS records and subdomain-takeover risks across a multi-cloud environment by running the bundled findmytakeover tool. Use whenever the user wants to find dangling domains/records, stale CNAMEs, subdomain takeover exposure, orphaned DNS entries, or audit their DNS zones for records pointing at deleted cloud resources — dead load balancers (ELBs), released EC2/GCP/Azure IPs, or expired SaaS targets. Triggers on "dangling domains", "dangling DNS", "subdomain takeover", "audit my DNS", "find stale/orphaned DNS records", "dead CNAMEs", or asking what's safe to delete. Works across AWS, GCP, and Azure using the accounts the user can already read.
Plugin manifests1
{
"name": "findmytakeover",
"version": "1.0.0",
"description": "Detect dangling DNS records and subdomain-takeover risks across AWS, GCP, and Azure by driving the findmytakeover tool.",
"author": {
"name": "Anirudh Biyani",
"url": "https://github.com/anirudhbiyani"
},
"homepage": "https://github.com/anirudhbiyani/findmytakeover"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[findmytakeover on Agent Plugins Marketplace](https://pluginsmp.com/plugins/findmytakeover)