First lawyer who advised Jan. 6 witness Cassidy Hutchinson should face ethics probe, group tells regulators

  • Home
  • Daily News
  • First lawyer who advised Jan. 6 witness Cassidy…
  • Ethics First lawyer who advised Jan. 6 witness Cassidy Hutchinson should face ethics probe, group tells regulators
    •  
    • !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs'); Tweet  
    • lang: en_US  
    • reddit_target='law';  
    • Print.

    AP Cassidy Hutchinson 1

    Cassidy Hutchinson, an aide to former White House chief of staff Mark Meadows, testifies in summer 2022 during a hearing of the House select committee investigating the Jan. 6, 2021, attack on the U.S. Capitol. Photo by Tom Williams/CQ Roll Call via the Associated Press.

    A group called Lawyers Defending American Democracy is asking ethics officials to investigate the lawyer who originally represented Cassidy Hutchinson, a former White House aide who testified before the Jan. 6, 2021, committee about events regarding the U.S. Capitol attack.

    The group filed an ethics complaint seeking an investigation of lawyer Stefan C. Passantino with ethics regulators in Washington, D.C., Georgia and New York, according to a March 6 press release and coverage by the New York Times.

    Hutchinson had testified that Passantino, a former lawyer in the White House counsel’s office, told her to downplay her knowledge of events before the attack and told her that: “The less you remember, the better,” according to prior coverage by Reuters, which obtained a transcript of the testimony.

    Passantino did not tell Hutchinson to lie, but he told her not to volunteer information and not to try to refresh her memory, according to Hutchinson’s testimony. Hutchinson was a former aide to then-White House chief of staff Mark Meadows.

    Hutchinson obtained a new lawyer before providing damaging testimony about former President Donald Trump, including an assertion that he was so focused on wanting to accompany his supporters to the Capitol that he lunged at the steering wheel while riding in the presidential limousine.

    Among the officials signing the request for an ethics probe is former ABA President Martha Barnett, who is also a board member of Lawyers Defending American Democracy.

    “Attorney Passantino tried to keep a pivotal witness from providing credible information to a governmental body investigating one of the most consequential events in our nation’s history,” Barnett alleged in the press release. “His attempt to interfere with the administration of justice in the ways that he did undermine the carefully crafted rules guiding the attorney-client relationship and even cross lines into possibly criminal behavior.”

    The letter requesting an investigation alleges that Passantino provided advice that was contrary to Hutchinson’s best interests and instead was intended to protect Trump. The letter also alleges that Passantino told Hutchinson that she would get a good job in “Trump world” when her testimony was over. Hutchinson also learned later in the representation that Passantino’s fees were being paid by “Trump world,” the letter claims.

    (adsbygoogle = window.adsbygoogle || []).push({});

    Passantino’s law firm was also representing Hutchinson’s former boss, Meadows. The complaint alleges that Passantino did not present Hutchinson with a formal engagement letter, and it is unclear whether Passantino’s then-firm, Michael, Best & Friedrich, had entered his representation of Hutchinson into its conflicts system.

    According to prior reporting by CNN, the firm said Hutchinson wasn’t a firm client. Bloomberg Law reported in December that the firm said it had “separated” its relationship with Passantino.

    Passantino has said he represented Hutchinson “honorably, ethically and fully consistent with her sole interests as she communicated them to me.”

    Ross Garber, a lawyer for Passantino, noted in a response provided to the New York Times that Hutchinson had not filed the complaint.

    “Anyone can write a letter to the bar complaining about any lawyer,” the response says.

    Garber noted Hutchinson’s testimony that Passantino told her not to lie and not to perjure herself. Passantino’s legal fees were paid by the Save America Leadership PAC after Hutchinson emailed a contact connected to the political action committee, requesting a referral to a lawyer and financial assistance, Garber said.

    Garber also said Passantino produced documents gathered by Hutchinson to the Jan. 6 committee. And Passantino provided “customary advice” about Hutchinson’s “obligation to tell the truth, the importance of listening carefully to and answering the question posed, the advisability of being precise, the need to be clear about what she did and didn’t recall, and the advisability of avoiding unintentional speculation or conjecture,” Garber said.

    Another group, the 65 Project, is also seeking an ethics investigation of Passantino in Georgia.

    $( document ).ready(function() { var slidesFetched = false; var handleGalleryClick = function() { var $oldItem = $('.gallery_container'); $('.gallery_container .arrows a').click(function(e) { e.preventDefault(); $arrow = $(this); if (! slidesFetched) { $arrow.closest('.gallery_slide').css('opacity', '0.3'); var url = $(this).attr('href').replace('/gallery/', '/gallery/slides/'); $.get(url, function(data) { var $slides = $(data); $slides = $slides.filter('.gallery_container'); $('.gallery_container').replaceWith($slides); $slides = $('.gallery_container'); $slides.find('.arrows a').click(function(e2) { e2.preventDefault(); var $slideWrapper = $(this).closest('.gallery_container'); var $arrowContainer = $(this).closest('.arrows'); if ($arrowContainer.hasClass('previous')) { $slideWrapper.removeClass('active'); $slideWrapper.prev().addClass('active'); } else if ($arrowContainer.hasClass('next')) { $slideWrapper.removeClass('active'); $slideWrapper.next().addClass('active'); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); }); changeSlide($('.cell-'+$arrow.attr('data-slideid'))); slidesFetched = true; }); } changeSlide($('.cell-'+$(this).attr('data-slideid'))); return false; }); var changeSlide = function($cell) { $('.slide-'+$cell.attr('data-slideid')).addClass('active').siblings().removeClass('active'); $cell.addClass('active').siblings().removeClass('active'); moveFilmstripCells($cell); // Hide filmstrip arrows if we're on the first/last slide. if ($('.gallery_container.active').find('.arrows.previous').length > 0) { $('#filmstrip_container .arrows.previous').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.previous').css('visibility', 'hidden'); } if ($('.gallery_container.active').find('.arrows.next').length > 0) { $('#filmstrip_container .arrows.next').css('visibility', 'visible'); } else { $('#filmstrip_container .arrows.next').css('visibility', 'hidden'); } }; var $cells = $('#filmstrip_container .cell'); var totalCells = $cells.length; var totalVisibleCells = $cells.filter('.visible').length; var pivotPoint = Math.floor(totalVisibleCells / 2); var moveFilmstripCells = function($activeCell) { var $visibleCells = $cells.filter('.visible'); var activeCellIndex = $cells.index($activeCell); var activeCellVisibleIndex = $visibleCells.index($activeCell); var firstVisibleCellIndex = $cells.index($cells.filter('.visible:first')); var lastVisibleCellIndex = $cells.index($cells.filter('.visible:last')); var cellsToMove = 0; var startingPoint = 0; // Do nothing if active cell is at the pivot point. if (activeCellVisibleIndex == pivotPoint) return; // Active cell is left of the pivot point. if (activeCellVisibleIndex < pivotPoint) { // Do nothing if the cell's index and visible index are identical, because that means // we don't have room to shift. if (activeCellIndex

    Introducing Jobbguru: Your Gateway to Career Success

    The ultimate job platform is designed to connect job seekers with their dream career opportunities. Whether you're a recent graduate, a seasoned professional, or someone seeking a career change, Jobbguru provides you with the tools and resources to navigate the job market with ease. 

    Take the next step in your career with Jobbguru:

    Don't let the perfect job opportunity pass you by. Join Jobbguru today and unlock a world of career possibilities. Start your journey towards professional success and discover your dream job with Jobbguru.

    Originally posted on: https://www.abajournal.com/news/article/first-lawyer-who-advised-jan.-6-witness-cassidy-hutchinson-should-face-ethics-probe-group-tells-regulators/?utm_source=feeds&utm_medium=rss&utm_campaign=site_rss_feeds