blindspot-pass skillA
This file is byte-identical to the first copy the registry indexed. Same content hash, same audit grade.
blindspot-pass is agent-read markdown (skill) from jellydn/my-ai-tools: Inspect history and architecture for hidden constraints before risky cross-cutting changes..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Blind Spot Pass ## When to Use Use this skill **before starting implementation** when: - Working on an unfamiliar part of the codebase - Integrating with systems you don't fully understand - The task has high stakes or complexity - You sense there might be hidden gotchas ## What It Does A blind spot pass helps identify **unknown unknowns** that could derail implementation or lead to poor architectural decisions. ## How to Execute ### Step 1: Define Scope Clearly state what you're about to work on: - Feature or change description - Affected modules/systems - Current understanding level ### Step 2: Search for Context Look in multiple places for relevant history: ```bash # Recent changes to related files git log --oneline --all -20 -- path/to/module/ # Search commit messages for keywords git log --all --grep="auth\|oauth\|provider" --oneline # Find related discussions in code comments rg -i "TODO|FIXME|HACK|XXX" path/to/module/ # Search for error handling patterns rg "catch|throw|error" path/to/module/ -A 3 ``` ### Step 3: Identify Gotchas Document findings in categories: **Technical Gotchas**: - Edge cases in existing code - Performance considerations …
Read the whole file at its exact version.
How to install
mdr add jellydn/my-ai-tools/blindspot-pass@git:20260913.e2e25bemdr add jellydn/my-ai-tools/blindspot-pass@sha256:3f00266073051e72Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_obfr7t5h7jskkmvd)
0 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260913.e2e25be latest | 2026-09-13 | e2e25be | 6,362 B | A | view · diff |
| git:20260710.ba92170 | 2026-07-10 | ba92170 | 6,395 B | A | view · diff |
| git:20260708.79117a7 | 2026-07-08 | 79117a7 | 6,383 B | A | view · diff |
| git:20260708.5f08192 | 2026-07-08 | 5f08192 | 6,033 B | C | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (6362 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
jellydn/my-ai-tools · 121 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_obfr7t5h7jskkmvd GET https://markdownregistry.com/api/v1/resolve?ref=jellydn/my-ai-tools/blindspot-pass GET https://markdownregistry.com/api/v1/blob/3f00266073051e72d84f2099bba2fd1088f4d074d9326e91b931e07956eedabe
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from jellydn/my-ai-tools
Every file in jellydn/my-ai-tools