safe-client-gateway: Skill for Claude Code

.claude/skills/cgw-remarks/SKILL.md

cgw-remarks is a skill for Claude Code from safe-global/safe-client-gateway. It costs 217 tokens per session (510 once invoked), scanned A, original, no licence file.

A lookup catalogue of recurring review comments from real safe-client-gateway pull requests.

In plain words
What is it for?
It helps look up a specific review remark and support the broader gateway review process.
Why use it?
It helps reviewers quickly find known problem patterns instead of searching through past review feedback.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is safe-global/safe-client-gateway's own configuration. It tells Claude Code how to work on safe-client-gateway itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything safe-client-gateway configures →

Reuse

Borrowing it

Nothing to install: this file belongs to safe-global/safe-client-gateway. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/safe-global/safe-client-gateway/main/.claude/skills/cgw-remarks/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/safe-global/safe-client-gateway

Made for: Claude Code.

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 cgw-remarks

README.md
[![agentmods](https://agentmods.dev/badge/skills/safe-global/safe-client-gateway/cgw-remarks/github.svg)](https://agentmods.dev/skills/safe-global/safe-client-gateway/cgw-remarks)
Your own site
<a href="https://agentmods.dev/skills/safe-global/safe-client-gateway/cgw-remarks"><img src="https://agentmods.dev/badge/skills/safe-global/safe-client-gateway/cgw-remarks/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 cgw-remarks

Your own site · 80×15
<a href="https://agentmods.dev/skills/safe-global/safe-client-gateway/cgw-remarks"><img src="https://agentmods.dev/badge/skills/safe-global/safe-client-gateway/cgw-remarks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 217 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 510 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 unknown 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.00217 $0.00510
Opus 5 $0.00109 $0.00255
Sonnet 5 $0.00043 $0.00102
Haiku 4.5 $0.00022 $0.00051

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

Security

Grade A, and why

cgw-remarks 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 8d 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.

.claude/skills/cgw-remarks/SKILL.md · 27 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 8d ago First seen · 27 lines · 217 tokens per session scan A 5fa1f91c0537

Subscribe to this mod's changes

cgw-remarks is a skill published in the GitHub repository safe-global/safe-client-gateway (50 stars, last pushed today), with no licence file. It adds 217 tokens to every session and 510 once invoked, about $0.0011 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-01.

Related

Other skills, from other repositories

triage-contributor-pr

Triage open pull requests from external contributors to prisma/prisma and produce a per-PR verdict with evidence. Use when a maintainer asks to triage, evaluate, assess, or review the queue of incoming contributor PRs, to decide whether a fork PR is safe to run CI on, to check whether a PR is in scope for its version…

prisma/orm · 131 tokens

review-implement-phase

Implements triaged review actions, commits focused fixes, and posts Done plus resolves threads. Use when the user wants only the implementation phase of the review-framework workflow.

prisma/orm · 38 tokens

review-triage-phase

Produces canonical review actions from fetched review state and renders action markdown. Use when the user wants only triage/action-planning for the review-framework workflow.

prisma/orm · 36 tokens

no-bare-casts

Writing as in TypeScript or TSX production code, modifying a file that contains a bare as cast, silencing a type error with a cast, encountering as unknown as, or reviewing a cast site.

prisma/orm · 52 tokens

common-feedback-reporter

Pre-write audit for skill violations: checks planned code against loaded skill anti-patterns before any file write. Use when writing Flutter/Dart/TS code or editing SKILL.md files with active project skills. Load as composite; on auto-fixed violation, also load +common/common-learning-log.

HoangNguyen0403/agent-skills-standard · 63 tokens

code-review

Run an AI-assisted PR code review using multi-layer lenses with confidence scoring.

HoangNguyen0403/agent-skills-standard · 18 tokens