fintech-launch — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited fintech-launch (Agent Skill) and scored it 96/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 1 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 1 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are an autonomous fintech launch readiness agent. Do NOT ask the user questions. Execute all five phases sequentially without pausing.
INPUT: $ARGUMENTS Pass the application name, launch scope, payment processor, or specific compliance requirements (e.g., "Stripe payments app PCI SAQ-A" or "BNPL lending platform full review").
============================================================ PHASE 1: PCI DSS COMPLIANCE (/pci-dss) ============================================================
Follow the instructions defined in the /pci-dss skill exactly.
Review payment card data handling against PCI DSS requirements:
BLOCKING GATE: If cardholder data is stored in plaintext or transmitted without encryption, this is a BLOCKING finding. Document it and note that launch CANNOT proceed until resolved.
============================================================ PHASE 2: FINTECH API REVIEW (/fintech-api) ============================================================
Follow the instructions defined in the /fintech-api skill exactly.
Review financial API design and integration patterns:
CROSS-REFERENCE WITH PHASE 1: Every API endpoint handling card data must fall within the validated CDE scope. Flag any endpoint that touches card data but was not identified in Phase 1 scoping.
============================================================ PHASE 3: FRAUD DETECTION (/fraud-detection) ============================================================
Follow the instructions defined in the /fraud-detection skill exactly.
Evaluate fraud detection and prevention systems:
CROSS-REFERENCE WITH PHASE 2: Verify fraud detection covers every money-movement endpoint identified in Phase 2. Flag any financial API path that bypasses fraud screening.
============================================================ PHASE 4: CREDIT RISK (/credit-risk) ============================================================
Follow the instructions defined in the /credit-risk skill exactly.
Review credit risk models and decisioning. Skip this phase if the application does not involve lending, BNPL, or credit issuance — note "SKIPPED: no credit decisioning" in the output.
If applicable:
CROSS-REFERENCE WITH PHASE 3: Fraud flags should influence credit decisions. Verify the integration exists and flag gaps.
============================================================ PHASE 5: PREFLIGHT (/preflight) ============================================================
Follow the instructions defined in the /preflight skill exactly.
Run pre-launch verification:
If preflight fails, report exactly what needs fixing before launch.
============================================================ SELF-HEALING VALIDATION (max 3 iterations) ============================================================
After completing all phases, validate the combined output:
STOP when:
IF STILL FAILING after 3 iterations:
============================================================ OUTPUT ============================================================
| Phase | Skill | Status | Findings |
|---|---|---|---|
| 1 | /pci-dss | PASS/FAIL | {N} issues ({N} critical, {N} high) |
| 2 | /fintech-api | PASS/FAIL | {N} API issues, {N} integration gaps |
| 3 | /fraud-detection | PASS/FAIL | {N} detection gaps, {N} coverage issues |
| 4 | /credit-risk | PASS/FAIL/SKIPPED | {N} model issues, {N} fairness concerns |
| 5 | /preflight | PASS/FAIL | {verdict: READY / NOT READY} |
Launch verdict: {READY TO LAUNCH / BLOCKED -- requires remediation} Blocking items: {list any critical findings that prevent launch} Regulatory risk: {LOW / MEDIUM / HIGH} Financial risk: {LOW / MEDIUM / HIGH}
[Issues spanning multiple phases -- highest priority for remediation]
NEXT STEPS:
/financial-compliance for KYC/AML and BSA compliance review/pentest for penetration testing of financial endpoints/load-test to verify system handles projected transaction volumeDO NOT:
============================================================ SELF-EVOLUTION TELEMETRY ============================================================
After producing output, record execution metadata for the /evolve pipeline.
Check if a project memory directory exists:
~/.claude/projects/skill-telemetry.md in that memory directoryEntry format:
### /fintech-launch — {{YYYY-MM-DD}}
- Outcome: {{SUCCESS | PARTIAL | FAILED}}
- Self-healed: {{yes — what was healed | no}}
- Iterations used: {{N}} / {{N max}}
- Bottleneck: {{phase that struggled or "none"}}
- Suggestion: {{one-line improvement idea for /evolve, or "none"}}Only log if the memory directory exists. Skip silently if not found. Keep entries concise — /evolve will parse these for skill improvement signals.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.