s2s-vpn

s2s-vpn is a command for coding agents from scaleway/scaleway-cli. It costs 0 tokens per session (6,637 once invoked), scanned A, a copy of datawarehouse, Apache-2.0.

Command-line controls for managing site-to-site VPN connections, which create encrypted network tunnels between a VPN gateway and a customer's network gateway.

In plain words
What is it for?
Use it to create and configure IPsec VPN connections, including names, tags, IP version, tunnel initiation, and encryption settings.
Why use it?
It avoids having to manage these VPN connections through a graphical interface or hand-written API requests.

Command

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.

agentmods
npx agentmods add commands/scaleway/scaleway-cli/s2s-vpn
Clone the repo
git clone --depth 1 https://github.com/scaleway/scaleway-cli

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 s2s-vpn

README.md
[![agentmods](https://agentmods.dev/badge/commands/scaleway/scaleway-cli/s2s-vpn.svg)](https://agentmods.dev/commands/scaleway/scaleway-cli/s2s-vpn)
Your own site
<a href="https://agentmods.dev/commands/scaleway/scaleway-cli/s2s-vpn"><img src="https://agentmods.dev/badge/commands/scaleway/scaleway-cli/s2s-vpn.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 6,637 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 77% copy Near-identical to another mod 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 $0.00000 $0.06637
Opus 5 $0.00000 $0.03318
Sonnet 5 $0.00000 $0.01327
Haiku 4.5 $0.00000 $0.00664

Measured 3d ago against content hash f561b8174dc2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

s2s-vpn 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 3d 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.

Origin

This is a copy

77% identical to datawarehouse — 571 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.

docs/commands/s2s-vpn.md · 644 lines

How it starts

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

Documentation for scw s2s-vpn

This API allows you to manage your Site-to-Site VPN.

A connection represents the IPsec tunnel between VPN gateway and customer gateway.

A connection represents the IPsec tunnel between VPN gateway and customer gateway.

Create a connection

Create a connection.

Usage:

scw s2s-vpn connection create [arg=value ...]

Arguments:

Name Description Argument Specifications
project-id Project ID to use. If none is passed the default project ID will be used
name Name of the connection Required
tags.{index} List of tags to apply to the connection
is-ipv6 Defines IP version of the IPSec Tunnel
initiation-policy Who initiates the IPsec tunnel RequiredOne of: unknown_initiation_policy, vpn_gateway, customer_gateway
ikev2-ciphers.{index}.encryption One of: unknown_encryption, aes128, aes192, aes256, aes128gcm, aes192gcm, aes256gcm, aes128ccm, aes256ccm, chacha20poly1305
ikev2-ciphers.{index}.integrity One of: unknown_integrity, sha256, sha384, sha512
ikev2-ciphers.{index}.dh-group One of: unknown_dhgroup, modp2048, modp3072, modp4096, ecp256, ecp384, ecp521, curve25519
esp-ciphers.{index}.encryption One of: unknown_encryption, aes128, aes192, aes256, aes128gcm, aes192gcm, aes256gcm, aes128ccm, aes256ccm, chacha20poly1305
esp-ciphers.{index}.integrity One of: unknown_integrity, sha256, sha384, sha512
esp-ciphers.{index}.dh-group One of: unknown_dhgroup, modp2048, modp3072, modp4096, ecp256, ecp384, ecp521, curve25519
enable-route-propagation Defines whether route propagation is enabled or not.
secret.id
secret.revision
vpn-gateway-id ID of the VPN gateway to attach to the connection Required
customer-gateway-id ID of the customer gateway to attach to the connection Required
bgp-config-ipv4.routing-policy-id
bgp-config-ipv4.private-ip
bgp-config-ipv4.peer-private-ip
bgp-config-ipv6.routing-policy-id
bgp-config-ipv6.private-ip
bgp-config-ipv6.peer-private-ip
region Region to target. If none is passed will use default region from the config Default: fr-parOne of: fr-par, it-mil, nl-ams, pl-waw

Read the full file on GitHub · 644 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. 3d ago First seen · 644 lines · 0 tokens per session scan A f561b8174dc2

Subscribe to this mod's changes

s2s-vpn is a command published in the GitHub repository scaleway/scaleway-cli (996 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 6,637 tokens. A static security scan graded it A with 0 findings. It is 77% identical to datawarehouse, differing in 571 lines, and is treated as a copy.