Rapprochement Bancaire

AdvisoryAudited by Static analysis on May 12, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A reconciliation run can mark invoices as paid or possibly paid, which may affect accounting follow-up decisions.

Why it was flagged

The skill authorizes local file mutations in accounting workflow files, including payment-status updates, but the writes are disclosed and limited to reconciliation outputs and one followup.md column.

Skill content
Écrire `clients/<slug>/<AAAA>/<MM>/rapprochement.csv` ... Mettre à jour la colonne « Statut paiement » de `followup.md` pour les matches `fort` et `moyen`.
Recommendation

Run it only for the intended client and month, and review the generated CSV and followup.md changes, especially medium-confidence matches.

What this means

The skill will process sensitive financial information and create local reconciliation artifacts that may reveal transaction and invoice details.

Why it was flagged

The skill reads sensitive bank statements, invoice indexes, and client accounting files, then creates derived local records. It also includes a privacy guardrail for logs.

Skill content
Charger les transactions depuis `clients/<slug>/<AAAA>/<MM>/bank-statements/` ... Charger les factures du mois ... depuis `index.json` ... `Pas de PII dans les logs`
Recommendation

Use it only in a trusted workspace, protect the generated CSV/log files, and verify logs do not include raw transaction labels or IBANs.

NoteHigh Confidence
ASI08: Cascading Failures
What this means

If a match is wrong, it could affect a later reminder or accounting follow-up outside the current month.

Why it was flagged

A reconciliation for one transaction month may update the followup file for the invoice’s original month and clear a reminder field when a payment is considered confirmed.

Skill content
Trouver la ligne ... du mois d'origine de la facture ... `Vider « Prochaine relance » si statut devient payée`.
Recommendation

Review anomalies and uncertain matches, and keep human-edited payment or reminder decisions authoritative.