By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: ProbelyPublished June 15, 2026

TL;DR: Effective application security depends less on warnings than on training that uses real vulnerabilities, shows concrete impact, and resets the relationship between security and developers, according to Probely. The practical lesson is that AppSec governance fails when teams treat discovery as blame rather than as a shared control to improve.


At a glance

What this is: This is an analysis of six ways to reduce friction between application security and development teams, with a key finding that training works best when it uses internal examples and demonstrates real attack impact.

Why it matters: It matters to IAM practitioners because the same governance problem appears in human identity, NHI, and application workflows: controls fail when teams do not understand the business impact, ownership, and operating constraints behind security requirements.

By the numbers:

👉 Read Probely's analysis of security and development team friction


Context

Application security breaks down when security guidance is treated as a gate rather than as a shared operating model. In practice, developers optimise for delivery, while security teams optimise for blast-radius reduction, and those incentives only align when both groups can see the same evidence and understand the same risk.

This article argues that training, realistic examples, and reasonable remediation expectations can narrow that gap. The overlap with identity is real: access control, session protection, secrets handling, and privilege boundaries all depend on whether teams understand how insecure code turns into compromised identities, stolen credentials, or abuse of application trust.

That makes the article typical of mature AppSec programmes that have already moved past policy-only messaging and are now trying to change behaviour at the engineering layer.


Key questions

Q: How should security teams reduce AppSec friction in modern delivery pipelines?

A: Start by moving security checks into the tools developers already use, such as pull requests, CI/CD stages, and code review workflows. Then make every finding actionable with code context, ownership, and remediation guidance. The goal is to remove translation work, not just add more scanning, so teams can fix issues before release.

Q: Why do AppSec tools lose credibility with engineering teams?

A: They lose credibility when they generate noisy, unclear, or incorrect findings and then ask developers to spend time on them. Once engineers repeatedly see false positives or vague severity ratings, they start discounting future alerts, including valid ones. Credibility improves when tools explain exploitability, impact, and remediation in the developer workflow.

Q: What do organisations get wrong about vulnerability discovery?

A: They often treat discovery as proof of risk. Discovery only says something exists, not that it can be exploited or chained into impact. Security teams need validation that tests reachability, privilege paths, and business consequence, otherwise remediation time is wasted on theoretical issues.

Q: How do security teams know whether AppSec findings are actually working?

A: Look at fix acceptance, false positive rates, time to remediate, and the volume of repeated findings. If engineers ignore alerts or remediation drags on, the programme is generating output without control. Effective AppSec changes behaviour, shortens exposure windows, and improves trust in the signal.


Technical breakdown

Why AppSec training fails when it stays abstract

Abstract training teaches terminology, not judgement. Developers need to see how a flaw becomes an exploit path, because the difference between a vulnerability that exists on paper and one that changes application behaviour is what determines whether the issue gets fixed quickly. The article’s examples, such as XSS and poor access controls, matter because they connect code defects to user impersonation, session theft, and data exposure. That is the point at which security becomes concrete rather than procedural. Training also works better when AppSec staff understand development constraints, because shared context reduces adversarial language and improves review quality.

Practical implication: use role-relevant examples and business impact in AppSec onboarding, not generic control slides.

How internal findings change developer response

Internal examples are more persuasive than generic industry stories because they prove the organisation is discussing its own operating reality. When security teams present vulnerabilities they found in-house, the message is not that developers are careless, but that normal engineering trade-offs create predictable exposure. That approach removes defensiveness and improves the odds that teams will treat remediation as joint problem-solving. In governance terms, this is a feedback loop: discovery is no longer an audit event only, it becomes a learning signal that strengthens future design choices. The article is strongest when it treats vulnerability disclosure as a shared organisational capability.

Practical implication: feed real internal findings back into training and retrospectives so remediation becomes a learning cycle.

Why accurate tooling matters in developer-security alignment

Tooling shapes trust. When scanners produce false positives or unclear severity ratings, security requests lose credibility and developers start discounting future findings, even valid ones. Accurate tools help by explaining why an issue matters, how it can be exploited, and what a developer should do next. That makes the workflow less about gatekeeping and more about decision support. The identity angle is direct: access control flaws, session weaknesses, and leaked secrets only get fixed quickly when the tool output is precise enough for engineers to act without translation. Poor tooling creates governance friction that no policy can repair.

Practical implication: prioritise tools that explain exploitability and remediation clearly enough for developers to act without security mediation.


NHI Mgmt Group analysis

AppSec friction is usually a governance problem before it is a technical one. When development and security teams use different evidence, different severity thresholds, and different language, remediation slows even if the tooling is adequate. This is why training quality matters as much as scanner quality. In identity-heavy environments, the same pattern shows up when access reviews or secrets controls are presented as compliance chores rather than operational risk. The conclusion is straightforward: shared understanding is a control surface, not a soft skill.

Real-world examples outperform generic vulnerability education because they map directly to business risk. The article is right to emphasise in-house findings and exploit demonstrations, because developers fix what they can see and understand. That is also why the OWASP view of exploitable weakness matters more than simple checklist compliance, and why secrets, session handling, and access control deserve scenario-based training. The practitioner lesson is to teach the consequence chain, not just the defect label.

False positives and vague severity ratings create trust debt across the SDLC. Once developers experience repeated noisy findings, they stop treating security feedback as reliable. That pattern is especially damaging where identity controls are involved, because poor signal quality delays fixes to access control, token handling, and credential exposure. The result is not just slower remediation, but weaker collaboration at exactly the point where application trust needs to be enforced. Teams should measure trust in the workflow, not only ticket closure.

Reasonable remediation expectations are part of good security governance. Asking teams to fix issues that are not real, or to close complex findings on unrealistic timelines, turns security into a source of friction and workarounds. Mature programmes treat prioritisation, triage quality, and developer effort as part of the control design. The broader lesson is that security culture improves when security teams accept engineering constraints and route attention toward the defects that actually change risk.

Developer empowerment is the real outcome, not tool adoption. When tools fit into IDEs, repositories, and CI/CD pipelines with actionable guidance, security becomes part of delivery rather than a separate approval layer. That is where modern AppSec governance is heading: fewer handoffs, better context, and more ownership inside engineering teams. For identity and NHI programmes, the analogue is clear. Controls work best when they are embedded in the workflow that creates the access in the first place.

What this signals

Secrets workflow quality is becoming a board-relevant engineering signal. When developers do not follow secure handling practices consistently, the gap shows up later as leaked credentials, slower remediation, and unreliable control coverage. For identity programmes, this is the same pattern seen in access lifecycle failures: policy is only real when the workflow makes the secure choice the easy choice.

Trust debt is now a measurable security constraint. If developers do not trust the findings, they do not operationalise the controls, and that weakens the entire AppSec pipeline. Teams should track how often developers accept findings on first review, how often they dispute scanner output, and how quickly the same flaw recurs in follow-up testing.

Developer-centric security will increasingly define how identity controls are adopted. That means secrets handling, session protection, and access boundaries need to fit into engineering tools and release paths, not sit beside them. The organisations that close this gap will reduce friction without lowering standards.


For practitioners

  • Build evidence-based AppSec training Use internal vulnerabilities, real exploit paths, and short demonstrations that show how a defect turns into data exposure, impersonation, or service abuse. Keep the lesson tied to the application and the team’s actual codebase.
  • Remove blame from vulnerability discovery Frame findings as normal engineering outcomes, not personal failures, and reinforce that discovery is useful only when it changes design and remediation behaviour. This keeps developers engaged instead of defensive.
  • Measure scanner credibility before scaling it Track false positives, unclear severity assignments, and the percentage of findings developers reject as non-actionable. If trust is low, fix the workflow before adding more findings to the queue.
  • Set remediation windows by risk and effort Differentiate between quick fixes and complex issues so the security team does not create unrealistic deadlines that encourage workarounds or ticket fatigue. Pair urgency with clear triage criteria.
  • Embed guidance where developers work Deliver findings in the IDE, repository, and CI/CD pipeline with concrete remediation steps and exploit context so developers can correct issues without translating security jargon.

Key takeaways

  • AppSec programmes fail when training is abstract, because developers only change behaviour when they can see exploit impact and business consequence.
  • Internal examples, accurate findings, and reasonable remediation expectations are what turn security from a roadblock into a working control.
  • Identity and access issues inside applications improve only when the security workflow is trusted enough for developers to act on it.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the technical controls, while ISO/IEC 27001:2022 define the regulatory obligations.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.AT-1Training is the article's primary control lever for reducing AppSec friction.
NIST SP 800-53 Rev 5AT-2AT-2 directly supports security awareness and skill-building for developers.
CIS Controls v8CIS-14 , Security Awareness and Skills TrainingThe article is fundamentally about security skills and developer behaviour change.
ISO/IEC 27001:2022A.6.3Awareness, education, and training are central to the article's governance theme.

Build AT-2 training around real exploit paths and internal examples rather than generic awareness content.


Key terms

  • Application Security: Application security is the practice of protecting software across development, deployment, and runtime. It covers code, dependencies, secrets, infrastructure, and execution behaviour, because any one of those layers can expose data or access if it is not governed as part of the same lifecycle.
  • False Positive: A false positive is a scanner result that looks like a secret but is not actually sensitive. In secret governance, false positives matter because they consume analyst time, weaken trust in alerts, and can delay response to the findings that truly change exposure and access risk.
  • Exposure-to-Remediation Window: The exposure-to-remediation window is the time between when a credential is compromised and when it is reset, revoked, or otherwise made unusable. Shortening that window is critical because valid credentials often create the first foothold in account takeover and downstream fraud.
  • Feedback Loop Security: A security operating model where discovery, prioritisation, remediation, and revalidation are connected in one repeating cycle. The goal is not to produce more findings, but to ensure each finding changes the environment and is checked again after the change.

What's in the full article

Probely's full blog post covers the operational detail this analysis intentionally leaves at the governance level:

  • Examples of how the author structured internal vulnerability examples for developer-facing training
  • The specific ways the team explained exploit impact to reduce resistance to remediation
  • How the author balanced security expectations against development constraints in day-to-day workflows
  • The tooling characteristics that made security findings easier for developers to act on

👉 Probely's full post expands on the training approach, vulnerability examples, and tooling considerations.

Deepen your knowledge

NHI Mgmt Group covers identity security, NHI governance, and agentic AI through independent research, practitioner guides, and the NHI Foundation Level course. The NHI Foundation Level course, the industry's only accredited NHI security programme, helps practitioners connect governance, access control, and lifecycle discipline across identity programmes.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org