Import and Export Consultancy Services

Strategic, end-to-end support for regulated cross-border trade. From compliance frameworks to governance models, our independent advisors help you move faster, trade smarter, and stay ahead.

Strategic insight. Operational precision. Trusted delivery.

We’re not your average trade consultancy. Our team includes former policymakers, customs specialists, and sector experts with decades of experience across international trade, government, and industry.

We’ve advised FTSE firms, scaling manufacturers, portfolio companies, and logistics providers, giving them the insight and frameworks to reduce friction, protect value, and stay competitive in rapidly changing environments.

PAILTON
MDA Space
Jamieson Wellness Inc.
Gurit
Metapack
Capita
Denso
Cervus
Bob Martin
TQG
PAILTON
MDA Space
Jamieson Wellness Inc.
Gurit
Metapack
Capita
Denso
Cervus
Bob Martin
TQG

Our import and export consultancy services

Our services are built to solve real-world challenges, from compliance breakdowns to strategic risk exposure. Whether you need short-term support or long-term partnership, our expertise flexes to meet your operational complexity.

Customs compliance

Stay audit-ready and ahead of disruption. We build tailored customs strategies that reduce delays, ensure documentation integrity, and align with evolving import and export regulations.

Export controls

Avoid costly mistakes and reputational damage. We help businesses navigate UK, US and EU export control regimes – including dual-use goods, military items, and sensitive technologies – with absolute clarity.

Bio-controls

For businesses trading in food, plants, or animal products, SPS regulations can be a minefield. We provide up-to-date, sector-specific support that simplifies sanitary and phytosanitary (SPS) compliance and reduces the risk of shipment rejection or delay.

Complex goods

Regulated, high-value, or sensitive products – from chemicals and alcohol to machinery and dual-use items – require robust cross-border processes. We support complex goods trade across the UK, Ireland, EU, US and beyond, with expert guidance on customs, licensing, excise and compliance.

Governance

Robust governance is the foundation of resilient trade. We help executive teams and investors put the right systems, roles, and accountability in place – so compliance becomes embedded, not reactive.

Strategy & horizon scanning

Trade is never static. We track regulatory changes, geopolitical risks, and global trade dynamics to help you anticipate what’s coming next, become more robust, and build resilience within a fast-moving trade environment.
Not just advice. A strategic advantage

We don’t simply drop in with an off-the-shelf playbook – we actually embed alongside your teams, to solve high-stakes challenges and build long-term capability. From improving audit outcomes to informing investment strategy, our work strengthens internal resilience, sharpens competitive edge, and helps you unlock new markets with confidence.

Expert guidance across sectors and supply chains

Don’t see yourself here? No problem. Contact us for tailored support.

  • C-suite & legal teams
  • Ops & compliance leaders
  • PE and investor teams
  • eCommerce platforms
  • Food, agri, and manufacturing businesses
  • Port operators & freight services

Trusted by leaders in SPS, food and beverage, manufacturing, tech, retail, and beyond

“We’re proud to be working with clearBorder’s on our market development strategy for border management services and technologies.”
Capita
Capita
95%
Capita
“clearBorder’s has offered us in depth analysis and guidance on how we can improve our customs procedures, resulting in greater efficiency, not only in the day to day processes but in creating a robust Customs Policy. Friendly and helpful…every question answered.”
Denso
Denso
78%
Denso
“clearBorder’s advice is clear, informative, and available when we need it. It has proved invaluable in helping our team and partners navigate customs and shipping requirements in China, the EU and UK.”
Jamieson Wellness Inc., Canada
Jamieson Wellness Inc., Canada
75$
Jamieson Wellness Inc., Canada
“Fantastic in-depth training that has differentiated my team on projects and we’ve made mandatory for everyone going forwards.”
Harry Tayler
Deployment Strategist
Harry Tayler
80%
Harry Tayler
“We found clearBorder’s training to be well structured, relevant, up-to-date and informative. The real life imperfect examples they provided us with throughout the training, placed our team in the shoes of the retailers and required them to consider the impact of the decisions they have to make. The knowledge gained from this training will be invaluable when we’re assisting our customers.”
Metapack
Metapack
90%
Metapack
View All Testimonials

Your partner in trade: how we work with you

We work as an extension of your internal team – or as your independent advisor, if you don’t have one – bringing expert insight, implementation experience, and commercial awareness to every engagement. You’ll get clear recommendations, seamless collaboration, and measurable outcomes.

Icon

Bespoke advisory

Strategic & operational guidance tailored to your goals

Icon

Retained support

Ongoing insight and regular checkpoints

Icon

Rapid response

Fast-track expertise for operational disruptions

Icon

Scalable delivery

From single-market compliance to global governance frameworks

Navigate your compliance obligations

Import and export compliance doesn’t exist in a vacuum. It touches everything, from procurement and pricing to supply chain performance and customer experience. We help you embed compliance into business-as-usual operations, so you’re not just meeting the minimum – you’re creating a real competitive edge.

Get clarity on your most complex trade challenges

Struggling with shifting regulations, import delays or customs headaches? You’re not alone. We help you see around corners and move forward – proactively and with confidence.

Book Your Consultation

Insights & strategic thinking

Defence

What is foreign trade policy? How governments shape global trade, and how to forecast geopolitical shifts

In this article Hide 01 Key insights 02 What is foreign trade policy? 03 Lessons from recent events 04 Trade policy is foreign policy 05 How foreign trade policy regulates international markets – Trade agreements and market access – Trade remedies and defensive measures – Export controls, licensing, and restrictions 06 Why trade policy is becoming less predictable 07 Trade policy forecasting techniques – Political and regulatory signal tracking – Supply chain exposure mapping – Scenario planning and stress testing 08 What this means for exporters and international businesses 09 Final thoughts (function(){ function ready(fn){ if(document.readyState!=='loading') fn(); else document.addEventListener('DOMContentLoaded',fn); } ready(function(){ var toc = document.querySelector('.cb-toc'); if(!toc) return; var headings = [].slice.call(document.querySelectorAll('h2, h3')) .filter(function(h){ return !h.closest('table') && (h.textContent||'').trim().length>0; }); var links = [].slice.call(toc.querySelectorAll('a[data-toc-match]')); var n = 0; links.forEach(function(link){ var needle = (link.getAttribute('data-toc-match')||'').toLowerCase().trim(); if(!needle) return; var match = headings.find(function(h){ return (h.textContent||'').toLowerCase().indexOf(needle)!==-1; }); if(!match) return; if(!match.id){ var base = (match.textContent||'').toLowerCase().replace(/[^a-z0-9]+/g,'-').replace(/^-|-$/g,'').slice(0,48) || 'section'; var id = 'cb-'+base; while(document.getElementById(id)){ id = 'cb-'+base+'-'+(++n); } match.id = id; } match.style.scrollMarginTop = '96px'; link.setAttribute('href','#'+match.id); link.style.cursor = 'pointer'; }); links.forEach(function(link){ if(!link.getAttribute('href')){ var item = link.closest('[role="listitem"]'); if(item) item.remove(); } }); toc.querySelectorAll('a[data-toc-match]').forEach(function(a){ var original = a.style.color; a.addEventListener('mouseenter', function(){ a.style.color = '#c8102e'; }); a.addEventListener('mouseleave', function(){ if(!a.dataset.active) a.style.color = original; }); }); var toggle = toc.querySelector('.cb-toc__toggle'); var list = toc.querySelector('#cb-toc-list'); if(toggle && list){ toggle.addEventListener('click', function(){ var expanded = toggle.getAttribute('aria-expanded')==='true'; toggle.setAttribute('aria-expanded', String(!expanded)); toggle.textContent = expanded ? 'Show' : 'Hide'; list.style.display = expanded ? 'none' : ''; }); } toc.querySelectorAll('a[href^="#"]').forEach(function(link){ link.addEventListener('click', function(e){ var id = link.getAttribute('href').slice(1); var target = document.getElementById(id); if(!target) return; e.preventDefault(); target.scrollIntoView({ behavior:'smooth', block:'start' }); history.pushState(null,'','#'+id); }); }); var targets = [].slice.call(toc.querySelectorAll('a[href^="#"]')) .map(function(a){ return { link:a, target:document.getElementById(a.getAttribute('href').slice(1)) }; }) .filter(function(x){ return x.target; }); if('IntersectionObserver' in window && targets.length){ var map = {}; targets.forEach(function(x){ map[x.target.id] = x.link; }); var current = null; var io = new IntersectionObserver(function(entries){ entries.forEach(function(entry){ if(entry.isIntersecting){ if(current){ current.style.color = '#0b1f33'; current.style.fontWeight = ''; delete current.dataset.active; } var link = map[entry.target.id]; if(link){ link.style.color = '#c8102e'; link.style.fontWeight = '600'; link.dataset.active = '1'; current = link; } } }); }, { rootMargin:'-30% 0px -60% 0px', threshold:0 }); targets.forEach(function(x){ io.observe(x.target); }); } }); })(); TLDR Foreign trade policy is a dynamic instrument of government strategy, shaping market access, supply chains, and commercial risk. For global businesses, a competitive advantage lies in forecasting and horizon scanning, to gain visibility on how policy will shift – and prepare before it does. Key insights Market access and commercial viability are increasingly being shaped by geopolitics – not just “supply and demand”. Policy volatility is rising, driven by international relations, security, defence, and supply chain pressures. Organisations that treat trade policy forecasting as a core strategic capability gain a competitive advantage. For trading nations, exporters, and cross-border businesses, a commercial advantage lies in anticipating how foreign trade policy behaves – and how quickly it might change. It is often presented as a set of tools: tariffs, quotas, agreements and procedures. But in practice, it goes further: shaping economic outcomes, controlling market access, and projecting influence beyond national borders. As the geopolitical environment fragments, foreign trade policy has become more dynamic, more politicised, and less predictable. For organisations operating internationally, that changes the question – from “what is trade policy?” to “how will it move next?” Why this matters Foreign trade policy directly shapes how you operate, compete, and grow across borders. Regulatory shifts alter market access, cost structures, and supply chain viability with little notice. In a more volatile environment, anticipating policy change is critical to protecting margins, maintaining compliance, and securing long-term positioning. Independent, expert trade strategy & horizon scanning → What is foreign trade policy?  Foreign trade policy is the framework set by governments to regulate international trade. It defines how goods, services, and investments move across borders, and under what conditions. It therefore shapes supply chains, influences investment flows, and determines how economic power is exercised. This framework would include: Tariffs and duties applied to imports and exports Trade agreements governing market access Trade remedies such as anti-dumping measures Export controls and licensing procedures In practical terms, foreign trade policy determines: Who can trade What can be traded On what terms → For example, the European Union manages its trade and investment relations with non-EU countries through a structured system of agreements, regulatory alignment, and enforcement mechanisms.  Lessons from recent events… Foreign trade policy operates inside a wider risk environment, where regulatory decisions, geopolitical tension, and supply chain fragility intersect. Commercial resilience depends upon good governance and the ability to adapt. AUKUS and ITAR show that trade policy is closely tied to sovereignty, alliance politics, and operational control. Even where capability is shared, export controls and licensing requirements shape how that technology can be deployed, modified, commercialised, or transferred.  The rapid reconfiguration of U.S. tariff authority – pivoting from one legal basis to another – shows that statutory foundations matter as much as headline rates. Duty exposure can change quickly, even where political objectives remain consistent.  Elsewhere, policy is being rewritten in response to scale and distortion. EU eCommerce customs reform reflects a shift from facilitation to enforcement; at the same time, China’s trade surplus and rerouting patterns show that tariffs don’t always reduce trade flows, but may redirect them, creating fresh origin, valuation, and enforcement risks. Trade policy is foreign policy: how governments use trade as leverage Trade policy is one of the most effective tools of statecraft, and is used to: Reward allies through preferential trade agreements Restrict adversaries through sanctions and export controls Influence global markets  Trade agreements, treaties, and regulatory alignment, therefore, reflect strategic intent. They allow governments to exert pressure, shape behaviour, and protect national interests without direct confrontation. For businesses operating across borders, this means that trade policy is inherently political – and therefore subject to rapid change, uneven enforcement, and strategic deployment. How does foreign trade policy regulate international markets? Trade agreements and market access Trade agreements are central to international trade policy, including: Free trade agreements (FTAs) Bilateral and multilateral treaties WTO frameworks These agreements typically aim to reduce barriers, enable export trade, and create structured access between economies. However, they may also be used to define the limits of access. 1. Trade remedies and defensive measures When governments perceive unfair competition or economic harm, they might deploy trade remedies such as: Anti-dumping duties Countervailing measures Safeguard tariffs 2. Export controls, licensing, and restrictions Governments may also control trade through regulatory procedures, such as: Export licensing requirements Restrictions on sensitive goods or technologies Compliance obligations tied to end-use and end-user These controls are particularly relevant in strategic sectors, like aerospace and defence, where the trade of complex goods may impact national security. Why trade policy is becoming less predictable For decades, international trade policy operated within a relatively stable global system. That stability has eroded. Today, trade policy is increasingly shaped by: Geopolitical fragmentation Strategic competition between major economies Supply chain vulnerabilities Shifts in financial and exchange policies This has led to a more fluid environment, where policy decisions can be introduced, amended, or enforced with limited notice. For example: Export controls can expand to include new technologies Sanctions regimes shift in response to political developments Investment restrictions can be tightened under national security frameworks (such as the National Security and Investment Act, or the US Committee on Foreign Investment). For nations – and for cross-border businesses – this creates a more uncertain, variable operating environment.  Trade policy forecasting techniques: how to anticipate change Beyond static compliance protocols, the boardrooms of leading global firms deploy more dynamic forecasting capabilities. This enables them to identify signals early, assess probabilities, and prepare for commercial impacts.  Political and regulatory signal tracking Policy direction is sometimes visible before it is implemented. Signals include: Government statements and strategic reviews Legislative proposals and regulatory consultations Shifts in diplomatic or trade relationships Trade data and economic indicators Trade flows, investment patterns, and macroeconomic data provide early indicators of policy pressure. Organisations (such as the IMF) publish data that can highlight emerging imbalances or strategic priorities. Changes in export volumes, for example, may precede regulatory intervention. Supply chain exposure mapping Knowing where your dependencies sit is critical. Assess: Reliance on specific countries / suppliers Exposure to regulated components / materials Vulnerability to trade restrictions / disruptions Scenario planning and stress testing Assume global instability will endure. Model disruptive scenarios, such as: Best-case and worst-case trade incidents Policy shifts that affect market access Regulatory changes impacting cost and timelines What this means for exporters and international businesses Exporters and globally active businesses should maintain constant visibility on foreign trade policy, as it is a live variable that directly affects operations. Key implications include: Market access can change rapidly due to policy shifts Customs compliance requirements can increase operational complexity Export restrictions can limit growth opportunities Supply chain disruption can impact delivery and cost Trade law, procedures, and regulations are integral to commercial strategy. Cross-border businesses must navigate not just economic conditions, but policy environments that are increasingly shaped by political and strategic priorities. Final thoughts No longer a static backdrop to international business, foreign trade policy is an active force – reshaping markets, redirecting demand, and redefining risk in real time. For organisations operating across borders, the advantage lies in anticipating: How policy will shift Where exposure sits How quickly it translates into commercial impact The importance lies not in understanding what foreign trade policy is, but in preparing for what it might do next. Independent, expert trade strategy and horizon scanning Speak to our team →

What is foreign trade policy? How governments shape global trade, and how to forecast geopolitical shifts
Thought Leadership

Capability is not sovereignty: a conversation on control, cost, and credibility in defence

TLDR In trade, politics, and defence, sovereign capability is a practical constraint on how organisations operate. As Christopher Salmon explains, capability without control is conditional. In an environment defined by export controls, supply chains, and geopolitical friction, sovereignty must be actively managed. Not assumed. Key insights Defence leaders should prioritise foresight, resilience, and real freedom of action over rhetorical “self-sufficiency.” Sovereign capability is not absolute. It exists on a spectrum defined by control, not ownership. Capability can be constrained by external permissions, particularly via export controls and licensing regimes. Industrial capacity (not just advanced technology) is central to credible sovereignty. The real cost of sovereignty often emerges in supply chains, compliance, and commercial limitations. In this article Hide 01 An illusion of control? 02 The compliance infrastructure behind sovereignty 03 Cost that doesn’t sit on the balance sheet 04 What the strongest organisations do differently 05 Sovereignty as a managed condition (function(){ function ready(fn){ if(document.readyState!=='loading') fn(); else document.addEventListener('DOMContentLoaded',fn); } ready(function(){ var toc = document.querySelector('.cb-toc'); if(!toc) return; var headings = [].slice.call(document.querySelectorAll('h2, h3')) .filter(function(h){ return !h.closest('table') && (h.textContent||'').trim().length>0; }); var links = [].slice.call(toc.querySelectorAll('a[data-toc-match]')); var n = 0; links.forEach(function(link){ var needle = (link.getAttribute('data-toc-match')||'').toLowerCase().trim(); if(!needle) return; var match = headings.find(function(h){ return (h.textContent||'').toLowerCase().indexOf(needle)!==-1; }); if(!match) return; if(!match.id){ var base = (match.textContent||'').toLowerCase().replace(/[^a-z0-9]+/g,'-').replace(/^-|-$/g,'').slice(0,48) || 'section'; var id = 'cb-'+base; while(document.getElementById(id)){ id = 'cb-'+base+'-'+(++n); } match.id = id; } match.style.scrollMarginTop = '96px'; link.setAttribute('href','#'+match.id); link.style.cursor = 'pointer'; }); links.forEach(function(link){ if(!link.getAttribute('href')){ var item = link.closest('[role="listitem"]'); if(item) item.remove(); } }); toc.querySelectorAll('a[data-toc-match]').forEach(function(a){ var original = a.style.color; a.addEventListener('mouseenter', function(){ a.style.color = '#c8102e'; }); a.addEventListener('mouseleave', function(){ if(!a.dataset.active) a.style.color = original; }); }); var toggle = toc.querySelector('.cb-toc__toggle'); var list = toc.querySelector('#cb-toc-list'); if(toggle && list){ toggle.addEventListener('click', function(){ var expanded = toggle.getAttribute('aria-expanded')==='true'; toggle.setAttribute('aria-expanded', String(!expanded)); toggle.textContent = expanded ? 'Show' : 'Hide'; list.style.display = expanded ? 'none' : ''; }); } toc.querySelectorAll('a[href^="#"]').forEach(function(link){ link.addEventListener('click', function(e){ var id = link.getAttribute('href').slice(1); var target = document.getElementById(id); if(!target) return; e.preventDefault(); target.scrollIntoView({ behavior:'smooth', block:'start' }); history.pushState(null,'','#'+id); }); }); var targets = [].slice.call(toc.querySelectorAll('a[href^="#"]')) .map(function(a){ return { link:a, target:document.getElementById(a.getAttribute('href').slice(1)) }; }) .filter(function(x){ return x.target; }); if('IntersectionObserver' in window && targets.length){ var map = {}; targets.forEach(function(x){ map[x.target.id] = x.link; }); var current = null; var io = new IntersectionObserver(function(entries){ entries.forEach(function(entry){ if(entry.isIntersecting){ if(current){ current.style.color = '#0b1f33'; current.style.fontWeight = ''; delete current.dataset.active; } var link = map[entry.target.id]; if(link){ link.style.color = '#c8102e'; link.style.fontWeight = '600'; link.dataset.active = '1'; current = link; } } }); }, { rootMargin:'-30% 0px -60% 0px', threshold:0 }); targets.forEach(function(x){ io.observe(x.target); }); } }); })(); Sovereign capability is politically and strategically necessary but, at times, operationally mishandled. As a phrase, sovereign capability is gaining significant attention across defence and policy circles. Christopher Salmon (clearBorder’s Chief Executive and former adviser to UK Cabinet Ministers on trade and border policy) has spent years working at the intersection of defence, regulation, and procurement. He makes clear that its meaning – and its limits – are often more complex than the language might suggest. “It is a bit of a buzzword,” he says candidly. “But the central concept isn’t new. What’s changed is the context. We’re no longer thinking in a ‘post-war’ environment. Increasingly, people are talking in ‘pre-war’ terms. That changes how seriously you take questions of control.” At its simplest, sovereign capability is intuitive. “It’s the technology you can use,” he explains, “without being restricted by somebody else.”  The challenge for aerospace, defence, and other sector leaders – in a fragmenting geopolitical world – is that simplicity rarely survives contact with reality. Why this matters For defence organisations especially, sovereign capability directly shapes both strategic and commercial outcomes. Procurement decisions today define operational freedom years down the line Supply chain dependencies introduce hidden geopolitical and regulatory risk Export controls and licensing frameworks can constrain growth and market access Getting to grips with the parameters of capability and sovereignty is essential for protecting delivery timelines, commercial viability, and long-term strategic autonomy. Independent, expert trade strategy & horizon scanning → An illusion of control? “Sovereign capability is not an absolute concept,” he says. “You’re not either sovereign capable or not sovereign capable. The more of the chain you control, the better. But you’re never going to control all of it. “People can slip into quite comforting language,” he continues. “We’ll build this, we’ll own that, we’ll be sovereign. But the reality is much more constrained.” In practice, capability and control are not the same thing. “You can own a system,” he says, “you can operate it, you can deploy it. But if there are restrictions on how you use it, modify it, or transfer it, then your sovereignty is already conditional.” Programmes such as AUKUS (and SSN-AUKUS submarines) illustrate this clearly: advanced capability can be delivered through alliance, while still operating within layers of shared control, regulatory constraint, and partner alignment. That conditionality is often overlooked at boardroom level, where strategic narratives can run ahead of operational detail. “There’s always been a desire for states to control their advantage,” he adds. “That hasn’t changed. What changes is what counts as strategic, and who controls it.” And, sometimes, the issue is less about advanced technology than it is about something far more fundamental. “It’s a question of capacity. It doesn’t matter how clever your system is if you can’t produce it at scale. If you’ve only got a million shells and you’re firing a million a week, you’ve got a problem very quickly.” The compliance infrastructure behind sovereignty “People often think of sovereign capability in terms of hardware,” Christopher says. “In practice, it’s governed by legal and regulatory frameworks, just as much as anything else.” Export controls, licensing regimes, national security interventions… these are not peripheral considerations. They define the boundaries of what is possible. Frameworks such as ITAR (International Traffic in Arms Regulations), for example, can extend control well beyond national borders. “You can buy something, integrate it, make it part of your system,” Christopher says. “But if it’s subject to external control, then the permission structure doesn’t sit with you.” In the UK, mechanisms such as the National Security and Investment (NSI) Act reinforce this further, embedding government oversight directly into transactions, ownership structures, and strategic supply chains.  This is where sovereign capability becomes less about ownership and more about good governance. For smaller organisations, this can show up as uncertainty. “Maybe they know they’re dealing with something sensitive,” he notes. “They know it’s dual-use, say, or regulated, or restricted. But they don’t always have the infrastructure to manage that properly.” For larger defence organisations, the stakes are higher – and more strategic. “The question becomes: do we build around something that gives us capability now, but constrains us later? Or do we invest in something that gives us more freedom of action long term?” That is not a compliance question. It’s a strategic one. Cost that doesn’t sit on the balance sheet Because sovereign capability is often overestimated in principle, it is frequently undercosted in practice. “Organisations will model the upfront cost,” Christopher says. “They won’t always model the downstream constraints.” And those constraints don’t always appear immediately. “They show up later,” he explains. “When you try to sell something and can’t. When you try to redeploy something and need permission. When your supply chain turns out to be more fragile than you thought.” In some cases, the issue is visibility. “Control lists change. Sanctions change. The environment shifts,” he says. “You may not even realise that something you’re dependent upon has become restricted.” In others, it is structural. “If you’re reliant on a particular component, or a particular material, or a particular jurisdiction,” he says, “then you are exposed. Whether you planned for that or not.” That kind of dependency is an expensive knot to untie. “The market will find alternatives,” he notes. “But it won’t be quick. And it won’t be cheap.” And then there’s the cost of reaction. “I think a lot of organisations are still responding to events,” he says. “The world is moving faster than they are. That’s where the real risk sits.” Not in the headline capability, but in the constraints beneath it. Because – by the time a constraint becomes visible – it is, often, already embedded. What the strongest organisations do differently Despite this complexity, sovereign capability is not an abstract problem, but a management discipline, and it requires a paradigm shift in how organisations conceptualise their operating environment. “The first thing is foresight,” he says. “You have to look ahead. You can’t just react.” “For a long time, businesses were forging ahead happily. New technology, new markets, new opportunities. Geopolitics was kind of in the background,” he explains. “That’s changed. Politics is now a much bigger part of business decision-making.” The implication is that supply chains, compliance, and geopolitical exposure all need to be treated as core operational concerns. “You manage your finances carefully. You need to manage your international supply chains in the same way. It’s more important to make sure they can hold up under pressure.” And it requires accepting that uncertainty is here to stay. “Doubt and ambiguity are part of the international system now,” he adds. “You have to plan for it.” Sovereignty as a managed condition The conversation around sovereign capability is not going away – if anything, it’s becoming more important – but, as Christopher makes clear, it needs to be understood on more realistic terms. “There’s no country in the world that doesn’t need to trade,” he says. “You’re always going to be dependent on something.” In the modern world, that renders ‘real’ sovereignty as something conditional. “Essentially, it’s about how much of the chain you control,” he says. “And what that allows you to do.” For defence leaders, the question isn’t  “are we sovereign?” – but: Where are we constrained? Where are we exposed? And where does control actually sit? Because sovereignty is something that has to be built, tested, and managed – continuously. As Christopher puts it, “the more of it you can genuinely hold onto… the better.” Borders For the Boardroom:  the clearBorder podcast Hear more from Christopher and the clearBorder team on defence, geopolitics, industrial capacity, supply chain risks, and more. Listen now on Spotify →  Listen now on Apple → 

Capability is not sovereignty: a conversation on control, cost, and credibility in defence
Defence

Is AUKUS becoming an “America First” franchise?

  Brief Overview AUKUS is entering a more complex phase of its life, where the sovereign capability of Australia and the UK is increasingly determined by the U.S., via ITAR, policy alignment, and regulatory control. For defence leaders, sovereignty may no longer be an absolute idea, but something that is conditional, managed, and operationally constrained. In this article Hide 01 Key highlights 02 The sovereignty paradox 03 The Australian dilemma: more muscle, less agency? 04 The UK perspective – An opportunity in Pillar II? 05 ITAR: “digital leash?” 06 ITAR “snapback” provisions 07 The commercial reality – where sovereignty gets tested 08 Partnership or “America First” franchise? – Sovereignty as a managed condition (function(){ function ready(fn){ if(document.readyState!=='loading') fn(); else document.addEventListener('DOMContentLoaded',fn); } ready(function(){ var toc = document.querySelector('.cb-toc'); if(!toc) return; var headings = [].slice.call(document.querySelectorAll('h2, h3')) .filter(function(h){ return !h.closest('table') && (h.textContent||'').trim().length>0; }); var links = [].slice.call(toc.querySelectorAll('a[data-toc-match]')); var n = 0; links.forEach(function(link){ var needle = (link.getAttribute('data-toc-match')||'').toLowerCase().trim(); if(!needle) return; var match = headings.find(function(h){ return (h.textContent||'').toLowerCase().indexOf(needle)!==-1; }); if(!match) return; if(!match.id){ var base = (match.textContent||'').toLowerCase().replace(/[^a-z0-9]+/g,'-').replace(/^-|-$/g,'').slice(0,48) || 'section'; var id = 'cb-'+base; while(document.getElementById(id)){ id = 'cb-'+base+'-'+(++n); } match.id = id; } match.style.scrollMarginTop = '96px'; link.setAttribute('href','#'+match.id); link.style.cursor = 'pointer'; }); links.forEach(function(link){ if(!link.getAttribute('href')){ var item = link.closest('[role="listitem"]'); if(item) item.remove(); } }); toc.querySelectorAll('a[data-toc-match]').forEach(function(a){ var original = a.style.color; a.addEventListener('mouseenter', function(){ a.style.color = '#c8102e'; }); a.addEventListener('mouseleave', function(){ if(!a.dataset.active) a.style.color = original; }); }); var toggle = toc.querySelector('.cb-toc__toggle'); var list = toc.querySelector('#cb-toc-list'); if(toggle && list){ toggle.addEventListener('click', function(){ var expanded = toggle.getAttribute('aria-expanded')==='true'; toggle.setAttribute('aria-expanded', String(!expanded)); toggle.textContent = expanded ? 'Show' : 'Hide'; list.style.display = expanded ? 'none' : ''; }); } toc.querySelectorAll('a[href^="#"]').forEach(function(link){ link.addEventListener('click', function(e){ var id = link.getAttribute('href').slice(1); var target = document.getElementById(id); if(!target) return; e.preventDefault(); target.scrollIntoView({ behavior:'smooth', block:'start' }); history.pushState(null,'','#'+id); }); }); var targets = [].slice.call(toc.querySelectorAll('a[href^="#"]')) .map(function(a){ return { link:a, target:document.getElementById(a.getAttribute('href').slice(1)) }; }) .filter(function(x){ return x.target; }); if('IntersectionObserver' in window && targets.length){ var map = {}; targets.forEach(function(x){ map[x.target.id] = x.link; }); var current = null; var io = new IntersectionObserver(function(entries){ entries.forEach(function(entry){ if(entry.isIntersecting){ if(current){ current.style.color = '#0b1f33'; current.style.fontWeight = ''; delete current.dataset.active; } var link = map[entry.target.id]; if(link){ link.style.color = '#c8102e'; link.style.fontWeight = '600'; link.dataset.active = '1'; current = link; } } }); }, { rootMargin:'-30% 0px -60% 0px', threshold:0 }); targets.forEach(function(x){ io.observe(x.target); }); } }); })(); Key highlights AUKUS is evolving from an equal partnership into a framework shaped by U.S. regulatory control, particularly ITAR Sovereign capability is increasingly conditional, defined by permissions, compliance, and policy alignment The “sovereignty paradox” remains central: ownership of capability does not guarantee operational control Australia gains significant military strength (for example SSN-AUKUS), but with potential constraints on autonomy The UK faces a split position: limited influence under Pillar I, but stronger opportunity in advanced technologies under Pillar II Pillar II (AI, cyber, autonomous systems) may offer a more flexible route to genuine, exportable sovereignty ITAR acts as a system of embedded, lifecycle control rather than just a regulatory framework “Snapback” provisions introduce uncertainty, making ITAR-light access conditional and reversible Sovereignty is most visibly tested in commercial realities such as supply chains, licensing, and data restrictions Defence leaders must actively manage sovereignty as an operational condition, not assume it as a given The honeymoon phase of AUKUS is officially over.  What began as a bold expression of allied ambition – shared capabilities, industrial integration, and broad strategic alignment – is now bumping into the realities of regulation, sovereignty, and control. In this new “Trump 2.0” era, some tensions have become harder to ignore. Ambitious strategic goals are colliding with the mechanics of export controls, U.S. licensing regimes, and national policy alignment. At the centre of this sits ITAR (International Traffic in Arms Regulations) as the governing force. Tricky questions are emerging: is AUKUS a partnership of equals… or a system of conditional control? Does the U.S. (via ITAR) keep a “digital leash” on Australia and the UK, controlling on how far their sovereign capability can really extend? Why this matters For defence organisations, AUKUS is not just a geopolitical construct. It directly affects how capability is developed, deployed, and monetised. Understanding where control sits, and how quickly it can shift, is critical to managing risk, maintaining market access, and protecting long-term strategic autonomy. Independent, expert trade strategy & horizon scanning → The sovereignty paradox AUKUS promises sovereign capability. In practice, it delivers that capability within a tightly governed framework of shared control. This is the sovereignty paradox with AUKUS.  Defence platforms may be nationally owned. Industrial capacity may be domestically developed. But the ability to deploy, modify, transfer, or export that capability remains embedded in a system of permissions, approvals, and alignment requirements. In other words: Capability does not always equal autonomy Ownership does not always equal control Sovereignty is, sometimes, beholden to the permission of others This is not necessarily a flaw in AUKUS. It may be better-read as a structural feature of how modern defence alliances function… particularly when they are built on asymmetric regulatory regimes. The Australian dilemma: more muscle, less agency? For Australia, a trade-off has come into focus. AUKUS offers Canberra a significant uplift in military capability, most notably through the nuclear-powered attack submarine the SSN-AUKUS (under Pillar I of AUKUS), with initial delivery expected in the early/mid 2030s. This is, in many ways, a “very big stick” in modern defence posture. But that capability comes with (the possibility of) an additional cost. There is also the potential for pressure being applied to Australia, by the U.S., if it ever required military intervention or assistance.  The central question emerging in Australian politics and defence is whether the country is gaining sovereign defence capability, or underwriting a US-aligned security architecture, in which ultimate control sits in Washington. Dependence on US technology, licensing, and approval frameworks introduces constraints such as: Limits on independent deployment decisions Restrictions on modification and integration Reduced flexibility in third-country engagement From a commercial and operational perspective, this creates long-term dependency that is not easily unwound. Australia may be strengthening its military position, but the degree to which it controls that capability is open to debate. The UK perspective The UK finds itself dealing with a different, but not entirely unrelated, tension. On one hand, there is the perception (reinforced by political rhetoric) that the UK risks being relegated to a high-end subcontractor role. Trump’s comments mocking British carriers as “toys,” in the context of US shipbuilding backlogs, contribute to a sense that the UK’s military importance within AUKUS is not considered particularly… important.  On the other hand though, there is a more nuanced and potentially more important development taking place beneath the surface. An opportunity in Pillar II?  While the submarine programme remains tied up in layers of regulatory friction, AUKUS Pillar II (focused on “advanced capability” areas such as AI, cybersecurity, and autonomous systems) tells a different story. Here, the UK is beginning to establish a foothold in areas such as: Autonomous underwater systems Artificial intelligence Advanced sensing and data integration These technologies are fast becoming central to how defence capability is delivered. And crucially, they could offer a slightly different definition of “sovereignty:” one that is harder to describe exclusively with traditional weaponry and military hardware. This is one area where the UK and Australia may be able to innovate – and potentially export – without having to ask permission from Washington. Conventional ideas of sovereignty, in this context, are not entirely absent. But they are uneven. “True sovereignty” might exist under Pillar II of AUKUS, but likely not under Pillar I, and so… can that really be called “true sovereignty”? ITAR: “digital leash?” At the heart of this is ITAR. Often described as a regulatory framework, ITAR might be more accurately understood as a system of embedded control. It governs not just the export of defence articles, but their use, modification, integration, and onward transfer. Once ITAR-controlled components or technologies are introduced into a system, they bring with them a set of obligations that extend throughout the lifecycle of that system. In this way, control is not exercised through overt intervention, but through: Licensing requirements and end-use screening Data restrictions Re-export controls on complex goods Ongoing compliance obligations These mechanisms shape what is (and what isn’t) possible for a component or software long after the initial transfer has taken place. ITAR “snapback” provisions 2026 reforms to ITAR were widely positioned as a breakthrough; an effort to reduce friction within trusted alliances and enable more seamless collaboration. But the introduction of “snapback” provisions complicates that narrative.  ITAR-free or ITAR-light arrangements are not (necessarily) permanent. They can be withdrawn by the U.S., if the Administration feels an ally’s policy position has diverged from its international priorities. In other words: ITAR-free is a privilege. For defence organisations, this introduces layers of uncertainty: Programmes might be built on assumed access and could face disruption Investments may be exposed to policy shifts Long-term planning, inevitably, becomes complicated The commercial reality – where sovereignty gets tested For all the geopolitical framing, the real impact of these dynamics is felt at operational levels. This is an often-overlooked frontline of sovereignty, which gets tested in: Supply chain design Licensing timelines Subcontractor selection Cross-border data flows Delays in approval processes can affect delivery schedules. Restrictions on technology transfer can limit collaboration. Customs compliance requirements can reshape how organisations structure their operations. Sovereignty, then, is not only determined in policy papers and machines of war, but also in commercial execution. Partnership or “America First” franchise? Which brings us back to the central question: has AUKUS become an “America First” franchise? AUKUS remains an important alliance strategically, built on shared interests and mutual benefit. But it also operates within a framework in which control and autonomy are not always evenly distributed. The United States, through ITAR and related mechanisms, retains significant influence over how capability is developed, deployed, and transferred. This does not necessarily negate the value of the partnership. But it does redefine it. Sovereignty as a managed condition For Australia and the UK, the idea of sovereign capability under AUKUS is not a fiction. But it isn’t absolute, either.  It is… conditional. Structured. Governed. Increasingly, it must be understood as something that is managed – through compliance, alignment, and operational discipline – rather than simply “owned outright”. And, for defence leaders, the challenge is scanning the horizon for early signals of exactly how new expressions of sovereignty might be exercised in practice. And, ultimately, who owns the terms under which they can be exercised. Borders For the Boardroom  the clearBorder podcast Listen now on Spotify →  Listen now on Apple → 

Is AUKUS becoming an “America First” franchise?
Secret Link