{"name":"me.drwho/tools","slug":"drwho-tools","title":"drwho.me network and developer tools","description":"29 free tools: DNS, email auth (SPF, DKIM, DMARC), TLS, headers, WHOIS, dev utils.","url":"https://mcp.market/server/drwho-tools","rating":null,"grade":"B","score":77,"certified":false,"status":"active","category":"email","tags":["email","security"],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-17T15:48:05.000Z","license":"MIT"},"uptime":{"percent":100,"checks":1,"ok":1,"last_checked_at":"2026-09-19T19:51:11.209Z","last_ok_at":"2026-09-19T19:51:11.209Z","latency_ms":50},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/hikmahtech/drwhome","website":"https://drwho.me/mcp","version":"2.0.0","remotes":[{"type":"streamable-http","url":"https://drwho.me/mcp/mcp"}],"packages":[],"tools":[{"name":"base64_decode","description":"Decode base64 to UTF-8 text. Accepts the standard and the URL-safe alphabet, with or without padding or line breaks. Fails when the input is not valid base64 or does not decode to text (binary data is not returned). Runs locally.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Base64 or base64url string."}},"required":["text"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"base64_encode","description":"Encode UTF-8 text as base64. Set url_safe for the URL-safe alphabet (- and _ in place of + and /, no padding), as used in JSON Web Tokens. Runs locally. Returns the encoded string.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to encode."},"url_safe":{"description":"Use the URL-safe alphabet without padding. Default false.","type":"boolean"}},"required":["text"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dns_lookup","description":"Resolve one DNS record type (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA or SRV) for a name and return the raw answers. Use for a quick, targeted lookup, including on subdomains and names such as _dmarc.example.com; prefer dossier_dns for a domain's main records in one call. Queries Cloudflare DNS-over-HTTPS. Returns a JSON array of {name, type, TTL, data}; an empty array means the name exists but has no record of that type.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Name to resolve, e.g. example.com or mail.example.com."},"type":{"type":"string","enum":["A","AAAA","MX","TXT","NS","CNAME","SOA","CAA","SRV"],"description":"Record type to query."}},"required":["name","type"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_ai_crawlers","description":"Report what a domain's robots.txt says to the major AI crawlers (GPTBot, ClaudeBot, Google-Extended, PerplexityBot, CCBot, meta-externalagent): allowed, blocked or unspecified for each. Use to answer whether a site lets AI models train on or retrieve its content. A missing robots.txt is data, not an error: every crawler is then unspecified. One fetch, 10 s timeout. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_cors","description":"Send a CORS preflight (OPTIONS) to https://<domain>/ and return the access-control-* headers in the answer. Use to check whether a site accepts cross-origin requests from a given origin and method. One request, 5 s timeout. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."},"origin":{"description":"Origin header to send, e.g. https://app.example.com. Defaults to https://domainposture.com.","type":"string"},"method":{"description":"Access-Control-Request-Method to send, e.g. POST. Defaults to GET.","type":"string"}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_ct_log","description":"List subdomains of a domain that appear in Certificate Transparency logs. Use to map what hosts a domain has exposed through the certificates issued for it. Queries crt.sh, then certspotter if crt.sh fails; capped at 100 unique names, 10 s timeout. A name in the log is not proof the host still exists. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_dkim","description":"Probe a domain for DKIM public keys at <selector>._domainkey.<domain>. Pass selectors when you know them; omit to probe a built-in list of common selectors used by large mail providers. A selector not on the list will not be found, so an empty result does not prove the domain has no DKIM. Distinguishes a selector that is absent from one that could not be resolved. Parallel Cloudflare DNS-over-HTTPS TXT queries. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."},"selectors":{"description":"DKIM selector names to probe, e.g. [\"google\", \"s1\"]. Omit to use the built-in list.","type":"array","items":{"type":"string"}}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_dmarc","description":"Find and parse the DMARC policy at _dmarc.<domain> into its tags (p, sp, pct, rua, ruf, adkim, aspf). Use to see whether spoofed mail is rejected, quarantined or only reported. Queries Cloudflare DNS-over-HTTPS, 5 s timeout. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_dns","description":"Fetch a domain's A, AAAA, NS, SOA, CAA and TXT records in one call. Use as the first step of a DNS review; prefer dns_lookup for a single record type or for MX, CNAME and SRV. Sends six Cloudflare DNS-over-HTTPS queries in parallel, 5 s timeout each. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_dnssec","description":"Check whether a domain's zone is signed with DNSSEC and validates: DS and DNSKEY records plus the resolver's AD (authenticated data) flag. Queries Cloudflare DNS-over-HTTPS with DO=1, 8 s timeout. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_headers","description":"Fetch https://<domain>/ and return every response header, so you can review Strict-Transport-Security, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy and Permissions-Policy. Returns the final URL after redirects and the headers as served. One GET, 5 s timeout. For the redirect hops themselves use dossier_redirects. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_llms_txt","description":"Check whether a domain publishes an llms.txt, the markdown index some sites provide for AI agents. Requires a non-HTML content type and a leading markdown heading, so a catch-all page that answers 200 with HTML does not count. One fetch, 10 s timeout. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_mta_sts","description":"Fetch and validate a domain's MTA-STS policy (mode, mx, max_age). Use to confirm inbound mail to the domain must be delivered over TLS. Resolves the _mta-sts TXT record, then fetches https://mta-sts.<domain>/.well-known/mta-sts.txt, 10 s timeout. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_mx","description":"List a domain's MX (mail exchanger) records sorted by priority. Use to see where a domain's inbound mail goes, or before checking SPF and DMARC. Queries Cloudflare DNS-over-HTTPS, 5 s timeout. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_redirects","description":"Trace the redirect chain from https://<domain>/, one entry per hop with its status code and target, up to 10 hops. Use to debug redirect loops or confirm an HTTP to HTTPS or apex to www redirect. 5 s per hop. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_security_txt","description":"Check whether a domain publishes /.well-known/security.txt (RFC 9116), the standard way to tell researchers where to report a vulnerability. Returns the Contact and Expires fields. Requires a non-HTML content type and a Contact field. One fetch, 10 s timeout. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_spf","description":"Find and parse a domain's SPF record into its mechanisms. Use to check which servers may send mail for a domain, or to debug delivery failures; pair with dossier_dmarc and dossier_dkim for the whole email-authentication picture. Reads TXT records over Cloudflare DNS-over-HTTPS. Reports records that contain v=spf1 but do not start with it (for example behind a hidden byte-order mark) as lookalikes that receivers discard, and treats more than one SPF record as an error, as RFC 7208 requires. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_summary","description":"Run the nine DNS, email-authentication and TLS checks on a domain in parallel and return one graded line per check: DNS records, MX, SPF, DMARC, DKIM, DNSSEC, TLS-RPT, MTA-STS and the TLS certificate. Use it first when asked how a domain is set up or whether its email can be spoofed; then call the single dossier_* tool for any check you need the raw data for. Each line has the check id, its status, a severity (info, low, medium, high, critical) and a one-line reason, graded by the same rules as Domain Posture. It does not return raw records or fix instructions, and it leaves out the nine web and discovery checks; the full 18-check graded report is linked in the result. Returns JSON {domain, checks:[{id, status, severity, reason}], worst}. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_tls","description":"Read the TLS certificate a domain presents on port 443: subject, issuer, validity dates, days remaining, subject alternative names, SHA-256 fingerprint and whether the chain validated. Use to check expiry or a name mismatch. It does not test cipher suites or protocol versions. One TLS handshake from the drwho.me server, 5 s timeout. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_tlsrpt","description":"Look up a domain's SMTP TLS Reporting policy at _smtp._tls.<domain>. Use to confirm the domain receives reports about failed TLS delivery of its inbound mail. Queries Cloudflare DNS-over-HTTPS. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_web_surface","description":"Summarise a domain's public web surface: robots.txt, sitemap.xml and the home page's title, description, OpenGraph and Twitter card tags. Use for a quick SEO or link-preview review. Three parallel HTTPS fetches capped at 64 KB each. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dossier_whois","description":"Look up a domain's registrar, creation date, expiry date and registry statuses. Use for an ownership or expiry check. Tries WHOIS over TCP port 43, then RDAP over HTTPS when the registry refuses; returns not_applicable when neither answers, which is common for some country-code domains. 15 s timeout. Returns JSON with a status field: {status:\"ok\", data, fetchedAt} on success, {status:\"not_applicable\", reason} when the thing is genuinely absent, {status:\"timeout\", ms}, or {status:\"error\", message} when it could not be determined. Treat not_applicable as a finding and error as unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Public domain name, e.g. example.com. IP addresses, ports, paths and protocol prefixes are rejected."}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"ip_lookup","description":"Look up an IPv4 or IPv6 address: city, region, country, coordinates, timezone and the network (ASN and organisation) that announces it. Use when you need location or ownership context for an address; it does not accept hostnames, so resolve those with dns_lookup first. Data comes from ipinfo.io and location is approximate. Returns JSON {ip, city, region, country, loc, org, timezone}.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ip":{"type":"string","description":"IPv4 or IPv6 address, e.g. 1.1.1.1 or 2606:4700::1111."}},"required":["ip"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"json_format","description":"Validate JSON and re-print it with an indent of 2 or 4 spaces, or minified with indent 0. Use to check whether a string is valid JSON or to make it readable. Runs locally. Returns the formatted JSON, or the parser's error message.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"The JSON text."},"indent":{"description":"Spaces per level: 0 (minify), 2 or 4. Default 2.","anyOf":[{"type":"number","const":0},{"type":"number","const":2},{"type":"number","const":4}]}},"required":["text"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"jwt_decode","description":"Decode a JSON Web Token's header and payload. It does NOT verify the signature, so never treat the claims as trusted on the strength of this tool. Use to inspect claims such as exp, iss and aud while debugging. Runs locally; the token is not stored or sent anywhere. Returns JSON {header, payload, signature}.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"token":{"type":"string","description":"The JWT: three base64url parts separated by dots."}},"required":["token"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"url_decode","description":"Decode percent-encoded text. Fails on a malformed sequence such as a lone % sign. A plus sign is left as a plus; replace it with a space first if the text came from an HTML form. Runs locally.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Percent-encoded text."}},"required":["text"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"url_encode","description":"Percent-encode text for use in a URL query value or path segment (encodeURIComponent rules: everything except letters, digits and - _ . ! ~ * ' ( ) is encoded). Runs locally. Returns the encoded string.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to encode."}},"required":["text"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"user_agent_parse","description":"Parse a User-Agent header into browser, operating system, device and rendering engine. Use when reading server logs or request headers. Runs locally with no network call. Returns JSON {browser:{name,version}, os:{name,version}, device:{type,vendor,model}, engine:{name}}; unknown fields are empty strings.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ua":{"type":"string","description":"The full User-Agent header value."}},"required":["ua"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"uuid_generate","description":"Generate UUIDs. Version 4 is fully random. Version 7 starts with a millisecond timestamp, so values sort by creation time, which suits database keys. Runs locally with a cryptographic random source. Returns a JSON array of strings.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"version":{"description":"UUID version: 4 or 7. Default 4.","anyOf":[{"type":"number","const":4},{"type":"number","const":7}]},"count":{"description":"How many to generate, 1 to 100. Default 1.","type":"integer","minimum":1,"maximum":100}},"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":77,"grade":"B","scanned_at":"2026-09-19T20:14:49.881Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:14:49.861Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 3081ms"]},"poisoning":{"score":15,"max":15,"notes":["29 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 2 days ago"]},"identity":{"score":8,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year","website matches verified namespace"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://drwho.me/mcp/mcp","reachable":true,"authRequired":false,"latencyMs":3081,"serverInfo":{"name":"drwho.me","version":"2.0.0"}}],"packages":[],"repo":{"found":true,"owner":"hikmahtech","repo":"drwhome","archived":false,"pushedAt":"2026-09-17T15:48:05Z","stars":0,"forks":0,"openIssues":1,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/116819837?v=4","ownerCreatedAt":"2022-10-27T14:05:42Z","license":"MIT"},"icon":{"url":"https://drwho.me/icon.svg","source":"registry"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-17T15:48:05.000Z","score":23}}}},"grade_history":[{"kind":"restore","fromGrade":"F","toGrade":"B","reason":"score 77: Write-action tools reachable without authentication","createdAt":"2026-09-19T18:55:58.523Z"}],"reviews":[]}