{"id":102055,"date":"2026-07-23T11:19:40","date_gmt":"2026-07-23T14:19:40","guid":{"rendered":"https:\/\/www.ecommerceupdate.com.br\/?p=102055"},"modified":"2026-07-23T11:19:40","modified_gmt":"2026-07-23T14:19:40","slug":"qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2","status":"publish","type":"post","link":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/","title":{"rendered":"What is the risk of software development with AI"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Nearly half of the code produced by artificial intelligence assistants contains security vulnerabilities, even when it appears functional and ready for production. This is not speculation: Veracode's GenAI Code Security 2025 report, which tested more than a hundred language models across 80 coding tasks, found that 45% of the samples failed security tests, with failures in classic OWASP Top 10 categories.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In Java, the most used language in corporate environments, the failure rate reached 72%. In parallel, research from Stanford University published in the proceedings of the ACM CCS demonstrated that developers who use AI assistants not only produce less secure code, but also declare that they believe in the security of what they generate.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Gartner projects that 75% of software engineers in large companies will use AI assistants for coding by 2028. In Brazil, a GitHub survey with 500 respondents in large companies published in 2024 indicated that more than 97% of developers already use these tools at work, a percentage equivalent to that of economies such as the United States, Germany and India.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Limitations of Language Models<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The root of the problem lies in the nature of these systems. Language models do not \u201cunderstand\u201d security in the technical sense. They operate by probability, reproducing patterns present in the training data. As this data includes both good practices and vulnerable implementations, the result tends to reflect this ambiguity.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This type of failure is particularly dangerous because it does not appear as an obvious error. A security vulnerability can remain invisible for months. The system continues to operate normally, while exposing data, allowing unauthorized access or creating paths for future exploitation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In practice, what is observed is the expansion of already known faults, but now on a larger scale. Among the most recurrent are injection problems, inappropriate use of queries, insufficient input validation and insecure construction of API calls. In many cases, the model suggests solutions that appear standard, but ignore context nuances, such as data origin, trust limits or specific business rules.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Authentication and authorization failures also appear frequently. AI-generated flows tend to simplify processes, omitting intermediate validations or adopting broader permissions than necessary. In a corporate environment, this type of simplification can open up unauthorized access to sensitive data or administrative functions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Another relevant vector is the use of dependencies. Models often suggest external libraries to solve specific problems, but do not always consider the security or maturity of those components. In some cases, they indicate outdated or even non-existent packages, which creates space for supply chain attacks, such as the malicious registration of libraries with names suggested by the model itself.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>How to safely incorporate AI<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The central question is no longer deciding whether the organization will use AI in development. The point is to build controls proportional to the speed at which this code goes into production. Treating all language model output as untrusted third-party code, integrating static and dynamic analysis calibrated to AI-specific vulnerability patterns directly into the CI\/CD pipeline, is the starting point.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mapping and controlling shadow AI before it exposes the organization's assets is the second step, and no inventory of approved tools replaces effective technical controls to prevent data leakage to external providers.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What is consolidated, therefore, is a change in the concept of development itself. AI does not replace the software engineer, but it changes the role of this professional. The focus stops being just writing code and becomes validating, interpreting and ensuring that what was generated meets security, quality and compliance requirements.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Gartner estimated in its Predicts 2026 report that AI code generation approaches will increase software defects by 2.500% by 2028 if review processes are not redesigned. It's not a catastrophic prediction, it's a scaling projection based on current adoption rates and documented vulnerability rates.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In the end, the risk is not in the technology itself, but in the way it is incorporated into the process. Organizations that treat AI as an accelerator without adjusting their controls tend to accumulate vulnerabilities at a rate that exceeds their ability to respond. Those that structure governance, observability and engineering discipline are able to capture productivity gains without compromising security.<\/p>","protected":false},"excerpt":{"rendered":"<p>Quase metade do c\u00f3digo produzido por assistentes de intelig\u00eancia artificial cont\u00e9m vulnerabilidades de seguran\u00e7a, mesmo quando parece funcional e pronto para produ\u00e7\u00e3o. N\u00e3o se trata de especula\u00e7\u00e3o: o relat\u00f3rio GenAI [&hellip;]<\/p>\n","protected":false},"author":257,"featured_media":85371,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35,36],"tags":[47,68,43],"class_list":["post-102055","post","type-post","status-publish","format-standard","has-post-thumbnail","category-artigos","category-dicas-artigos","tag-artigos","tag-dicas","tag-e-commerce"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Quase metade do c\u00f3digo produzido por assistentes de intelig\u00eancia artificial cont\u00e9m vulnerabilidades de seguran\u00e7a, mesmo quando parece funcional e pronto para produ\u00e7\u00e3o. N\u00e3o se trata de especula\u00e7\u00e3o: o relat\u00f3rio GenAI Code Security 2025 da Veracode, que testou mais de cem modelos de linguagem em 80 tarefas de codifica\u00e7\u00e3o, encontrou que 45% das amostras falharam em\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Ramon Ribeiro\"\/>\n\t<meta name=\"keywords\" content=\"artigos,dicas,e-commerce\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.9\" \/>\n\n\t\t<!-- TruConversion for ecommerceupdate.org -->\n<script type=\"text\/javascript\">\nvar _tip = _tip || [];\n(function(d,s,id){\nvar js, tjs = d.getElementsByTagName(s)[0];\nif(d.getElementById(id)) { return; }\njs = d.createElement(s); js.id = id;\njs.async = true;\njs.src = d.location.protocol + '\/\/app.truconversion.com\/ti-js\/46725\/8316f.js';\ntjs.parentNode.insertBefore(js, tjs);\n}(document, 'script', 'ti-js'));\n<\/script>\n\n<!-- TruConversion visitor tracking for ecommerceupdate.org -->\n<script type=\"text\/javascript\">\n!function(){var e=\"rest.revealid.xyz\/v3\/script?clientId=vqMHD7bPUDtk4FGWw84dF4&version=4.0.0\",\nt=document.createElement(\"script\");window.location.protocol.split(\":\")[0];\nt.src=\"https:\/\/\"+e;var c=document.getElementsByTagName(\"script\")[0];\nt.async = true;\nt.onload = function(){ new Reveal.default };\nc.parentNode.insertBefore(t,c)}();\n<\/script>\n\n\n<!-- Paste this code after the main TruConversion javascript. -->\n<script type=\"text\/javascript\">\n_tip.push(['_trackIdentity', 'your_unique_identity_here']);\n<\/script>\n\n<!-- Google tag (gtag.js) --> <script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-091PZXEMPP\"><\/script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-091PZXEMPP'); <\/script>\n\n\n<meta name=\"google-site-verification\" content=\"OLMxrrTpEScXYJIuWeno_OiQifSY7MAjrL5vImZWWqQ\" \/>\n\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-3857492900239895\"\n     crossorigin=\"anonymous\"><\/script>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"E-Commerce Update \u2013 Not\u00edcias sobre e-commerce no Brasil\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Qual \u00e9 o risco do desenvolvimento de software com IA? \u2013 E-Commerce Update\" \/>\n\t\t<meta property=\"og:description\" content=\"Quase metade do c\u00f3digo produzido por assistentes de intelig\u00eancia artificial cont\u00e9m vulnerabilidades de seguran\u00e7a, mesmo quando parece funcional e pronto para produ\u00e7\u00e3o. N\u00e3o se trata de especula\u00e7\u00e3o: o relat\u00f3rio GenAI Code Security 2025 da Veracode, que testou mais de cem modelos de linguagem em 80 tarefas de codifica\u00e7\u00e3o, encontrou que 45% das amostras falharam em\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-23T14:19:40+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-23T14:19:40+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Qual \u00e9 o risco do desenvolvimento de software com IA? \u2013 E-Commerce Update\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Quase metade do c\u00f3digo produzido por assistentes de intelig\u00eancia artificial cont\u00e9m vulnerabilidades de seguran\u00e7a, mesmo quando parece funcional e pronto para produ\u00e7\u00e3o. N\u00e3o se trata de especula\u00e7\u00e3o: o relat\u00f3rio GenAI Code Security 2025 da Veracode, que testou mais de cem modelos de linguagem em 80 tarefas de codifica\u00e7\u00e3o, encontrou que 45% das amostras falharam em\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/#blogposting\",\"name\":\"Qual \\u00e9 o risco do desenvolvimento de software com IA? \\u2013 E-Commerce Update\",\"headline\":\"Qual \\u00e9 o risco do desenvolvimento de software com IA?\",\"author\":{\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/author\\\/ramon-ribeiro\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/robo-2.jpeg\",\"width\":695,\"height\":464},\"datePublished\":\"2026-07-23T11:19:40-03:00\",\"dateModified\":\"2026-07-23T11:19:40-03:00\",\"inLanguage\":\"en-NZ\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/#webpage\"},\"articleSection\":\"Artigos, Dicas, Artigos, Dicas, E-Commerce\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/category\\\/artigos\\\/#listItem\",\"name\":\"Artigos\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/category\\\/artigos\\\/#listItem\",\"position\":2,\"name\":\"Artigos\",\"item\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/category\\\/artigos\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/category\\\/artigos\\\/dicas-artigos\\\/#listItem\",\"name\":\"Dicas\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/category\\\/artigos\\\/dicas-artigos\\\/#listItem\",\"position\":3,\"name\":\"Dicas\",\"item\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/category\\\/artigos\\\/dicas-artigos\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/#listItem\",\"name\":\"Qual \\u00e9 o risco do desenvolvimento de software com IA?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/category\\\/artigos\\\/#listItem\",\"name\":\"Artigos\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/#listItem\",\"position\":4,\"name\":\"Qual \\u00e9 o risco do desenvolvimento de software com IA?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/category\\\/artigos\\\/dicas-artigos\\\/#listItem\",\"name\":\"Dicas\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/#organization\",\"name\":\"E-Commerce Update\",\"description\":\"Not\\u00edcias sobre e-commerce no Brasil\",\"url\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/\",\"email\":\"contato@ecommerceupdate.com.br\",\"telephone\":\"+555198181499\",\"foundingDate\":\"2024-08-04\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"value\":1},\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ecommerceupdate.org\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/cropped-marca-ecommerce-update-1-e1739435244346.png\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/author\\\/ramon-ribeiro\\\/#author\",\"url\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/author\\\/ramon-ribeiro\\\/\",\"name\":\"Ramon Ribeiro\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/453e0e894112f9db78dd45615c16cc0f777808ca67a9c6aaff725a980d5a461e?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Ramon Ribeiro\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/#webpage\",\"url\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/\",\"name\":\"Qual \\u00e9 o risco do desenvolvimento de software com IA? \\u2013 E-Commerce Update\",\"description\":\"Quase metade do c\\u00f3digo produzido por assistentes de intelig\\u00eancia artificial cont\\u00e9m vulnerabilidades de seguran\\u00e7a, mesmo quando parece funcional e pronto para produ\\u00e7\\u00e3o. N\\u00e3o se trata de especula\\u00e7\\u00e3o: o relat\\u00f3rio GenAI Code Security 2025 da Veracode, que testou mais de cem modelos de linguagem em 80 tarefas de codifica\\u00e7\\u00e3o, encontrou que 45% das amostras falharam em\",\"inLanguage\":\"en-NZ\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/author\\\/ramon-ribeiro\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/author\\\/ramon-ribeiro\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/robo-2.jpeg\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/#mainImage\",\"width\":695,\"height\":464},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\\\/#mainImage\"},\"datePublished\":\"2026-07-23T11:19:40-03:00\",\"dateModified\":\"2026-07-23T11:19:40-03:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/#website\",\"url\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/\",\"name\":\"E-Commerce Update\",\"alternateName\":\"E-Commerce Update\",\"description\":\"Not\\u00edcias sobre e-commerce no Brasil\",\"inLanguage\":\"en-NZ\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ecommerceupdate.com.br\\\/en_nz\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Qual \u00e9 o risco do desenvolvimento de software com IA? \u2013 E-Commerce Update<\/title>\n\n","aioseo_head_json":{"title":"What is the risk of developing software with AI? \u2013 E-Commerce Update","description":"Nearly half of the code produced by artificial intelligence assistants contains security vulnerabilities, even when it appears functional and ready for production. This is not speculation: Veracode's GenAI Code Security 2025 report, which tested more than a hundred language models across 80 coding tasks, found that 45% of the samples failed","canonical_url":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/","robots":"max-image-preview:large","keywords":"artigos,dicas,e-commerce","webmasterTools":{"miscellaneous":"&lt;!-- TruConversion for ecommerceupdate.org --&gt;\n&lt;script type=\"text\/javascript\"&gt;\nvar _tip = _tip || [];\n(function(d,s,id){\nvar js, tjs = d.getElementsByTagName(s)[0];\nif(d.getElementById(id)) { return; }\njs = d.createElement(s); js.id = id;\njs.async = true;\njs.src = d.location.protocol + '\/\/app.truconversion.com\/ti-js\/46725\/8316f.js';\ntjs.parentNode.insertBefore(js, tjs);\n}(document, 'script', 'ti-js'));\n&lt;\/script&gt;\n\n&lt;!-- TruConversion visitor tracking for ecommerceupdate.org --&gt;\n&lt;script type=\"text\/javascript\"&gt;\n!function(){var e=\"rest.revealid.xyz\/v3\/script?clientId=vqMHD7bPUDtk4FGWw84dF4&amp;version=4.0.0\",\nt=document.createElement(\"script\");window.location.protocol.split(\":\")[0];\nt.src=\"https:\/\/\"+e;var c=document.getElementsByTagName(\"script\")[0];\nt.async = true;\nt.onload = function(){ new Reveal.default };\nc.parentNode.insertBefore(t,c)}();\n&lt;\/script&gt;\n\n\n&lt;!-- Paste this code after the main TruConversion javascript. --&gt;\n&lt;script type=\"text\/javascript\"&gt;\n_tip.push(['_trackIdentity', 'your_unique_identity_here']);\n&lt;\/script&gt;\n\n&lt;!-- Google tag (gtag.js) --&gt; &lt;script async src=\"https:\/\/www.googletagmanager.com\/gtag\/js?id=G-091PZXEMPP\"&gt;&lt;\/script&gt; &lt;script&gt; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-091PZXEMPP'); &lt;\/script&gt;\n\n\n&lt;meta name=\"google-site-verification\" content=\"OLMxrrTpEScXYJIuWeno_OiQifSY7MAjrL5vImZWWqQ\" \/&gt;\n\n&lt;script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-3857492900239895\"\n     crossorigin=\"anonymous\"&gt;&lt;\/script&gt;"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/#blogposting","name":"Qual \u00e9 o risco do desenvolvimento de software com IA? \u2013 E-Commerce Update","headline":"Qual \u00e9 o risco do desenvolvimento de software com IA?","author":{"@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/author\/ramon-ribeiro\/#author"},"publisher":{"@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ecommerceupdate.com.br\/wp-content\/uploads\/2025\/07\/robo-2.jpeg","width":695,"height":464},"datePublished":"2026-07-23T11:19:40-03:00","dateModified":"2026-07-23T11:19:40-03:00","inLanguage":"en-NZ","mainEntityOfPage":{"@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/#webpage"},"isPartOf":{"@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/#webpage"},"articleSection":"Artigos, Dicas, Artigos, Dicas, E-Commerce"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz#listItem","position":1,"name":"Home","item":"https:\/\/www.ecommerceupdate.com.br\/en_nz","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/category\/artigos\/#listItem","name":"Artigos"}},{"@type":"ListItem","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/category\/artigos\/#listItem","position":2,"name":"Artigos","item":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/category\/artigos\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/category\/artigos\/dicas-artigos\/#listItem","name":"Dicas"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/category\/artigos\/dicas-artigos\/#listItem","position":3,"name":"Dicas","item":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/category\/artigos\/dicas-artigos\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/#listItem","name":"Qual \u00e9 o risco do desenvolvimento de software com IA?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/category\/artigos\/#listItem","name":"Artigos"}},{"@type":"ListItem","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/#listItem","position":4,"name":"Qual \u00e9 o risco do desenvolvimento de software com IA?","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/category\/artigos\/dicas-artigos\/#listItem","name":"Dicas"}}]},{"@type":"Organization","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/#organization","name":"E-Commerce Update","description":"Not\u00edcias sobre e-commerce no Brasil","url":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/","email":"contato@ecommerceupdate.com.br","telephone":"+555198181499","foundingDate":"2024-08-04","numberOfEmployees":{"@type":"QuantitativeValue","value":1},"logo":{"@type":"ImageObject","url":"https:\/\/www.ecommerceupdate.org\/wp-content\/uploads\/2024\/06\/cropped-marca-ecommerce-update-1-e1739435244346.png","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/#organizationLogo"},"image":{"@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/author\/ramon-ribeiro\/#author","url":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/author\/ramon-ribeiro\/","name":"Ramon Ribeiro","image":{"@type":"ImageObject","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/453e0e894112f9db78dd45615c16cc0f777808ca67a9c6aaff725a980d5a461e?s=96&d=mm&r=g","width":96,"height":96,"caption":"Ramon Ribeiro"}},{"@type":"WebPage","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/#webpage","url":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/","name":"Qual \u00e9 o risco do desenvolvimento de software com IA? \u2013 E-Commerce Update","description":"Quase metade do c\u00f3digo produzido por assistentes de intelig\u00eancia artificial cont\u00e9m vulnerabilidades de seguran\u00e7a, mesmo quando parece funcional e pronto para produ\u00e7\u00e3o. N\u00e3o se trata de especula\u00e7\u00e3o: o relat\u00f3rio GenAI Code Security 2025 da Veracode, que testou mais de cem modelos de linguagem em 80 tarefas de codifica\u00e7\u00e3o, encontrou que 45% das amostras falharam em","inLanguage":"en-NZ","isPartOf":{"@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/#website"},"breadcrumb":{"@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/#breadcrumblist"},"author":{"@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/author\/ramon-ribeiro\/#author"},"creator":{"@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/author\/ramon-ribeiro\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.ecommerceupdate.com.br\/wp-content\/uploads\/2025\/07\/robo-2.jpeg","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/#mainImage","width":695,"height":464},"primaryImageOfPage":{"@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/#mainImage"},"datePublished":"2026-07-23T11:19:40-03:00","dateModified":"2026-07-23T11:19:40-03:00"},{"@type":"WebSite","@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/#website","url":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/","name":"E-Commerce Update","alternateName":"E-Commerce Update","description":"Not\u00edcias sobre e-commerce no Brasil","inLanguage":"en-NZ","publisher":{"@id":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/#organization"}}]},"og:locale":"en_US","og:site_name":"E-Commerce Update \u2013 Not\u00edcias sobre e-commerce no Brasil","og:type":"article","og:title":"Qual \u00e9 o risco do desenvolvimento de software com IA? \u2013 E-Commerce Update","og:description":"Quase metade do c\u00f3digo produzido por assistentes de intelig\u00eancia artificial cont\u00e9m vulnerabilidades de seguran\u00e7a, mesmo quando parece funcional e pronto para produ\u00e7\u00e3o. N\u00e3o se trata de especula\u00e7\u00e3o: o relat\u00f3rio GenAI Code Security 2025 da Veracode, que testou mais de cem modelos de linguagem em 80 tarefas de codifica\u00e7\u00e3o, encontrou que 45% das amostras falharam em","og:url":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/","article:published_time":"2026-07-23T14:19:40+00:00","article:modified_time":"2026-07-23T14:19:40+00:00","twitter:card":"summary_large_image","twitter:title":"Qual \u00e9 o risco do desenvolvimento de software com IA? \u2013 E-Commerce Update","twitter:description":"Quase metade do c\u00f3digo produzido por assistentes de intelig\u00eancia artificial cont\u00e9m vulnerabilidades de seguran\u00e7a, mesmo quando parece funcional e pronto para produ\u00e7\u00e3o. N\u00e3o se trata de especula\u00e7\u00e3o: o relat\u00f3rio GenAI Code Security 2025 da Veracode, que testou mais de cem modelos de linguagem em 80 tarefas de codifica\u00e7\u00e3o, encontrou que 45% das amostras falharam em"},"aioseo_meta_data":{"post_id":"102055","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-07-23 14:17:43","updated":"2026-07-23 14:37:28"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.ecommerceupdate.com.br\/en_nz\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.ecommerceupdate.com.br\/en_nz\/category\/artigos\/\" title=\"Artigos\">Artigos<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.ecommerceupdate.com.br\/en_nz\/category\/artigos\/dicas-artigos\/\" title=\"Dicas\">Dicas<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tQual \u00e9 o risco do desenvolvimento de software com IA?\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.ecommerceupdate.com.br\/en_nz"},{"label":"Artigos","link":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/category\/artigos\/"},{"label":"Dicas","link":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/category\/artigos\/dicas-artigos\/"},{"label":"Qual \u00e9 o risco do desenvolvimento de software com IA?","link":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/qual-e-o-risco-do-desenvolvimento-de-software-com-ia-2\/"}],"_links":{"self":[{"href":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/wp-json\/wp\/v2\/posts\/102055","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/wp-json\/wp\/v2\/users\/257"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/wp-json\/wp\/v2\/comments?post=102055"}],"version-history":[{"count":0,"href":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/wp-json\/wp\/v2\/posts\/102055\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/wp-json\/wp\/v2\/media\/85371"}],"wp:attachment":[{"href":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/wp-json\/wp\/v2\/media?parent=102055"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/wp-json\/wp\/v2\/categories?post=102055"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ecommerceupdate.com.br\/en_nz\/wp-json\/wp\/v2\/tags?post=102055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}