TL;DR: Developer and security teams still fail most often because siloed workflows, unclear ownership, and mismatched priorities turn vulnerability handling into a handoff problem rather than a shared control loop, according to Probely. The real issue is not cooperation in theory but whether security signals flow into developer tooling fast enough to change remediation behaviour.
At a glance
What this is: This is an analysis of why developer-security collaboration breaks down and how shared visibility, integrated workflows, and clearer ownership reduce friction and remediation delays.
Why it matters: It matters to IAM and security practitioners because the same silo patterns that slow application security also weaken identity-adjacent controls such as secrets handling, workload access, and privileged remediation paths.
By the numbers:
- Only 44% of developers are reported to follow security best practices for secrets management, exposing a significant developer behaviour gap.
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes.
👉 Read Probely's analysis of developer-security collaboration and workflow silos
Context
Developer-security friction usually starts when one team optimises for delivery speed and the other for risk reduction. In practice, that means vulnerabilities, secrets handling, and remediation tasks move across organisational boundaries with too much friction and too little context, which creates delay even when both teams agree on the goal.
The underlying problem is governance, not intent. When security findings do not surface inside developer workflows, teams fall back to email, spreadsheets, and manual validation, which increases drift and weakens accountability across application, IAM, and NHI-adjacent controls. Shared visibility is the control plane that turns collaboration from a cultural aspiration into an operational habit.
Key questions
Q: How should security teams integrate application security findings into developer workflows?
A: Security teams should push findings into the tools developers already use, such as pull requests, CI/CD checks, and issue trackers. The goal is to remove translation work and make remediation part of normal delivery. That improves ownership, reduces delay, and prevents high-risk issues from being lost in a separate security queue.
Q: Why do siloed development and security processes increase vulnerability risk?
A: Siloed processes increase risk because detection, prioritisation, and remediation happen in different systems with different owners. The result is slower closure, inconsistent severity decisions, and more room for exposed secrets or code flaws to reach production. Shared visibility turns security from a late-stage interruption into an operational control.
Q: What do organisations get wrong about enforcing security in developer workflows?
A: They often enforce too early. When blocking rules arrive before teams understand the reasoning or trust the tooling, engineers look for bypasses or exceptions. Better programmes first show the why, then improve fix quality, and only then add guardrails. Enforcement works best when it protects new work rather than punishing inherited debt.
Q: How do you know if shared security visibility is working?
A: It is working when findings move from discovery to verified closure with minimal manual chasing, and when both teams can see the same status at the same time. You should also see fewer duplicate findings, faster prioritisation, and less disagreement about who owns the next step.
Technical breakdown
Why siloed application security workflows keep failing
Siloed workflows break because the people who find issues and the people who fix them use different systems, metrics, and handoff paths. Security teams often work from scanners and review tools, while developers live in CI/CD pipelines and source control. When those systems do not integrate, remediation becomes a translation exercise instead of a direct task. That increases time-to-fix, creates duplicate findings, and obscures ownership. In identity-heavy environments, the same pattern shows up with secrets, service accounts, and access exceptions when no shared control loop exists.
Practical implication: integrate findings into developer-native workflows so fixes are owned, tracked, and closed in the same system where code changes happen.
How shared visibility changes remediation behaviour
Shared visibility means both teams see the same risk, status, and remediation history in near real time. That matters because trust improves when findings are traceable from detection through verification, and when the security team can validate impact without blocking developers with unnecessary back-and-forth. Static analysis and dynamic testing complement each other here: one surfaces issues early in code, the other confirms whether they matter in runtime. The result is less debate over priority and more consistent execution. This is especially relevant where application security intersects with credential and identity controls.
Practical implication: build one remediation view that maps each issue to an owner, a severity decision, and a verification step.
What developer-friendly security tools actually do
Developer-friendly security tools work when they reduce context switching rather than add another queue. The best ones translate security output into language developers can act on immediately, such as file location, affected component, exploit condition, and suggested fix. That is not a cosmetic change. It changes whether the organisation shifts from reactive review to preventative control. In broader governance terms, this is how application security becomes part of the build process rather than a post-build checkpoint. Where secrets or access tokens are involved, it also reduces exposure windows.
Practical implication: require security tooling to produce fix-ready output that developers can act on without leaving their normal build and review path.
Threat narrative
Attacker objective: The attacker aims to exploit unresolved application weaknesses and exposed credentials before the organisation can coordinate a fix.
- Entry occurs through weak coordination between development and security workflows, which allows vulnerable code or exposed secrets to move into production without timely challenge.
- Escalation follows when findings are not routed into a shared remediation path, so high-risk issues remain open while lower-priority work takes precedence.
- Impact is delayed but real, because unresolved vulnerabilities, leaked credentials, and inconsistent validation extend the window in which attackers can exploit application and identity weaknesses.
NHI Mgmt Group analysis
Siloed security is now an application governance failure: when developers and security teams do not share the same risk view, the organisation loses speed and control at the same time. The issue is not whether either team cares about security, but whether their workflows produce a single, executable remediation path. In practice, that makes application security, secrets handling, and IAM-adjacent controls harder to govern consistently. Practitioners should treat workflow integration as a control requirement, not a collaboration slogan.
Shared visibility is the named control gap this article exposes: without it, vulnerability prioritisation becomes subjective and ownership fragments across teams. That same pattern appears in identity programmes when secrets, service accounts, or approval exceptions are tracked outside operational systems. The right metric is not how many findings were generated, but how many moved cleanly from discovery to verified closure. Practitioners should demand traceable handoffs and a common remediation ledger.
Developer-friendly security is not about convenience, it is about control adoption: if the fix path is hard to use, teams will route around it. That matters across cloud, application, and identity work because controls only work when they are embedded where decisions are made. Security teams should measure whether findings reach the developer environment in a format that can be acted on immediately. Practitioners should optimise for direct execution, not post-hoc review.
Application security collaboration increasingly affects identity risk as well: exposed secrets, over-privileged service accounts, and poorly governed runtime access often originate in the same fragmented delivery process. The boundary between appsec and identity governance is thinner than many programmes assume. If the remediation model cannot handle both code defects and credential exposure, then neither side is really under control. Practitioners should align appsec workflow design with NHI governance expectations.
Workflow integration is the new trust model for cross-functional security: as teams move faster, governance depends less on meetings and more on whether control signals flow automatically to the right owner. That is especially true for secrets and access-related issues, where delay quickly becomes exposure. The practical conclusion is clear: if a control cannot live inside delivery tooling, it will remain partial in effect.
What this signals
The operational signal for practitioners is clear: collaboration failures usually show up first as latency, not as outright control failure. When vulnerability findings, secrets issues, or access exceptions need several handoffs before anyone acts, the programme is already carrying avoidable exposure. Shared workflows reduce that delay and make governance measurable.
Workflow friction debt: this is the accumulation of delays, duplicate effort, and unclear ownership caused by disconnected security and developer systems. It matters because the longer a fix path remains fragmented, the more likely teams are to accept risk by default. Practitioners should watch for it in ticket queues, exception backlogs, and repeated manual validation loops.
For practitioners
- Integrate findings into developer workflows Route security issues directly into CI/CD, source control, and ticketing systems so developers can act without manual handoffs. Measure how often issues are closed without email-based coordination.
- Create one remediation ledger Maintain a single view of ownership, severity, status, and verification so security and development teams are working from the same record. Use it to eliminate duplicate scanning and conflicting priority calls.
- Prioritise fix-ready findings Require scanner output to include the failing file, vulnerable component, exploit condition, and the minimal safe fix. Findings that cannot be actioned immediately should be rewritten before they are assigned.
- Align appsec with secrets governance Treat exposed secrets and service account issues as part of the same remediation flow as code vulnerabilities, because both can originate in the delivery pipeline and both need fast closure.
Key takeaways
- Developer-security silos are a control issue because they slow remediation and blur accountability.
- Shared visibility, not more meetings, is what turns vulnerability handling into a repeatable process.
- Where application security touches secrets and identity controls, workflow design directly affects exposure windows.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-4 | Shared access control and workflow ownership are central to this collaboration problem. |
| NIST SP 800-53 Rev 5 | CM-3 | Configuration and change control matter when fixes must move cleanly through delivery pipelines. |
| CIS Controls v8 | CIS-16 , Application Software Security | Application security controls fit this article's focus on embedding security into development workflows. |
| MITRE ATT&CK | TA0006 , Credential Access; TA0040 , Impact | The article's identity-adjacent risk centers on leaked secrets and delayed remediation windows. |
Use ATT&CK mappings to prioritise fix paths for exposed credentials and high-impact application weaknesses.
Key terms
- Shared Visibility: Shared visibility is a common view of risk, ownership, and remediation status that both development and security teams can act on. It reduces translation work, speeds prioritisation, and makes it easier to verify whether fixes are actually closing the issue rather than just moving it to another queue.
- Remediation Ledger: A remediation ledger is the single record that tracks who owns an issue, what its severity is, what change is required, and whether the fix has been verified. It prevents duplicate work and keeps security and engineering aligned on the same closure criteria.
- Workflow integration: Workflow integration is the connection of credential management with identity, HR, ticketing, and physical access systems so changes propagate consistently. The security value depends on whether the integration preserves approvals, revocation triggers, and log integrity rather than simply moving data faster.
What's in the full article
Probely's full article covers the operational detail this post intentionally leaves for the source:
- How developer-friendly scanning output is embedded into existing engineering workflows without creating extra handoff steps
- Examples of shared visibility between SAST and DAST teams that reduce duplicate effort and conflicting remediation decisions
- The practical mechanics of aligning ownership, validation, and reporting across development and security teams
Deepen your knowledge
NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, IAM, identity lifecycle, and secrets management. It helps security and identity practitioners align operational controls across the systems where access and remediation decisions are made.
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