Agent skill · Security

fsi-compliance-checker

Maps code, architecture, and infrastructure changes to specific control IDs in PCI-DSS v4.0 and MAS TRM (Singapore financial regulator), producing an audit-traceable findings report with per-control remediation.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill fsi-compliance-checker --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 7 KB
Bundled scripts: none
Declared author: timwukp
Path: skills/fsi-compliance-checker/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# FSI Compliance Checker ## Overview Maps a concrete change (code diff, architecture design, IaC, pipeline config) to the specific controls it touches in financial services compliance frameworks — PCI-DSS v4.0 for payment card data and MAS TRM for Singapore-regulated institutions — and reports 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. ## When to Use This Skill - Use when a change touches payment card data (PAN, CVV, track data) and needs a PCI-DSS check - Use when reviewing changes at a Singapore-regulated financial institution against MAS TRM expectations - Use when someone asks "is this compliant", "does logging this violate PCI", or requests a banking-regulation review of a diff, design, or Terraform change - Do NOT use for generic security review (no framework involved), GDPR/SOC2/HIPAA (out of bundled scope), or legal advice ## How It Works ### Step 1: Select the framework Load only the reference file(s) the engagement needs: | Situation | Load | |-----------|------| | Payment car

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Select the framework
  5. Step 2: Scope the change
  6. Step 3: Assess applicable controls
  7. Step 4: Report
  8. Step 5: Offer story conversion
  9. Examples
  10. Example 1: Logging review
  11. Example 2: Cloud migration
  12. Common FSI Engineering Triggers
  13. Guardrails
  14. Limitations
Ships with 2 files
  • mas-trm.md
  • pci-dss.md
More from agentic-awesome-skills
All skills →
About this skill
What does the fsi-compliance-checker skill do?

Maps code, architecture, and infrastructure changes to specific control IDs in PCI-DSS v4.0 and MAS TRM (Singapore financial regulator), producing an audit-traceable findings report with per-control remediation.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill fsi-compliance-checker --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going