appsec.fyi

AI Resources

Post Share

A curated AppSec resource library covering XSS, SQLi, SSRF, IDOR, RCE, XXE, OSINT, and more.

AI

AI security encompasses both protecting AI systems from attack and understanding the new vulnerability classes that AI introduces into applications. As organizations rapidly integrate large language models (LLMs), machine learning pipelines, and AI-powered features into their products, the attack surface has expanded in ways that traditional application security frameworks don't fully address.

Key threats to AI systems include prompt injection — where attackers manipulate LLM behavior through crafted inputs — data poisoning of training datasets, model extraction through repeated API queries, and adversarial examples that cause misclassification. Indirect prompt injection, where malicious instructions are embedded in data the AI processes (emails, documents, web pages), is emerging as one of the most significant security challenges for AI-integrated applications.

AI also introduces new categories of application risk: insecure output handling where LLM responses are rendered unsafely, excessive agency when AI agents are given too much access, sensitive information disclosure through training data leakage, and supply chain risks from fine-tuned models and third-party plugins. The OWASP Top 10 for LLM Applications provides a structured framework for understanding these risks.

On the defensive side, AI is being used to enhance security operations — automating vulnerability detection, analyzing malicious patterns, and accelerating incident response.

This page collects AI security research, LLM vulnerability techniques, defensive strategies, and resources covering the intersection of artificial intelligence and application security.

Read the AI guideA long-form, source-cited deep dive synthesized from every resource below. The comprehensive AI guide on chs.usA hand-written, in-depth practitioner guide — attacks, testing, and prevention.
Date Added Link Excerpt
2026-07-21 NEW 2026Building cyber-resilient AI in the enterprise beginnerBuilding cyber-resilient AI in the enterprise https://ift.tt/jE0Gio8
2026-07-21 NEW 2026I found a WordPress RCEs with GPT5.6 and $25 intermediate RCEThe author discovered a Remote Code Execution (RCE) vulnerability in WordPress using GPT5.6. The exploit was achieved with a minimal investment of $25.
2026-07-20 NEW 2026Indirect Prompt Injection in Web Content Targets AI Agents intermediateThis article discusses a new vulnerability called Indirect Prompt Injection, which affects AI agents. This type of attack involves embedding malicious prompts within web content that AI agents might access. When the AI processes this content, it can be manipulated into executing unintended commands or revealing sensitive information. The technique exploits the AI's ability to interpret and act upon natural language instructions found in the data it consumes, posing a significant security risk for systems relying on AI for content processing and task execution. → securityboulevard.com
2026-07-20 NEW 2026Google Chrome Installed a 4GB AI Model on Your PC news 2 min readAnalysis of Gemini Nano's automatic installation on user machines by Google Chrome, discovered by Alexander Hanff. This 4GB AI model, identified by the `weights.bin` file within the `OptGuideOnDeviceModel` folder, downloads without explicit user consent if hardware meets criteria (GPU tier, CPU cores, 16GB+ RAM, 22GB+ storage). Chrome attempts to restore the file even after manual deletion and has reportedly led to accumulated model files exceeding 12GB on some systems. While Google states an "On-Device AI" toggle is rolling out, many users lack this option, requiring manual disabling via `chrome://flags` or registry edits.
2026-07-19 NEW 2026"Context bombs" can frustrate AI-driven attacks researchers found intermediate 3 min readLibrary that deploys "context bombs" to defend against AI-driven attacks. Researchers at Tracebit tested this approach against models including Anthropic's Opus 4.8 and Google's Gemini 3.1 Pro, finding significant success in thwarting attack paths like admin access and data exfiltration by triggering safety guardrails within offensive AI agents. This technique aims to incapacitate AI agents rather than hijack them, demonstrating a novel defensive application of prompt injection principles. → helpnetsecurity.com
2026-07-18 NEW 2026AI Meets Cryptography 2: What AI Found in OpenVM's ZkVM advanced 11 min readLibrary implementing an AI auditor, zkao, which discovered CVE-2026-46669, a critical soundness bug in OpenVM's zkVM guest library openvm-pairing. This vulnerability allows a malicious prover to forge any pairing equality by failing to properly check the scaling factor's subfield, impacting projects built on OpenVM prior to version 1.6.0. The AI candidate finding was manually validated, confirming exploitability and impact.
2026-07-18 NEW 2026How to use Claude Code for Bug Bounty: find fast, validate manually intermediate Bug BountyThis article outlines a strategy for leveraging Claude Code in bug bounty hunting. The core idea is to use Claude Code for rapid initial vulnerability discovery, acting as a powerful aid in finding potential weaknesses. However, the emphasis is placed on the crucial step of manual validation. This ensures that identified "bugs" are genuine and not false positives, a common pitfall when relying solely on automated tools. The approach prioritizes efficiency in the discovery phase while maintaining accuracy through human-driven verification. → yeswehack.com
2026-07-18 NEW 2026Using MCP Agents for Penetration Testing intermediate 9 min read Bug Bounty ReconTooling that integrates agent harnesses with Model Context Protocol (MCP) servers can significantly accelerate penetration testing by expanding coverage across external, application, and cloud environments. This approach, demonstrated to reduce discovery time from days to hours and uncover two information leaks totaling over 12 million records, emphasizes providing LLMs with structured workflows and deterministic tools rather than simple "attack" commands. Practical application involves proxied HTTP requests for authorization testing and providing agent harnesses with specific methodologies and tooling for repeatable, efficient assessments, while still maintaining human oversight. → bishopfox.com
2026-07-17 NEW 2026Codex starts encrypting sub-agent prompts news 5 min readLibrary for auditing Codex MultiAgentV2 communications. This entry addresses a regression introduced in #26210 where encrypted sub-agent messages (spawn_agent, send_message, followup_task) remove the human-readable task audit trail. The proposed solution involves adding a separate, non-encrypted plaintext companion field to these messages, preserving auditability while maintaining encrypted delivery to recipient models. The fork implementation demonstrates configurable delivery policies including "encrypted_with_audit" and "plaintext" modes, ensuring clear communication logs and rollout traces.
2026-07-17 NEW 2026[tl;dr sec] #337 - Harnessing Harnesses, Generate Decoy Environments, Bug Bounty Singularity beginner 10 min read Bug BountyLibrary for unifying 66 dark web and threat intelligence tools into a single MCP server, allowing AI agents to query breach databases, ransomware trackers, Tor hidden services, and exploit databases in parallel. It also covers generating decoy cloud environments with attack paths using Praetorian's Knossos deception engine, and discusses the challenges and findings from an autonomous hackbot used in bug bounty testing. Additionally, it analyzes issues with migrating AWS CloudTrail to CloudWatch and provides a practical guide to threat modeling, highlighting its importance in security decision-making. → tldrsec.com
2026-07-17 NEW 2026Benchmarking 13 AI models on rediscovering known CVEs advanced 5 min readSurvey of AI model performance in rediscovering 26 known CVEs, including SQL injection and deserialization RCE. GPT-5.6 achieved the highest recall at 88.5%, followed by Grok-4.5 and Claude Opus. The analysis highlights that pooling results from multiple runs of cheaper models offers better value than single passes of expensive ones. Open-weight models like GLM-5.2 are rapidly improving, rediscovering 59% of vulnerabilities. The benchmark demonstrates that complex vulnerability chains and reasoning about missing checks are key differentiators between models. → aikido.dev
2026-07-17 NEW 2026AI, Automation and Attacks: Unpacking the Unit 42 2026 Global Incident Response Report beginner 6 min readReport from Unit 42 detailing how AI is a force multiplier for attackers, accelerating reconnaissance, content generation, and development cycles for threats like credential theft, phishing, and ransomware. While AI enhances existing attack methodologies, it hasn't introduced fundamentally new vectors, although techniques like agentic ransomware and token jacking for cloud AI services are emerging. The report emphasizes that defenders can mitigate AI-enhanced attacks with existing controls but must adapt and remain informed on AI's evolving role, noting a skills gap between students and industry due to rapid AI integration. → unit42.paloaltonetworks.com
2026-07-16 NEW 2026The Memory Heist - How I tricked Claude into leaking your deepest, darkest secrets intermediate 7 min readLibrary for exfiltrating data from AI assistants like Claude, exploiting the `web_fetch` tool's ability to follow linked URLs. By constructing a website with an alphabetical directory structure, an attacker can trick Claude into navigating and revealing personal information, including full names, employers, and even deduced security question answers, by embedding malicious links within a seemingly innocuous scenario.
2026-07-16 NEW 2026Testing AI-powered systems at scale via Bug Bounty, part 2: AI-specific vulnerabilities intermediate Bug BountyThis article, "Testing AI-powered systems at scale via Bug Bounty, part 2: AI-specific vulnerabilities," focuses on the unique challenges and methods for discovering vulnerabilities in AI systems through bug bounty programs. It likely explores attack vectors and testing strategies tailored to the nuances of AI, such as data poisoning, model evasion, and adversarial attacks, differentiating them from traditional software security flaws. The content aims to guide researchers and organizations on how to effectively secure AI at scale using bug bounty methodologies. → yeswehack.com
2026-07-16 NEW 2026TuxBot v3: Inside an IoT Botnet Framework With LLM-Assisted Development intermediate 25 min read RCETool analyzing TuxBot v3 Evolution, a modular IoT botnet framework with LLM-assisted development. The analysis reveals a C-based bot agent, a Go-based command-and-control server with a DDoS-for-hire panel, a custom exploit VM, and Docker-based test infrastructure. It details the bot agent's methods for initial compromise, including Telnet brute-forcing with 1,496 credential pairs and exploit code targeting over 30 IoT device families. Communication methods include a SHA512 DGA, P2P gossip, IRC, and DNS TXT queries. → unit42.paloaltonetworks.com
2026-07-15 NEW 2026OpenAI Built an AI to Attack Itself: GPT-Red Exposed Flaws Humans Missed beginner 10 min readLibrary for AI security training, GPT-Red, autonomously discovers prompt injection vulnerabilities that human researchers missed. This internal OpenAI model achieved 84% success in finding attack paths, significantly outperforming human testers at 13%. GPT-Red's training revealed novel threats like "fake chain-of-thought" attacks, which can manipulate reasoning models by injecting false intermediate steps, impacting systems like GPT-5.1 and Microsoft 365 Copilot (CVE-2025-32711). → techtimes.com
2026-07-15 NEW 2026New serious vulnerabilities spiked around release of Claude Mythos Preview newsAnalysis of CVE severity spikes reveals a significant increase in high- and critical-severity vulnerabilities following the April 2026 announcement of Anthropic's Claude Mythos Preview, capable of autonomous vulnerability discovery. The number of such CVEs more than tripled in June 2026 compared to the prior monthly record, illustrating the dual-use nature of advanced AI models in both identifying and potentially weaponizing security flaws.
2026-07-15 NEW 2026Prompt Privacy Is the New Endpoint Security Problem beginnerThe rise of AI models has introduced a new security concern: prompt privacy. Attackers can exploit vulnerabilities in AI systems by crafting malicious prompts to extract sensitive information or manipulate model behavior. This "prompt injection" is becoming a significant threat, similar to traditional endpoint security issues. Organizations need to develop new strategies and tools to protect against these prompt-based attacks and ensure the confidential data processed by AI remains secure. → securityboulevard.com
2026-07-14 2026AI-powered breaches provide wake-up call for incident response beginner 5 min readAnalysis of AI-assisted breaches reveals attackers automating all attack phases, including lateral movement and credential harvesting, drastically reducing incident response windows. These AI agents, demonstrated by Sygnia's report on a cloud compromise and Sysdig's JadePuffer campaign exploiting CVE-2025-3248 in Langflow, operate at machine speed, outpacing traditional human-driven incident response. The threat extends beyond zero-days, leveraging known system flaws and chaining misconfigurations across cloud services, source-control, and CI/CD pipelines to achieve rapid, orchestrated impact and extortion. → csoonline.com
2026-07-14 2026Star Trek Was Right About Prompt Injection Sorta beginner 1 min readAnalysis of LLM prompt injection, inspired by Star Trek's logic bombs, details how complex prompts can force Large Language Models to overthink and consume excessive tokens. This behavior, a byproduct of LLMs breaking down tasks, can be exploited by crafted inputs to induce denial-of-service conditions by tying the model's internal "reasoning" into knots, potentially leading to a DDoS attack on LLM APIs, though not to the catastrophic hardware failure depicted in fiction.
2026-07-14 2026Ghostcommit attack hides malicious AI instructions in images intermediate 2 min readWriteup of the Ghostcommit attack, a proof of concept demonstrating how AI code review assistants can be deceived by malicious instructions hidden within images. This technique, presented by the ASSET Research Group, involves embedding commands in image files referenced by repository policy files, such as AGENTS.md, to manipulate AI agents into stealing secrets by exfiltrating them into source code. The effectiveness of the attack depends significantly on the AI agent's harness, with tools like Cursor and Antigravity being more susceptible than Claude Code, highlighting that prompt injection is not limited to text-based inputs. → malwarebytes.com
2026-07-14 2026New Ghostcommit Attack Hides Malicious Prompts in Images to Exploit AI Agents newsNew Ghostcommit Attack Hides Malicious Prompts in Images to Exploit AI Agents https://ift.tt/D4JBfh6 → cybersecuritynews.com
2026-07-14 2026Top 7 AI Security Risks in 2026 beginnerThis article outlines the top 7 AI security risks anticipated in 2026. While the specific risks are not detailed in the provided snippet, the title indicates a focus on emerging threats to artificial intelligence systems. The content likely explores vulnerabilities in AI algorithms, data integrity, adversarial attacks, and the potential for misuse of AI technologies, all within the context of future security challenges. → securityboulevard.com
2026-07-14 2026Context Bombs: Using AI Guardrails as a defensive mechanism intermediateThis article explores "Context Bombs," a technique where AI guardrails are employed as a defensive strategy. The core idea is to leverage these guardrails, which are designed to guide AI behavior, to proactively prevent malicious or unintended outputs. By strategically implementing and tuning guardrails, developers can build more robust AI systems that are less susceptible to adversarial attacks or unintended consequences. The focus is on using AI's own safety mechanisms as a shield against potential misuse.
2026-07-13 2026Now defenders are embracing the prompt injection too beginner 2 min readTechnique for disrupting AI hacking agents called "context bombing" involves embedding forbidden commands, such as instructions for creating Anthrax spores or referencing the Tank Man, alongside sensitive data like passwords and keys in an AWS environment. This technique triggers the AI's refusal mechanism, drastically reducing the success rate of attacks on models like Opus 4.8, Gemini 3.1 Pro, GLM 5.2, DeepSeek 4 Pro, and Kimi 2.6. Tracebit researchers demonstrated that context bombing can cut account compromise rates from 57% to 5% and complete compromise from 36% to 1%. → arstechnica.com
2026-07-13 2026AI Meets Cryptography 1: What AI Found in Cloudflare's Circl beginner 16 min readLibrary of AI-discovered vulnerabilities in Cloudflare's CIRCL cryptography library, including float64 precision loss in threshold RSA, an access-control break in attribute-based encryption, and BLS aggregate verification flaws like rogue key attacks. This work highlights the capabilities of AI auditing agents in identifying critical security issues in cryptographic software, leading to seven fixed bugs in CIRCL and providing insights into AI reasoning patterns for cryptography.
2026-07-11 2026HalluSquatting Turns AI Hallucinations Into Botnet Delivery Mechanism news 2 min readTechnique detailing HalluSquatting, an attack that leverages AI hallucinations to deliver botnets at scale. This untargeted promptware method exploits AI applications by pre-registering fake repository or package names that LLMs commonly invent. When users ask AI tools like Cursor, GitHub Copilot, or Gemini CLI to fetch resources, the AI may hallucinate a squatted name, download malicious instructions, and execute them via the built-in terminal, leading to the deployment of malware and the creation of agentic botnets. → securityweek.com
2026-07-11 2026Researchers hid a prompt injection inside a PNG and AI fell for it news 2 min readTechnique for prompt injection via image files that targets AI coding assistants like Claude. Researchers demonstrated hiding malicious instructions within a PNG image, which AI review tools often overlook. These hidden commands can later trigger AI assistants to access sensitive project files and exfiltrate data, disguised as legitimate code. The vulnerability's manifestation varies depending on the specific coding assistant used, emphasizing the need for multimodal AI review that scrutinizes all asset types.
2026-07-11 2026'Ghostcommit' hides prompt injection in images to fool AI agents steal secrets news 4 min readWriteup on Ghostcommit, an attack technique that hides prompt injection within PNG images to bypass AI code reviewers and steal repository secrets. Researchers demonstrated how a malicious instruction embedded in an image file referenced by an AGENTS.md document could trick AI agents like Cursor with Claude Sonnet into exfiltrating sensitive data from .env files. This exploit leverages the current blind spot where AI code reviewers often skip image analysis, unlike proposed multimodal defenders. → bleepingcomputer.com
2026-07-11 2026Shadow AI is Your New Attack Surface beginner 4 min readAnalysis of "Shadow AI" highlights how unmanaged AI systems, adopted by employees for efficiency, create significant security risks. These "Shadow AI" deployments bypass traditional security controls and introduce new attack vectors such as data poisoning, prompt injection, third-party AI supply chain risk, and credential exposure, exemplified by the Samsung incident in March 2024. Addressing this emergent threat requires integrating AI governance and cybersecurity functions, focusing on visibility, accountability, AI-specific controls, and expertise investment. → infosecurity-magazine.com
2026-07-11 2026How to Use AI Browsers Without Getting Hacked beginner 10 min readGuide to using AI browsers like Perplexity Comet, ChatGPT Atlas, and Dia securely, highlighting risks such as prompt injection, unauthorized account access, and data leakage. It details vulnerabilities including CometJacking and Cross-Site Request Forgery (CSRF) affecting Atlas, and advises disabling data sharing for model training, restricting agent access to logged-in sessions, and utilizing incognito mode for sensitive tasks to mitigate these threats.
2026-07-11 2026New hack exploits AI hallucinations to trick agents into running malicious code 'HalluSquatting' attack exploits a fundamental weakness in every available model news 9 min readWriteup of the HalluSquatting attack, an exploit leveraging AI hallucinations to trick agentic AI models like Claude into executing malicious code from fake GitHub repositories. This technique exploits the non-deterministic nature of LLMs, causing them to generate plausible but nonexistent repository names, which attackers then register. Successful exploitation can lead to reverse shells, data exfiltration, and further system compromise, affecting models such as Claude Opus 4.5 and applications like Cursor and Copilot. → tomshardware.com
2026-07-11 2026Designing for the inevitable: System prompt leakage and mitigations in generative AI applications intermediate 9 min readLibrary for defending against system prompt leakage in generative AI applications. This resource addresses LLM07, a top vulnerability where attackers use prompt injection to extract an application's system prompt, potentially revealing proprietary information and tool definitions. It emphasizes that full remediation is not currently possible, advocating for design principles that assume leaks will occur and implementing mitigation controls like Amazon Bedrock Guardrails' prompt attack filters to reduce exposure and increase extraction difficulty. → aws.amazon.com
2026-07-11 2026AI agents fall for indirect prompt injection traps intermediate 4 min readAnalysis of indirect prompt injection (IPI) traps reveals vulnerabilities in AI agents, with specific models like Llama3-3-70b-instruct, Llama3-2-90b-instruct, Gemini-3-flash, and Gemini-2.5-pro exhibiting susceptibility. This research highlights how hidden instructions embedded in websites can manipulate AI behavior, leading to scams that human users would typically avoid. The attack surface is expanding as AI agents interact more with the web, necessitating architectural rather than purely behavioral defenses, as traditional enterprise security models struggle to address these novel threats. → infoworld.com
2026-07-11 2026When AI Agents Attack: Autonomous Cyber Operations and Europes Governance Gap advanced 33 min readAnalysis of autonomous AI agent operations reveals evolving cybersecurity threats and governance gaps. The emergence of platforms like Moltbook, where millions of AI agents interact, highlights risks from data leaks (API authentication tokens) and the difficulty of tracing accountability. Major AI models like Anthropic's Claude, capable of identifying and exploiting zero-day vulnerabilities across operating systems and browsers, demonstrate the blurring line between AI-assisted operations and autonomous cyber capabilities. The EU faces challenges adapting its governance frameworks to address these rapidly evolving, agentic AI risks, particularly given its dependence on U.S. AI infrastructure.
2026-07-11 2026Can AI-generated adversaries break TTP-based attribution? (arXiv 2026) advancedThis research explores whether AI-generated adversaries can evade TTP-based attribution methods. The study, "Can AI-generated adversaries break TTP-based attribution? (arXiv 2026)," investigates the effectiveness of current attribution techniques against sophisticated, AI-driven attackers. It analyzes how advanced AI might mimic or alter Tactics, Techniques, and Procedures (TTPs) to mislead security systems and prevent the identification of the true attacker. The paper aims to understand the potential vulnerabilities in attribution models when faced with AI-powered threats and suggests future directions for developing more robust attribution systems. → arxiv.org
2026-07-11 2026A way to exclude sensitive files issue still open for OpenAI Codex newsLibrary of proposed features for OpenAI Codex, addressing the exclusion of sensitive files and paths from model analysis. This includes a mechanism for both repository-local and global ignore files, akin to `.codexignore`, to prevent the exposure of sensitive data such as `.env` files, `.pem` certificates, and `.ssh` directories, while still allowing analysis of others like `node_modules/`. The goal is deterministic and shareable configurations for team-wide consistency, building on prior discussions and aiming to rectify a gap in the current `codex-rs` implementation.
2026-07-10 2026Hackers can use 9 of the most popular AI tools to assemble massive botnets news 2 min readLibrary for mitigating prompt injection vulnerabilities in AI assistants. HalluSquatting, a novel pull-based attack, exploits LLMs' tendency to hallucinate resource identifiers, enabling the assembly of massive botnets and large-scale device infections. This technique targets AI coding assistants like Cursor, Gemini CLI, GitHub Copilot, and others by registering predicted hallucinated identifiers and seeding them with malicious payloads. → arstechnica.com
2026-07-10 2026CrowdStrike identifies five new prompt injection threats to AI news 1 min readAnalysis of five new prompt injection threats identified by CrowdStrike against AI systems. These techniques include Trigger-Activated Rule Addition, Cognitive Token Suppression, Algorithmic Payload Decomposition, Special Token Injection, and Unwitting User Context-Data Injection, which exploit LLMs by tricking them into accepting dubious instructions disguised as benign input. Security teams can counter these attacks through threat modeling, expanded testing, and detection engineering for composite attacks. → csoonline.com
2026-07-10 2026Claude Code is steganographically marking requests advanced 3 min readAnalysis of Claude Code reveals prompt steganography used to mark requests. The application locally alters the system prompt by subtly changing date separators or apostrophes, embedding classification data about API base URLs and system timezones. This technique, triggered by the `ANTHROPIC_BASE_URL` environment variable and specific geographical timezones, aims to detect API resellers and unauthorized gateways. While not malicious, the hidden implementation of this classification mechanism undermines trust in a tool with extensive filesystem and shell access.
2026-07-10 2026Symlinks Are Still Scary (And Yes, You Can Commit Them to Git) intermediate 12 min read Supply ChainLibrary detailing symlink attacks, a decades-old vulnerability vector enabling arbitrary file access and RCE. These attacks leverage symbolic links, small files containing paths that, when opened by a program, redirect to another location. Git's support for committing symlinks allows attackers to ship them in repositories, posing risks to build scripts, editors, and AI agents that process files without proper path resolution. The library highlights historical examples like CVE-2021-32803, Zip Slip, CVE-2024-21626, and CVE-2024-32002, alongside modern instances in Incus, emphasizing the need to resolve paths atomically before operation. → snyk.io
2026-07-10 2026Why offensive security and exposure management can't stay siloed in the AI era beginner Bug BountyWhy offensive security and exposure management can't stay siloed in the AI era → yeswehack.com
2026-07-09 2026GhostApproval: A Trust Boundary Gap in AI Coding Assistants advanced 10 min read AuthZLibrary for detecting GhostApproval, a trust boundary gap vulnerability in AI coding assistants affecting Amazon Q Developer, Anthropic Claude Code, Augment, Cursor, Google Antigravity, and Windsurf. This vulnerability exploits symlink following (CWE-61) and UI misrepresentation (CWE-451), allowing malicious repositories to trick agents into writing to arbitrary files outside the workspace, potentially leading to remote code execution by concealing the true target from the user during confirmation prompts. → wiz.io
2026-07-09 2026Secure AI Workflows: The Identity and Access Management (IAM) Checklist beginner 3 min read Supply ChainChecklist for securing AI workflows, focusing on Identity and Access Management (IAM) for both human-assisted AI (e.g., Claude Code, Cursor via MCP) and autonomous agents in CI/CD. It details an 8-point roadmap, including disabling anonymous access, using vetted MCP servers, employing restricted scoped tokens with downscoping, dynamic permission validation, audit log visibility via custom user-agent headers, composite identities for agents, restricting write operations (e.g., pull requests), and enforcing deterministic infrastructure-level IAM policies to prevent prompt injection attacks against production databases. The checklist principles apply broadly, though examples are from the JFrog Platform. → jfrog.com
2026-07-09 2026Cracking Firmware with Claude: Senior-Level Skill, Junior-Level Autonomy advanced 15 min readLibrary for AI-assisted firmware analysis, demonstrating Claude Code's ability to reverse-engineer proprietary SonicWall SWI encryption. This AI independently traced decryption logic through a decompiled binary, located a key within a HashiCorp Vault instance, reconstructed its master key from Shamir secret shares, and recovered an RSA private key. The process highlights senior-level technical knowledge combined with junior-level autonomy, requiring human guidance for strategic pivots and verification. → bishopfox.com
2026-07-08 2026What is Prompt Injection? How it Works and How to Prevent It beginner 8 min readLibrary for understanding and defending against prompt injection attacks, a top risk for LLM Applications, including techniques like EchoLeak (CVE-2025-32711) impacting Microsoft 365 Copilot and the OWASP LLM Top 10 designation. It details how instruction-overriding, natural-language-based, model-agnostic, and hard-to-eliminate attacks work, differentiating them from jailbreaking, and covers risks such as data theft and remote code execution. The library also explores methods to reduce this threat in connected systems and agentic AI. → cloudsek.com
2026-07-08 2026How LLMs are changing Bug Bounty: an interview with Icare news Bug BountyHow LLMs are changing Bug Bounty: an interview with Icare → yeswehack.com
2026-07-08 2026Beyond Tokens SF: Best Ideas of the Evening intermediate 4 min readLibrary for building secure and efficient AI agents, tackling challenges like token waste, context evaporation, and insecure infrastructure. It introduces JFrog Fly for managing release context and decision records, JFrog Boost for reducing token costs by filtering noise and preventing inefficient search, and NanoClaw for agent isolation, credential security, and human-in-the-loop approvals. These tools enable agents to operate autonomously with increased speed, trustworthiness, and reduced expenditure. → jfrog.com
2026-07-08 2026New Gaslight macOS Malware Uses Prompt Injection to Disrupt AI-Assisted Analysis news 2 min readLibrary written in Rust, codenamed Gaslight, targets macOS and functions as an information stealer. It employs prompt injection against AI-assisted analysis tools by embedding fabricated system failure messages designed to deceive LLM triage agents into aborting analysis. Gaslight uses a Telegram bot API for its command-and-control channel, supports commands for remote execution, file exfiltration, and process termination, and employs a LaunchAgent for persistence. An embedded Python script gathers sensitive data from browsers and system processes, while a Bash installer deploys a Python interpreter from the "astral-sh/python-build-standalone" project. Operator configuration, including the Telegram bot token, is provided at runtime, and the malware self-redacts tokens from logs to further evade detection. → thehackernews.com
2026-07-07 2026Beyond Prompt Injection advanced 8 min readLibrary for verifying generative AI agent actions, shifting security from input filtering to deterministic policy enforcement. It emphasizes validating agent proposals against external, auditable rules before execution, rather than attempting to prevent prompt injection at the model level. This approach addresses risks like indirect prompt injection and data exfiltration demonstrated in scenarios such as the ForcedLeak vulnerability in Salesforce's Agentforce platform, moving security decisions to a place where adversaries have limited freedom.

Frequently Asked Questions

What is prompt injection?
Prompt injection is an attack against applications that use large language models (LLMs). An attacker crafts input that overrides or manipulates the LLM's system instructions, causing it to perform unintended actions. Direct prompt injection targets the user input; indirect prompt injection embeds malicious instructions in data the LLM processes, such as emails or web pages.
What is the OWASP Top 10 for LLM Applications?
The OWASP Top 10 for LLM Applications identifies the most critical security risks for AI-powered applications, including prompt injection, insecure output handling, training data poisoning, model denial of service, supply chain vulnerabilities, sensitive information disclosure, insecure plugin design, excessive agency, overreliance, and model theft.
How do you secure AI-integrated applications?
Key practices include validating and sanitizing LLM outputs before rendering or executing them, implementing least-privilege access for AI agents, using guardrails to constrain model behavior, monitoring for prompt injection attempts, applying rate limiting, separating AI processing from privileged operations, and treating all LLM output as untrusted user input.

Weekly AppSec Digest

Get new resources delivered every Monday.