010122-multi-currency-architecture — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 010122-multi-currency-architecture (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
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.
When building e-commerce or subscription systems that need to display and charge in multiple currencies based on the user's geographic location.
| Topic | File |
|---|---|
| Currency + country + tax FK chain | references/fk-chain.md |
| Price table design per currency | references/price-table.md |
| Geo-based detection pipeline | references/geo-detection.md |
| CurrencyProvider and admin CRUD | references/currency-provider.md |
sys_currencies: code, name, symbol, countryId FK, isDefault, isActivesys_taxes: countryId FK, currencyId FK, name, rate, isActiveprd_prices: productId, variantId, currencyId FK, price, compareAtPrice, cost, isActive, validFrom, validUntil(productId, variantId, currencyId) with NULLS NOT DISTINCTcf-ipcountry) → sys_countries → sys_currencies~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.