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 Tyox-all/Weave_Protocol --skill tolleregit clone --depth 1 https://github.com/Tyox-all/Weave_ProtocolWrote 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/tyox-all/weave_protocol/tollere)<a href="https://agentmods.dev/skills/tyox-all/weave_protocol/tollere"><img src="https://agentmods.dev/badge/skills/tyox-all/weave_protocol/tollere.svg" alt="Measured on agentmods" 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.00176 | $0.01856 |
| Opus 5 | $0.00088 | $0.00928 |
| Sonnet 5 | $0.00035 | $0.00371 |
| Haiku 4.5 | $0.00018 | $0.00186 |
Grade A, and why
supply-chain-security 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Supply Chain Security with Weave Tollere
When to use this skill
Use Tollere whenever you are about to:
- Run
npm install <package>,pnpm add <package>, oryarn add <package> - Run
pip install <package>oruv add <package> - Run
cargo add <package> - Run
docker pull <image>or use a Docker image in a Dockerfile/compose - Recommend a VS Code, Cursor, Windsurf, JetBrains, or Open VSX extension
- Suggest a dependency, image, or extension to a user
- Edit a
package.json,requirements.txt,pyproject.toml,Cargo.toml,Dockerfile, or.vscode/extensions.json - Audit an existing project's dependencies or container images
Do not skip this step. Names you remember from training data may now be typosquats, deprecated, or compromised. The supply chain changes daily. Recent attacks (Axios March 2026, Checkmarx April 2026) prove that even popular, trusted projects get compromised.
Core tools
Package scanning
tollere_scan_package
Check a single package before installing.
{ "name": "axios", "version": "1.7.2", "ecosystem": "npm" }
tollere_scan_dependencies
Scan an entire package.json at once.
tollere_check_typosquat
Quick check for whether a name is suspiciously close to a popular package.
tollere_check_maintainer
Get a 0-100 reputation score for a package's maintainers.
tollere_check_cves
Query OSV.dev for known vulnerabilities.
tollere_diff_versions
Compare two versions to detect suspicious changes. The Axios case detector.
🆕 v0.2 tools
tollere_detect_sandwich
Detect sandwich-pattern attacks across version history. The Checkmarx case detector. Use when:
- A package has a recent suspicious history
- You're auditing a critical dependency
- The package was recently in the news for a compromise
{ "name": "some-package", "last_n": 20 }
The pattern: malicious code in version N → removed in N+1 (clean sandwich filling) → reappears in N+2. Designed to evade "always use latest" defenses.
What ships with it
21 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .gitignore 36 B
- package-lock.json 41 KB
- package.json 1.5 KB
- README.md 12 KB
- src/cli.ts 12 KB runs code
- src/cve.ts 6.0 KB runs code
- src/diff.ts 6.3 KB runs code
- src/docker.ts 11 KB runs code
- src/extensions/index.ts 1.2 KB runs code
- src/extensions/jetbrains.ts 6.3 KB runs code
- src/extensions/openvsx.ts 5.2 KB runs code
- src/extensions/vscode.ts 8.4 KB runs code
- src/index.ts 1.1 KB runs code
- src/reputation.ts 5.2 KB runs code
- src/sandwich.ts 6.4 KB runs code
- src/scanner.ts 7.9 KB runs code
- src/server.ts 9.1 KB runs code
- src/types.ts 6.6 KB runs code
- src/typosquat.ts 4.9 KB runs code
- tests/typosquat.test.js 1.3 KB runs code
- tsconfig.json 487 B
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.
- 6d ago First seen · 163 lines · 176 tokens per session scan A 91f770bb7eec
supply-chain-security is a skill published in the GitHub repository Tyox-all/Weave_Protocol (0 stars, last pushed 13d ago), licensed Apache-2.0. It adds 176 tokens to every session and 1,856 once invoked, about $0.0009 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.
Other skills, from other repositories
panguard
AI agent security platform — audit skills, scan for threats, and run 24/7 protection with 9,700+ detection rules.
blockchain-solana
Use this skill when asked about Solana blockchain, Solana architecture, Proof of History, Solana programming, Anchor framework, Solana runtime, Solana CLI tools, Solana DeFi, Jupiter, Raydium, Metaplex, SPL tokens, and the Solana ecosystem. Covers Solana protocol architecture (PoH, Tower BFT, Turbine, Gulf Stream…
lictor-security-check
Pre-release security audit for ANY project — AI-built or hand-written, web or mobile. Scans the codebase for the full range of real-world risks that get apps breached: leaked API & AI-provider keys, exposed configs/secrets, broken auth & access control (IDOR), injection (SQL/XSS/command), SSRF, open databases & cloud…
lictor-rotate
Walks the user through rotating a leaked API key — step by step, provider-specific. Knows the exact URL to visit, the exact button to click, and how to verify the rotation worked. Supports Stripe, OpenAI, Anthropic, Google Cloud / AI Studio, GitHub, AWS, Slack, Supabase, Firebase, Postmark, and generic OAuth providers.
alchemy-agentic-gateway
Use when accessing Alchemy APIs for RPC calls, token balances, NFT metadata, asset transfers, transaction simulation, or Alchemy-specific features. Also use when the user mentions "SIWE", "SIWS", "x402", "MPP", "mppx", or "agentic gateway" — this skill covers wallet-based auth flows for Alchemy's x402 and MPP…
alchemy-api
Integrates Alchemy blockchain APIs using an API key. Requires $ALCHEMYAPIKEY to be set; if unavailable, use the alchemy-agentic-gateway skill instead. Use when user asks about EVM JSON-RPC calls, token balances, NFT ownership or metadata, transfer history, token prices, portfolio data, transaction simulation…