fsi-compliance-checker

fsi-compliance-checker is a skill for Claude Code from timwukp/agent-skills-best-practice. It costs 156 tokens per session (1,193 once invoked), scanned A, original, MIT.

An engineering review aid that links code, system design, and infrastructure changes to controls in two financial-services rulebooks: PCI-DSS for payment-card data and MAS TRM for Singapore-regulated institutions.

In plain words
What is it for?
Use it to review code changes, architecture plans, infrastructure-as-code, and build pipelines for PCI-DSS or MAS TRM issues, then produce findings with suggested fixes.
Why use it?
It helps teams find compliance gaps before an audit and records which rule each finding relates to. It does not replace a qualified assessor or the institution’s compliance team.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the secure-sdlc-skills plugin — 6 skills shipped together

Good fit Use it to review code changes, architecture plans, infrastructure-as-code, and build pipelines for PCI-DSS or MAS TRM issues, then produce findings with suggested fixes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/timwukp/agent-skills-best-practice/fsi-compliance-checker
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 timwukp/agent-skills-best-practice --skill fsi-compliance-checker
Clone the repo
git clone --depth 1 https://github.com/timwukp/agent-skills-best-practice

Made for: Claude Code.

Or install secure-sdlc-skills, the plugin that ships this one along with the rest of its 6 skills.

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 fsi-compliance-checker

README.md
[![agentmods](https://agentmods.dev/badge/skills/timwukp/agent-skills-best-practice/fsi-compliance-checker/github.svg)](https://agentmods.dev/skills/timwukp/agent-skills-best-practice/fsi-compliance-checker)
Your own site
<a href="https://agentmods.dev/skills/timwukp/agent-skills-best-practice/fsi-compliance-checker"><img src="https://agentmods.dev/badge/skills/timwukp/agent-skills-best-practice/fsi-compliance-checker/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 fsi-compliance-checker

Your own site · 80×15
<a href="https://agentmods.dev/skills/timwukp/agent-skills-best-practice/fsi-compliance-checker"><img src="https://agentmods.dev/badge/skills/timwukp/agent-skills-best-practice/fsi-compliance-checker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 156 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,193 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00156 $0.01193
Opus 5 $0.00078 $0.00596
Sonnet 5 $0.00031 $0.00239
Haiku 4.5 $0.00016 $0.00119

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

Security

Grade A, and why

fsi-compliance-checker 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 12d 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.

skills/skills/fsi-compliance-checker/SKILL.md · 85 lines

How it starts

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

FSI Compliance Checker

Map a concrete change (code diff, architecture design, IaC, pipeline config) to the specific controls it touches in financial services compliance frameworks, and report gaps with actionable remediation. This is engineering-level compliance triage — it helps teams catch violations before audit, but it does not replace a qualified assessor (QSA) or the institution's compliance function. Say so in every report.

Framework Selection

Load only the reference file(s) the engagement needs:

Situation Load
Payment card data is stored, processed, or transmitted (PAN, CVV, track data) references/pci-dss.md
Singapore-regulated financial institution (bank, insurer, capital markets, major payment institution) references/mas-trm.md
Both apply (e.g. Singapore bank handling cards) Both files
Other jurisdictions/frameworks (SOX, GDPR, HKMA, APRA) State that they are out of scope of this skill's bundled references; offer general secure-engineering review instead

If the user hasn't said which applies, ask one question: what data does the change touch, and is the institution Singapore-regulated?

Review Process

  1. Scope the change. Identify what the diff/design actually touches: data elements (card data? customer PII? credentials?), trust boundaries, environments (production? DR?), and third parties.
  2. Select applicable controls from the loaded reference file(s) — typically 5-15 controls, not the whole framework. List what you ruled out and why (one line each) so the scoping is auditable.
  3. Assess each applicable control against the change: Compliant / Gap / Needs evidence (can't tell from the artifact — name the evidence required).
  4. Write findings using the report format below. Every Gap gets: the control ID, what's wrong in this specific change, concrete remediation, and severity (Critical = violation involving live regulated data; High = control absent; Medium = control partial/undocumented).
  5. Recommend story conversion: offer to turn findings into backlog items (via the security-story-writing skill if available) with the control ID in each story for traceability.

Read the full file on GitHub · 85 lines

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. 12d ago First seen · 85 lines · 156 tokens per session scan A ad59aeca77e5

Subscribe to this mod's changes

fsi-compliance-checker is a skill published in the GitHub repository timwukp/agent-skills-best-practice (10 stars, last pushed 2d ago), licensed MIT. It adds 156 tokens to every session and 1,193 once invoked, about $0.0008 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.

Related

Other skills, from other repositories

Cloud Security & Container Hardening

AWS/Azure/GCP security auditing, container and Kubernetes hardening, Infrastructure as Code scanning, and cloud compliance assessment.

Masriyan/Claude-Code-CyberSecurity-Skill · 30 tokens

cognito

AWS Cognito user authentication and authorization service. Use when setting up user pools, configuring identity pools, implementing OAuth flows, managing user attributes, or integrating with social identity providers.

itsmostafa/aws-agent-skills · 38 tokens

sns

AWS SNS notification service for pub/sub messaging. Use when creating topics, managing subscriptions, configuring message filtering, sending notifications, or setting up mobile push.

itsmostafa/aws-agent-skills · 32 tokens

iam

AWS Identity and Access Management for users, roles, policies, and permissions. Use when creating IAM policies, configuring cross-account access, setting up service roles, troubleshooting permission errors, or managing access control.

itsmostafa/aws-agent-skills · 42 tokens

fiscaliste

Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…

romainsimon/paperasse · 302 tokens

fedramp

Expert guidance for FedRAMP certification and compliance under CR26 (FedRAMP Consolidated Rules for 2026). Use this skill whenever a user asks about FedRAMP authorization, ATO (Authority to Operate), cloud security for federal government, NIST SP 800-53 controls, CSP compliance, or any of the core FedRAMP document…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 236 tokens