tsq-stability

tsq-stability is a skill for Claude Code from sonature-lab/timsquad. It costs 128 tokens per session (876 once invoked), scanned A, original, MIT.

A release-readiness check that examines a project in six layers, from static analysis and unit tests to security, integration, and packaging checks.

In plain words
What is it for?
Use it to run pre-release checks, review sprint completion, respond to security audits, and rerun checks after fixing issues.
Why use it?
It catches problems before a release or sprint is marked complete. Checks can stop the process when serious issues are found, while some checks may be skipped explicitly.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths.

Good fit Use it to run pre-release checks, review sprint completion, respond to security audits, and rerun checks after fixing issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sonature-lab/timsquad/tsq-stability
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 sonature-lab/timsquad --skill tsq-stability
Clone the repo
git clone --depth 1 https://github.com/sonature-lab/timsquad

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 tsq-stability

README.md
[![agentmods](https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-stability/github.svg)](https://agentmods.dev/skills/sonature-lab/timsquad/tsq-stability)
Your own site
<a href="https://agentmods.dev/skills/sonature-lab/timsquad/tsq-stability"><img src="https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-stability/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 tsq-stability

Your own site · 80×15
<a href="https://agentmods.dev/skills/sonature-lab/timsquad/tsq-stability"><img src="https://agentmods.dev/badge/skills/sonature-lab/timsquad/tsq-stability.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 876 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00128 $0.00876
Opus 5 $0.00064 $0.00438
Sonnet 5 $0.00026 $0.00175
Haiku 4.5 $0.00013 $0.00088

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

Security

Grade A, and why

tsq-stability scanned grade A with 1 finding 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/verify.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

| CRITICAL | `execSync` 대신 `execFileSync` (커맨드 인젝션 방지) |
templates/base/skills/tsq-stability/SKILL.md · 65 lines

What it actually says

Stability Verification

프로젝트 안정성을 6-Layer 피라미드로 검증한다. 빠르고 저렴한 검사부터 실행하여 초기 실패를 빠르게 잡는다.

Philosophy

  • 빠른 것부터: L0(5초) → L5(30초) 순서로 실행, 첫 실패 시 멈춤
  • Fail-closed 기본: 모든 레이어는 기본 차단, 명시적 opt-out만 허용
  • 자동 + 수동 병행: L0~L5는 스크립트 자동화, L6는 사람이 확인

Resources

Priority Type Resource Description
CRITICAL script verify.sh 전체 레이어 오케스트레이터
CRITICAL rule verification-layers 6-Layer 정의 + 실패 정책
HIGH rule verification-workflow 검증 실행 워크플로우 패턴
HIGH ref security-fix-patterns 취약점별 수정 패턴 모음
MEDIUM ref release-checklist L6 수동 릴리스 체크리스트

Quick Rules

검증 실행

  • bash .claude/skills/tsq-stability/scripts/verify.sh 로 전체 실행
  • --layer L0 으로 특정 레이어만 실행
  • --skip L3 으로 특정 레이어 건너뛰기

Fail Policy

  • L0(정적분석), L1(유닛테스트), L5(패키지): 항상 fail-closed
  • L2(보안): critical/high = fail-closed, moderate/low = fail-open
  • L3(쉘테스트), L4(통합): fail-closed, --skip 가능

이슈 발견 시 수정 워크플로우

  1. 이슈 분류 (CRITICAL > HIGH > MEDIUM > LOW)
  2. 수정 패턴 리서치 (스킬 검색 + 웹 참조)
  3. 수정 계획 수립 (패턴 기반)
  4. 수정 적용 + 재검증

Checklist

Priority Item
CRITICAL tsc --noEmit 에러 0개
CRITICAL npm run test:unit 전체 통과
CRITICAL execSync 대신 execFileSync (커맨드 인젝션 방지)
HIGH shellcheck --severity=warning 모든 .sh 경고 0개
HIGH npm audit --audit-level=high 취약점 0개
HIGH JSON 출력은 jq -n --arg 사용 (문자열 보간 금지)
HIGH jq 호출에 `
MEDIUM npm pack --dry-run 의도한 파일만 포함
MEDIUM .gitignore에 .env, *.pem, *.key 포함
MEDIUM grep -- "$var" 분리자 사용
Files

What ships with it

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

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 · 65 lines · 128 tokens per session scan A 22bc68fcbc90

Subscribe to this mod's changes

tsq-stability is a skill published in the GitHub repository sonature-lab/timsquad (11 stars, last pushed 8d ago), licensed MIT. It adds 128 tokens to every session and 876 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.