Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add theYahia/WWmcp --skill affiliation-mapgit clone --depth 1 https://github.com/theYahia/WWmcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/theyahia/wwmcp/affiliation-map)<a href="https://agentmods.dev/skills/theyahia/wwmcp/affiliation-map"><img src="https://agentmods.dev/badge/skills/theyahia/wwmcp/affiliation-map/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/theyahia/wwmcp/affiliation-map"><img src="https://agentmods.dev/badge/skills/theyahia/wwmcp/affiliation-map.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00026 | $0.00649 |
| Opus 5 | $0.00013 | $0.00324 |
| Sonnet 5 | $0.00005 | $0.00130 |
| Haiku 4.5 | $0.00003 | $0.00065 |
Grade A, and why
affiliation-map scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
/affiliation-map — Кто стоит за компанией
Алгоритм
- Если пользователь дал название или ОГРН — вызови
search_companyс name / ogrn / inn и выбери нужную компанию. Если совпадений несколько, покажи их и спроси, какая. - Вызови
get_company_detailsс inn — полная выписка ЕГРЮЛ: учредители, доли, руководитель, адрес, дата регистрации, ОКВЭД. - Вызови
get_related_companiesс inn — аффилированные компании по общим учредителям и руководителям. - По каждой значимой связанной компании вызови
get_bankruptcy_infoс её ИНН. Банкротства в группе — сигнал, даже если проверяемая компания чистая. - Сопоставь признаки риска и назови их явно:
- массовый адрес или массовый руководитель;
- свежая регистрация при крупной сделке;
- цепочка ликвидированных юрлиц у тех же учредителей;
- ОКВЭД не совпадает с предметом договора.
- Собери карту: центральная компания, связи, статус каждой.
Формат ответа
## Карта связей: ООО «Ромашка», ИНН 7707083893
**Руководитель**: Иванов И.И. — числится в 7 компаниях
**Учредители**: Иванов И.И. (100%)
**Регистрация**: 2025-11-14 (10 месяцев назад)
### Связанные компании
| Компания | ИНН | Статус | Банкротство |
|----------|-----|--------|-------------|
| ООО «Василёк» | 770708... | ликвидирована 2025 | было |
| ООО «Пион» | 770709... | действующая | нет |
**Признаки риска**: массовый руководитель (7 юрлиц), в группе одно
завершённое банкротство, компания зарегистрирована менее года назад.
Важно
- Аффилированность — не преступление. Формулируй как «признаки, требующие вопросов», а не как обвинение.
- Финансы группы этот набор инструментов не консолидирует. Если нужны цифры,
вызывай
get_financial_statementsпо каждому ИНН отдельно. - Признак «массовый руководитель» опирается на число компаний из ответа
get_related_companies. Если инструмент вернул пусто — не додумывай.
Примеры
/affiliation-map 7707083893
/affiliation-map ООО "Ромашка"
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 60 lines · 26 tokens per session scan A bedb6d58aa2e
affiliation-map is a skill published in the GitHub repository theYahia/WWmcp (29 stars, last pushed 2d ago), licensed MIT. It adds 26 tokens to every session and 649 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.
Other skills, from other repositories
compliance-audit-workflow
Run a compliance audit Mistral Workflow, query mid-run findings via workflowinteract(action="query"), and signal approval or escalation decisions at checkpoints via workflowinteract(action="signal"). Use when the user wants to run a compliance audit (GDPR, SOC2, PCI-DSS, etc.) against a deployed Mistral Workflow.
contract-analyzer
OCR a contract PDF with mistralocr, then extract structured clauses and risk scores with mistralchat + jsonschema. Use when the user provides a contract document to analyze for risks, obligations, and key terms.
contract-review-workflow
Trigger a deployed Mistral Workflow for contract review, poll execution status, detect human-in-the-loop checkpoints via workflowinteract(query), collect approval or changes, and resume the workflow via workflowinteract(signal). Use when the user wants to run a contract through a Mistral Workflow with oversight…
javascript-typescript
Professional JavaScript and TypeScript development skill covering modern ES6+, TypeScript, Node.js, Express, React, testing frameworks, and best practices. Use this skill when developing JavaScript/TypeScript applications, building React/Node.js projects, implementing RESTful APIs, or need guidance on modern JS/TS…
agb-rechtswahl-schweizer-recht-rom-i
Für AGB Rechtswahl Schweizer Recht Rom I: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: agb-rechtswahl-schweizer-recht-rom-i.
okx-cex-trade
Use when the user asks to 'buy BTC', 'sell ETH', 'place a limit order', 'place a market order', 'cancel my order', 'amend my order', 'long BTC perp', 'short ETH swap', 'open a position', 'close a position', 'set take profit', 'limit take profit', 'immediate TP', 'set stop loss', 'self-trade prevention', 'stpMode'…