ADVERTISEMENT

'Don't you believe that truth is not confidential?' VP Sara's camp presses NBI chief over records

Duterte's defense lawyer challenges the NBI to disclose details of its investigation into the Vice President's alleged threat against President Marcos

Published Jul 22, 2026 05:43 pm

At A Glance

  • VP Sara Duterte's defense questioned the NBI to disclose "confidential" details of its investigation into her alleged threat against President Marcos.
  • Defense lawyer Mark Vinluan argued that "the truth" should not be confidential, while NBI Director Melvin Matibag maintained that the bureau must comply with legal procedures.
  • Matibag also defended the NBI's investigation, saying it continues to treat the alleged threat against President Marcos as an ongoing national security concern.
National Bureau of Investigation Director Melvin Matibag (left) faces questions from defense counsel Atty. Mark Vinluan (right) during the Senate impeachment trial of Vice President Sara Duterte on July 22, 2026. (Screengrab: Senate of the Philippines/YouTube)
National Bureau of Investigation Director Melvin Matibag (left) faces questions from defense counsel Atty. Mark Vinluan (right) during the Senate impeachment trial of Vice President Sara Duterte on July 22, 2026. (Screengrab: Senate of the Philippines/YouTube)
The defense team of Vice President Sara Duterte on Wednesday, July 22, challenged the National Bureau of Investigation (NBI) to disclose details of its investigation into her alleged threat against President Ferdinand Marcos Jr., arguing before the Senate impeachment court that "the truth" should not be treated as confidential.
During the continuation of his cross-examination of NBI Director Melvin Matibag, defense counsel Atty. Mark Vinluan repeatedly questioned the bureau's decision to withhold information about its ongoing investigation, particularly potential leads on the alleged person contracted to kill the President.
"Don't you believe that ang katotohanan ay hindi (the truth is not) confidential?" Vinluan asked, referring to the records that Matibag said the NBI could not disclose because they were confidential.
Matibag responded that the NBI is bound by legal procedures and cannot simply reveal information if doing so would violate the law.
"Meron po tayong proseso na sinusunod. Kung ito man ay totoo at ito ay magva-violate po sa batas, baka hindi po yata natin dapat itong gawin (We have a process to follow. If this is true and it would violate the law, then perhaps we should not proceed with it)," he said.
Vinluan then asked Matibag whether the NBI would comply if the Senate impeachment court subpoenaed the bureau's leads on the alleged contracted killer.
Matibag said the NBI would "first study" any subpoena issued by the impeachment court before deciding how to respond.
"Pag-aaralan po natin kung naaayon sa batas ay pwede natin ipagbigay-alam sa impeachment court na ito (We will study whether it is in accordance with the law, and if so, we may inform this impeachment court)," he added.
NBI defends investigation
Vinluan also questioned the bureau's handling of the investigation, including its reliance on the affidavit of self-confessed Davao Death Squad member Arturo Lascañas.
Matibag said investigators were unable to subpoena Lascañas because his whereabouts remain unknown.
He added that the NBI did not immediately accept Lascañas' affidavit. Instead, investigators evaluated it using five credibility factors before determining that it was credible.
The defense likewise challenged the NBI's interpretation of Duterte's controversial Oct. 18, 2024, remarks, in which she said she imagined herself cutting off the President's head.
Asked whether Duterte could have been speaking in jest, Matibag said he could not speculate on the Vice President's state of mind.
However, he maintained that investigators could not simply disregard such statements, noting that even bomb jokes are treated seriously by law enforcement.
'Continuing threat'
While acknowledging that a crime is committed only when a plan to kill is carried out, Matibag said the NBI has a broader mandate to protect national security.
He told the impeachment court that the bureau continues to view the alleged threat against President Marcos as an ongoing concern.
Matibag also declined to identify the persons of interest in the investigation, saying only that the list had been narrowed to individuals allegedly within the Vice President's circle.
The NBI chief maintained that while the defense seeks greater disclosure, investigators must balance transparency with their obligation to protect the integrity of an ongoing investigation and comply with existing laws.
Matibag returned to the witness stand for the continuation of the cross-examination by the respondent's counsel. 

Related Tags

Sara Duterte impeachment trial NBI Director Melvin Matibag Mark Vinluan Senate impeachment court Sara Duterte alleged threat against Marcos
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; } }

{{ static_articles_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.