ADVERTISEMENT

UK suspect denies being 'Chinese spy' as Beijing slams claims

Published Sep 11, 2023 01:07 pm

LONDON, United Kingdom - The UK government on Monday faced calls to get tougher with China, after police arrested a parliamentary researcher on suspicion of spying for Beijing.

The arrest, made earlier this year but only made public this weekend, prompted Prime Minister Rishi Sunak to warn Premier Li Qiang in person about Chinese "interference" in democracy.

But it also provoked a strong denial in Beijing, risking further damage to ties already strained by criticism of China's human rights record against the Uyghur minority and the erosion of civil rights in Hong Kong.

IMG_2185.png
A picture shows the Elizabeth Tower, commonly known as Big Ben, at the Palace of Westminster in London on Janurary 13, 2022. British security services have warned MPs that a suspected Chinese agent "knowingly engaged in political interference activities" inside parliament, authorities said. (Photo by Justin TALLIS / AFP)

House of Commons speaker Lindsay Hoyle is due to address lawmakers in parliament at 1330 GMT, while deputy prime minister Oliver Dowden is billed to give a "security update" afterwards.

The spying claims, first disclosed in the Sunday Times, are likely to put pressure on Sunak's government to toughen its policy on China, as it seeks greater engagement with the Asian superpower.

Former Conservative party leader Iain Duncan Smith, who has been sanctioned by Beijing, branded the government's failure to label China a strategic threat as "weak".

"The result is that China is penetrating all our institutions from universities to parliament," he said.

But Business and Trade Secretary Kemi Badenoch said hardening the UK's attitude could "escalate things", potentially scuppering UK hopes of getting China on board to help tackle vital global issues.

"China is the second largest economy in the world, it's heavily integrated in our economy as it is with many of our allies," she told BBC radio.

"We're taking the same approach that those countries are taking."

 

'Pure fabrication'

The suspect, said to be in his 20s, was arrested at his home in Edinburgh in March, along with another man in his 30s.

Both were detained on suspicion of offences under the Official Secrets Act and have been bailed until October.

If proven, it would represent one of the most serious breaches of security involving another state at the UK's parliament.

Sunak said he confronted Li on the sidelines of the G20 summit in New Delhi on Sunday, calling "any interference in our parliamentary democracy...obviously unacceptable".

Chinese foreign ministry spokeswoman Mao Ning, however, told a news conference in Beijing: "The so-called claim that China is conducting espionage activities against the UK is pure fabrication.

"China resolutely opposes this."

Mao added: "We urge the UK to stop spreading disinformation and stop its anti-China political manipulation and malicious slander."

The younger man who was detained has not been named by UK authorities. He has denied any involvement in espionage in a statement released by his lawyers.

"I feel forced to respond to the media accusations that I am a 'Chinese spy'. It is wrong that I should be obliged to make any form of public comment on the misreporting that has taken place," he said.

"However, given what has been reported, it is vital that it is known that I am completely innocent.

"I have spent my career to date trying to educate others about the challenge and threats presented by the Chinese Communist Party.

"To do what has been claimed against me in extravagant news reporting would be against everything I stand for."
 

Growing concerns

Concerns over China have been growing in the UK in recent years.

A report by British MPs last month branded Beijing "a threat to the UK and its interests", arguing that "the behaviour of the Chinese Communist Party is currently characterised by increased aggression" towards Britain.

British security services last year warned MPs that a suspected Chinese spy had engaged in "political interference activities".

The woman, a London-based solicitor, reportedly donated £200,000 ($275,000, 239,000 euros) to a leading opposition Labour MP and hundreds of thousands of pounds (dollars) to his party.

Britain in 2020 ordered the phased removal of Chinese telecoms company Huawei from its 5G network -- including national intelligence -- after pressure from backbenchers led by Duncan Smith, who called the firm an arm of the CCP.

In March, Chinese-owned video app TikTok was banned on British government devices over fears user data could be used or abused by Chinese officials.

Related Tags

United Kingdom world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.