# contributed-cloudbolt

Published articles for contributed-cloudbolt.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Researchers found that 1 in 5 MCP access policies came back broken or missing

DevFeed: [Researchers found that 1 in 5 MCP access policies came back broken or missing](<https://devfeed.tech/articles/researchers-found-that-1-in-5-mcp-access-policies-came-back-broken-or-missing-8481.md>)

Original publisher: [Read original article](<https://thenewstack.io/mcp-vibe-coding-security/>)

Author: Shawn Petty

Published: 2026-09-10T15:00:00Z

Content type: opinion

Language: en

Sources: [The New Stack](<https://devfeed.tech/sources/the-new-stack.md>)

Topics: [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [contributed-cloudbolt](<https://devfeed.tech/tags/contributed-cloudbolt.md>), [github](<https://devfeed.tech/tags/github.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [model-context-protocol-mcp](<https://devfeed.tech/tags/model-context-protocol-mcp.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [security](<https://devfeed.tech/tags/security.md>), [vibe-coding](<https://devfeed.tech/tags/vibe-coding.md>)

### AI overview

The article argues that MCP deployments need stronger authorization and narrower credentials. It highlights prompt-injection risks in tool descriptions, broad default scopes, and limited OAuth use among MCP servers.

### Source excerpt

Bob from finance built a scheduling tool last month. He described it to an AI assistant on a Sunday afternoon, The post Researchers found that 1 in 5 MCP access policies came back broken or missing appeared first on The New Stack.

## Kubernetes teams trust automation to ship code but not to touch CPU, and AI is raising the stakes

DevFeed: [Kubernetes teams trust automation to ship code but not to touch CPU, and AI is raising the stakes](<https://devfeed.tech/articles/kubernetes-teams-trust-automation-to-ship-code-but-not-to-touch-cpu-and-ai-is-raising-the-stakes-17632.md>)

Original publisher: [Read original article](<https://thenewstack.io/kubernetes-teams-trust-automation/>)

Author: Yasmin Rajabi

Published: 2026-06-23T20:56:47Z

Content type: opinion

Language: en

Sources: [Kubernetes Overview, News and Trends | The New Stack](<https://devfeed.tech/sources/kubernetes-overview-news-and-trends-the-new-stack.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [AI Inference](<https://devfeed.tech/topics/ai-inference.md>)

Tags: [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [ci](<https://devfeed.tech/tags/ci.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [contributed](<https://devfeed.tech/tags/contributed.md>), [contributed-cloudbolt](<https://devfeed.tech/tags/contributed-cloudbolt.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [finops](<https://devfeed.tech/tags/finops.md>), [inference](<https://devfeed.tech/tags/inference.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [optimization](<https://devfeed.tech/tags/optimization.md>)

### AI overview

A survey of 321 enterprise Kubernetes practitioners finds a sharp trust gap between automated software delivery and automated resource optimization. While 82% report high or complete trust in delivery controls, 71% require human review for resource optimization recommendations and only 27% allow CPU and memory changes to be applied automatically. The article explains that rightsizing is perceived as riskier because it changes scheduling and runtime resource constraints.

### Source excerpt

Kubernetes teams automate deployments without thinking about it. CI/CD pipelines fire dozens of times a day, autoscaling adjusts replicas in The post Kubernetes teams trust automation to ship code but not to touch CPU, and AI is raising the stakes appeared first on The New Stack.