Install
$ agentstack add skill-thomasmoreai-legal-skills-open-jurisrank-argentine-supreme-court-analysis-adrian-lerer ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
JurisRank — Argentine Jurisprudential Authority Analysis
What JurisRank Is
JurisRank is a computational tool for measuring the authority of Argentine court decisions through citation network analysis. Its methodology is peer-reviewed and published in the Journal of Computational Law and Legal Technology:
> Lerer, I.A. (2026). "Computational Detection of Constitutional Drift: > Network Analysis and Semantic Measurement of Argentine Supreme Court > Jurisprudence (1922–2025)." Journal of Computational Law and Legal > Technology. DOI: 10.47852/bonviewJCLLT62027951
Academic validation: κ = 0.83 inter-coder reliability · k-fold cross- validation (k=5) · 73.2% mean accuracy · Monte Carlo simulations (n=1,000).
License: Creative Commons Attribution 4.0 International (CC BY 4.0)
Three Algorithms
| Algorithm | Purpose | |-----------|---------| | JurisRank | PageRank + temporal decay — recent citations weighted higher | | RootFinder | Ancestral Borrowing Analysis Network — traces doctrinal genealogy | | Legal-Memespace | Principal Component Analysis — maps multidimensional doctrine |
Coverage
- Argentine Supreme Court (CSJN) — 1922 to present
- National and federal courts of appeals (Cámaras nacionales y federales)
- Selected provincial supreme courts
- Relevant international precedents cited by Argentine courts
Authority Score Interpretation
| Score | Meaning | Recommendation | |-------|---------|---------------| | > 0.8 | Leading case — highest citation authority | Cite first, with score | | 0.6–0.8 | Widely cited — strong precedential weight | Cite with score | | 0.4–0.6 | Relevant — moderate authority | Cite with note | | POST https://api.jurisrank.com/v1/analyze-authority {"case_id": "..."}
- Interpret Authority Score and citation network position
- Apply RootFinder for genealogy if doctrinal evolution is needed
- Produce ranked analysis with citation recommendations
---
## Anti-Hallucination Rules
JurisRank implements groundedness verification per the Stanford Legal AI
Benchmark (Magesh et al., 2024):
**Before including any case in the analysis:**
- Confirm Authority Score > 0.0 (case exists in the network)
- Verify jurisdiction matches the forum of the matter
- Check temporal decay: has a more-cited posterior decision superseded it?
- Verify the case actually supports the proposition — not just addresses the topic
**Never cite a case not found in the JurisRank network without explicitly
declaring it as unverified.**
---
## Output Format
JURISRANK ANALYSIS — [Topic] Date: [date] | Tool: JurisRank (Lerer, 2026, JCLLT)
RANKED PRECEDENTS BY AUTHORITY
| Case | Court | Year | Authority Score | Network Position | |------|-------|------|----------------|-----------------| | ... | CSJN | ... | 0.92 | Leading case |
DOCTRINAL EVOLUTION
[Timeline: how doctrine developed]
CITATION NETWORK
[Which cases cite each other; doctrinal clusters]
RECOMMENDATION
[Which cases to cite · in what order · why]
---
## About the Author
Ignacio Adrián Lerer is an Argentine attorney and independent researcher.
JurisRank was developed as part of research on computational legal analysis
published in peer-reviewed journals. The tool is registered with Argentina's
DNDA (copyright registry) and has a patent application pending at INPI Argentina.
Contact: [justitia.com.ar](https://justitia.com.ar)
39:["$","div",null,{"className":"relative z-10 mx-auto max-w-[1400px] px-4 pb-16 sm:px-8 lg:px-16","children":[["$","$L3d",null,{"skillId":"b02a0fed-5d2a-4e82-81c0-36f6f4cf1a80","skillTitle":"Argentine Supreme Court Analysis","skillStatus":"active","skillVisibility":"listed","slug":"jurisrank-argentine-supreme-court-analysis-adrian-lerer","shareToken":null,"settingsShareToken":null,"fileTree":["SKILL.md"],"textContents":{"SKILL.md":"$3e"},"fileSizes":{"SKILL.md":5694},"hasShowcase":false,"hasSandbox":true,"canEdit":false,"isAdmin":false,"demoFiles":[],"sandboxConfig":{"steps":[{"type":"files","filesRequired":false}]},"initialDependencies":[],"initialMcpServers":[],"initialOauthConnections":[],"initialAccessGrants":[],"showcase":null,"about":{"locale":"en","sections":[{"title":"What this skill does","body":"PageRank-based jurisprudential authority analysis for Argentine case law (CSJN, federal courts). Peer-reviewed methodology published in JCLLT (DOI: 10.47852/bonviewJCLLT62027951). Ranks precedents by citation network influence with temporal decay."},{"title":"How to use","body":"The best way to start is to try it live right here — run it against your own document or question to see exactly how it operates, without any setup. Once you're comfortable, download the skill files and drop them into any AI assistant — Claude (Anthropic), ChatGPT (OpenAI), Gemini (Google), or Mistral. The same skill file works across all of them, so you are never locked into a single provider."}],"requiredSkills":[],"dependentSkills":[],"author":{"name":"Ignacio Adrián Lerer
## Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- **Author:** [ThomasMoreAI](https://github.com/ThomasMoreAI)
- **Source:** [ThomasMoreAI/legal-skills-open](https://github.com/ThomasMoreAI/legal-skills-open)
- **License:** Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.