responsible-sourcing

responsible-sourcing is a skill for Claude Code from Cleo-Labs-IA/skills_library. It costs 120 tokens per session (3,778 once invoked), scanned A, original, MIT.

A guide for checking where minerals, materials, and labour in a supply chain come from. Supply-chain due diligence means investigating risks and taking documented steps to address them.

In plain words
What is it for?
Use it to search for supply-chain risk signals, look up relevant regulations, and follow due-diligence processes for minerals, labour conditions, timber or leather, and exotic animal-derived materials.
Why use it?
It helps organise checks that can otherwise be spread across many laws, suppliers, countries, and materials. The scope includes conflict minerals, cobalt, mica, forced labour, deforestation-linked goods, and certain wildlife-derived materials.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the compliance-product-guidance plugin — 53 skills shipped together

Good fit Use it to search for supply-chain risk signals, look up relevant regulations, and follow due-diligence processes for minerals, labour conditions, timber or leather, and exotic animal-derived materials.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cleo-labs-ia/skills_library/responsible-sourcing
Install

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.

Any agent
npx skills add Cleo-Labs-IA/skills_library --skill responsible-sourcing
Clone the repo
git clone --depth 1 https://github.com/Cleo-Labs-IA/skills_library

Made for: Claude Code.

Or install compliance-product-guidance, the plugin that ships this one along with the rest of its 53 skills.

Wrote 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.

agentmods badge for responsible-sourcing

README.md
[![agentmods](https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/responsible-sourcing/github.svg)](https://agentmods.dev/skills/cleo-labs-ia/skills_library/responsible-sourcing)
Your own site
<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/responsible-sourcing"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/responsible-sourcing/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.

agentmods 80×15 button for responsible-sourcing

Your own site · 80×15
<a href="https://agentmods.dev/skills/cleo-labs-ia/skills_library/responsible-sourcing"><img src="https://agentmods.dev/badge/skills/cleo-labs-ia/skills_library/responsible-sourcing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 120 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,778 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00120 $0.03778
Opus 5 $0.00060 $0.01889
Sonnet 5 $0.00024 $0.00756
Haiku 4.5 $0.00012 $0.00378

Measured 12d ago against content hash e68dbf4b03b3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

responsible-sourcing 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 12d 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.

skills/responsible-sourcing/SKILL.md · 179 lines

How it starts

The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Responsible Sourcing & Supply-Chain Due Diligence

Operationalises due diligence on minerals, materials, and labour across the supply chain. Scope boundary: sustainability-compliance owns CSRD/CBAM/EPR; jewelry-compliance owns Kimberley Process/hallmarking; this skill owns minerals traceability, forced-labour screening, deforestation commodity due diligence, and OECD 5-step implementation.

MCP Tools

# Search for responsible sourcing and supply-chain signals
mcp__claude_ai_Cleo_Insight__search_signals(q="conflict minerals", limit=25)
mcp__claude_ai_Cleo_Insight__search_signals(q="forced labour supply chain", limit=25)
mcp__claude_ai_Cleo_Insight__search_signals(q="EUDR deforestation due diligence", limit=25)
mcp__claude_ai_Cleo_Insight__search_signals(q="supply chain due diligence CSDDD", limit=25)

# Pull regulation details for a specific regime
mcp__claude_ai_Cleo_Insight__get_regulation(id="<regulation-id>")
mcp__claude_ai_Cleo_Insight__list_regulations(limit=100)

Due Diligence Decision Tree

digraph {
  rankdir=TB; node [shape=box style=rounded fontsize=10];
  start [label="What materials does\nthe product contain?" shape=diamond];
  t3g [label="Contains 3TG\n(tin, tungsten, tantalum, gold)?"];
  t3g_y [label="EU 2017/821 (importer)\n+ Dodd-Frank 1502 (SEC filer)\nOECD 5-step DD\nCMRT from RMI"];
  cobalt [label="Contains cobalt\nor mica?"];
  cobalt_y [label="EMRT (Extended Minerals\nReporting Template)\nOECD DD Guidance"];
  commodity [label="Contains cattle/leather, wood,\ncocoa, coffee, palm oil,\nrubber, or soy?"];
  eudr [label="EUDR (EU) 2023/1115\nGeolocation + DDS\nin EU Information System"];
  animal [label="Contains exotic\nanimal-derived material\n(crocodile, python, etc.)?"];
  cites [label="CITES permits required\n(export + import)\nArticle 10 EU certificate\nfor intra-EU trade"];
  labour [label="Contains inputs from\nhigh forced-labour-risk\nregions or sectors?"];
  uflpa [label="US UFLPA rebuttable\npresumption (Xinjiang)\nEU Reg 2024/3015\nmarket ban"];
  csddd [label="Large company\n(CSDDD thresholds)?"];
  csddd_y [label="Directive (EU) 2024/1760\nOECD 5-step mandatory\nannual public reporting\n(also LkSG if German nexus)"];
  done [label="Document DD record\nper OECD 5-step\n(see template below)"];

  start -> t3g; t3g -> t3g_y [label="YES"]; t3g -> cobalt [label="NO"];
  t3g_y -> cobalt; cobalt -> cobalt_y [label="YES"]; cobalt -> commodity [label="NO"];
  cobalt_y -> commodity; commodity -> eudr [label="YES"]; commodity -> animal [label="NO"];
  eudr -> animal; animal -> cites [label="YES"]; animal -> labour [label="NO"];
  cites -> labour; labour -> uflpa [label="YES"]; labour -> csddd [label="NO"];
  uflpa -> csddd; csddd -> csddd_y [label="YES"]; csddd -> done [label="NO"];
  csddd_y -> done;
}

Read the full file on GitHub · 179 lines

Changes

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.

  1. 12d ago First seen · 179 lines · 120 tokens per session scan A e68dbf4b03b3

Subscribe to this mod's changes

responsible-sourcing is a skill published in the GitHub repository Cleo-Labs-IA/skills_library (1 stars, last pushed 3mo ago), licensed MIT. It adds 120 tokens to every session and 3,778 once invoked, about $0.0006 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-08-31.

Related

Other skills, from other repositories

hipaa-validate

HIPAA validator: PHI exposure, audit logging, encryption, access control, BAA refs. Triggers: HIPAA, PHI, healthcare compliance, audit log, BAA.

softspark/ai-toolkit · 43 tokens

standards-expert

Expert-level ISO standards, quality management, compliance, and certification. Use when the user mentions ISO standards, quality management, compliance, or certification, or when the task involves Compliance & Certification, Auditing, or Continuous Improvement.

personamanagmentlayer/pcl · 50 tokens

soc2-expert

Expert in SOC 2 compliance, trust service criteria, audit preparation, controls implementation, and security frameworks. Use when the user mentions compliance, audit, trust services, AICPA, controls, or security framework, or when the task involves Trust Service Criteria, SOC 2 Types, Security Common Criteria, or…

personamanagmentlayer/pcl · 71 tokens

lawyer-expert

Expert-level legal systems, contracts, compliance, and legal technology. Use when the user mentions legal, contracts, compliance, law, or legal tech, or when the task involves Legal Systems, Legal Technology, Compliance Frameworks, or Contract Management.

personamanagmentlayer/pcl · 54 tokens

audit-expert

Expert-level security auditing, compliance, code review, and vulnerability assessment. Use when the user mentions compliance, security review, code review, vulnerability assessment, SOC 2, or GDPR, or when the task involves Audit Types, Audit Frameworks, Audit Process, or Authentication Review.

personamanagmentlayer/pcl · 60 tokens

hr-payroll

Help HR operations specialists, payroll administrators, and compensation teams understand, design, and run payroll processing, compliance, and payroll-related HR operations. Use when asked to set up a payroll process, run a payroll compliance audit, design a payroll calendar, handle a payroll discrepancy, build a…

tuanductran/hr-skills · 88 tokens