Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Bilal140202/the-lord-of-the-skillsnpx agentmods add skills/bilal140202/the-lord-of-the-skills/aajj68__supply-chain-sentinelWrote 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/bilal140202/the-lord-of-the-skills/aajj68__supply-chain-sentinel)<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/aajj68__supply-chain-sentinel"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/aajj68__supply-chain-sentinel/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/bilal140202/the-lord-of-the-skills/aajj68__supply-chain-sentinel"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/aajj68__supply-chain-sentinel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00159 | $0.07678 |
| Opus 5 | $0.00079 | $0.03839 |
| Sonnet 5 | $0.00032 | $0.01536 |
| Haiku 4.5 | $0.00016 | $0.00768 |
Grade B, and why
supply-chain-sentinel scanned grade B with 3 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 9d 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.
Reaches for credential filesmediumPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
(r'open\s*\(\s*["\'][^"\']*(?:\.aws|credentials|\.netrc)["\']', "CRITICAL", "acesso a arquivo de credenciais"), Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
grep -rn "urllib\|requests\|socket\|http" <PROJECT_DIR>/setup.py \ Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
(r'__import__\s*\(\s*["\']os["\'].*system', "CRITICAL", "import dinâmico + os.system"), This is a copy
100% identical to supply-chain-sentinel — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 755 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Supply Chain Sentinel
Scanner portátil de segurança para detectar ataques de supply chain, dependências maliciosas, injeção de prompt, código obfuscado e padrões suspeitos em projetos de software.
Fluxo de Execução
- Leia este arquivo completo antes de começar
- Execute o scanner Python via
scripts/scanner.py - Complemente com análise manual dos achados de alta severidade
- Gere o relatório final em Markdown
Passo 1 — Localizar o Projeto
Se o usuário não especificou o path:
# Tenta caminhos comuns
ls /mnt/user-data/uploads/ 2>/dev/null || true
ls ~/project/ 2>/dev/null || true
pwd
Pergunte ao usuário se não encontrar. O scanner aceita qualquer diretório raiz.
Passo 2 — Executar o Scanner
Copie o script para um local gravável e execute:
cp /mnt/skills/*/supply-chain-sentinel/scripts/scanner.py /tmp/sentinel_scanner.py \
|| cp "$(dirname "$0")/scripts/scanner.py" /tmp/sentinel_scanner.py
python3 /tmp/sentinel_scanner.py --path <PROJECT_DIR> --output /tmp/sentinel_report.json
Se o script não estiver acessível via path relativo, escreva-o em disco usando
o conteúdo da seção ## Scanner Script abaixo, salve em /tmp/sentinel_scanner.py
e execute normalmente.
Passo 3 — Análise Manual Complementar
Após o scanner, faça buscas direcionadas nos achados críticos:
3a. Verificar setup.py / pyproject.toml suspeitos
# Chamadas de rede no setup
grep -rn "urllib\|requests\|socket\|http" <PROJECT_DIR>/setup.py \
<PROJECT_DIR>/pyproject.toml 2>/dev/null
# Exec/eval no install
grep -rn "exec\|eval\|compile\|__import__" <PROJECT_DIR>/setup.py 2>/dev/null
3b. Strings Base64 / Ofuscadas
grep -rEn "base64\.(b64decode|decodebytes)|\\\\x[0-9a-f]{2}|eval\(.*decode" \
<PROJECT_DIR> --include="*.py" --include="*.js" --include="*.ts" 2>/dev/null | head -50
3c. Prompt Injection em arquivos de config/prompt
grep -rniP "(ignore previous|disregard|you are now|forget your|override instructions|\
act as if|new system prompt|jailbreak|\\[INST\\]|<\|system\|>)" \
<PROJECT_DIR> --include="*.txt" --include="*.md" --include="*.json" \
--include="*.yaml" --include="*.yml" --include="*.toml" 2>/dev/null
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.
- 9d ago First seen · 755 lines · 159 tokens per session scan B fb4cb739e79d
supply-chain-sentinel is a skill published in the GitHub repository Bilal140202/the-lord-of-the-skills (4 stars, last pushed 6d ago), licensed MIT. It adds 159 tokens to every session and 7,678 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it B with 3 findings (reaches for credential files, makes network calls, runs shell commands). It is 100% identical to supply-chain-sentinel, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
serpsmith
Publish SEO articles reliably across AI-agent runtimes.
tool-calling-tutor
Use when a tool-calling agent does not call a tool, sends wrong arguments, loops without stopping, or needs a function schema. Guides a four-branch diagnosis and five-step schema repair. Do not use for framework-specific, MCP-server, or production-observability questions.
performing-threat-hunting-with-yara-rules
Use YARA pattern-matching rules to hunt for malware, suspicious files, and indicators of compromise across filesystems and memory dumps. Covers rule authoring, yara-python scanning, and integration with threat intel feeds.
hunt-idor
Hunting skill for idor vulnerabilities. Built from 26 public bug bounty reports. Use when hunting idor on any target.
performing-soc2-type2-audit-preparation
Automates SOC 2 Type II audit preparation including gap assessment against AICPA Trust Services Criteria (CC1-CC9), evidence collection from cloud providers and identity systems, control testing validation, remediation tracking, and continuous compliance monitoring. Covers all five TSC categories (Security…
testrail
Sync tests with TestRail. Use when user mentions "testrail", "test management", "test cases", "test run", "sync test cases", "push results to testrail", or "import from testrail".