Explore Problems

Showing 4,716 of 7,545 problems · matching your filters

Hardcoded API keys and PII leaks in client-side code go undetected

Developers routinely accidentally embed API keys, tokens, and personally identifiable information directly in browser-accessible code repositories. Standard CI/CD pipelines and code review often miss these leaks before deployment. A local, privacy-first scanner that identifies credential and PII exposures without transmitting code to external services addresses a high-severity security gap.

1 mentions1 sources
S6.2L6
Security & Compliance · Application Security

Loan modification progress resets when mortgage servicing transfers mid-process

A borrower who completed a trial loss-mitigation payment plan had the process stall and ultimately fail after loan servicing transferred to a new company mid-modification, with the new servicer unaware of prior progress and later denying the permanent modification. There is no reliable handoff mechanism ensuring loss-mitigation status survives a servicing transfer.

20 mentions1 sources
S6.2L5
Industry Verticals · Real Estate

No Unified SDK for Object Storage Across Cloud Providers

Developers must use separate, incompatible SDKs for each cloud storage provider (S3, GCS, Azure Blob, R2), creating vendor lock-in and requiring rewrites when switching or supporting multiple backends. A unified abstraction layer is missing in the JavaScript ecosystem. 229 HN upvotes validates strong developer demand.

1 mentions1 sources
S6.2L8
Developer Tools · APIs & Integrations

Shopify removes native features in updates to force merchants into paid app subscriptions

Shopify platform updates routinely remove or degrade previously available native functionality, with the removal justified by directing merchants to third-party apps. Merchants accumulate a fragmented stack of app subscriptions for features that were previously built-in, with each app adding monthly costs and an independent support relationship. When the combined stack breaks, neither Shopify nor individual app vendors accept accountability for the interaction.

2 mentions1 sources
S6.2L7
Business Operations · E-commerce Operations

Shopify gates basic ecommerce features behind mandatory paid app subscriptions

Shopify deliberately excludes standard ecommerce functionality from its core platform, requiring merchants to purchase third-party apps for features competitors bundle as standard. Monthly app costs compound into hundreds of dollars per month on top of Shopify's own fees. During outages or billing disputes, merchants face fragmented accountability with Shopify and each app vendor disclaiming responsibility for the combined failure.

2 mentions1 sources
S6.2L7
Business Operations · E-commerce Operations

Business automation pipelines silently fail with no reliable observability

Companies running critical automations via tools like Zapier, Make, or internal scripts lack reliable monitoring — failures are silent or produce subtly wrong data that is hard to catch. Existing solutions focus on infrastructure monitoring, not business process health. The gap causes real financial and operational harm when automations break undetected.

1 mentions1 sources Trending
S6.2L7
Productivity · Automation & Workflows

Bank Phone AI Systems Block Access to Human Agents for Real Issue Resolution

Major banks including Bank of America deploy phone AI systems that intercept calls and route customers through automated flows that cannot resolve complex account issues. Customers who need a human agent face persistent gatekeeping with no clear override path. This forces customers to abandon service calls unresolved or use workarounds that should not be necessary.

1 mentions1 sources
S6.2L6
Industry Verticals · FinTech & Banking

Fraudulent Accounts on Credit Report After Identity Theft

Identity theft victims struggle to get fraudulent accounts blocked from credit reports despite FCRA legal protections requiring bureaus to act within 4 business days of an FTC report. Credit bureaus fail to conduct reasonable investigations and continue reporting fraudulent accounts without proper verification. Victims need automated tools that track dispute timelines, escalate bureau non-compliance, and enforce statutory removal deadlines.

3 mentions1 sources
S6.2L6
Industry Verticals · FinTech & Banking

High-cost lenders hiding APR until borrower is already repaying

Lenders offering $1,800 loans to underserved borrowers bury or omit annual percentage rates until repayment begins, leaving customers paying over 150% of principal with negligible principal reduction. Truth-in-lending disclosures are technically provided but in forms that obscure the effective cost. Borrowers have no comparison tool at the moment of taking the loan.

1 mentions1 sources
S6.2L5
Industry Verticals · FinTech & Banking

Online Car Marketplace Charges Upfront Fees Before Disclosing Income Restrictions

Online car buying platforms allow customers to complete checkout and pay upfront fees without disclosing income eligibility restrictions that will later disqualify them, then retain fees when the transaction fails due to their own undisclosed financing criteria. Customers with non-traditional income sources (disability, gig work) are particularly vulnerable. Pre-qualification eligibility transparency before fee collection would prevent this harm.

2 mentions0 sources
S6.2L5
Industry Verticals · Automotive

Business Credit Card Holders Denied Reimbursement for Unauthorized Charges

Business credit card owners report unauthorized charges on their accounts that the issuing bank refuses to reimburse despite the cardholder having no knowledge of the purchase. This leaves businesses absorbing fraudulent charges while navigating an unclear dispute process.

12 mentions1 sources
S6.2L5
Security & Compliance · Fraud Prevention

No Search Console Equivalent for AI Visibility: GEO Lacks Closed-Loop Feedback

Teams optimizing content for LLM citation visibility (GEO) have no reliable way to know which queries to target or whether implemented changes actually improved AI ranking. Unlike Google Search Console for SEO, there is no authoritative feedback mechanism for AI visibility. Marketing and content teams are spending budget on GEO with no measurable signal of what works.

1 mentions1 sources
S6.2L8
Marketing & Growth · Analytics & Attribution

Part-time developers cannot ship side projects with tools built for full-time teams

Developers with 9-to-5 jobs who want to build side projects face tools, workflows, and culture designed for full-time founders with unlimited time. Limited coding windows—45 minutes on a commute—are incompatible with complex setup, long feedback loops, and team-oriented tooling. There is no purpose-built development environment for the constraint of intermittent, time-boxed building.

1 mentions1 sources
S6.2L7
Developer Tools · Coding Tools & IDEs

Vehicles get repossessed over a lender own payment-entry typo

A borrower car was repossessed after a lender representative mistyped the borrower card number while processing a payment, and the error was never corrected or flagged before repossession proceeded. There is no confirmation or reconciliation step ensuring a submitted payment was correctly recorded before a lender initiates repossession.

11 mentions1 sources Trending
S6.2L6
Industry Verticals · Automotive

Organizations cannot use cloud AI for data analysis without exposing sensitive data

Enterprises and regulated industries need AI-powered data analysis but cannot send raw sensitive data to cloud LLM providers due to compliance, privacy, or security constraints. Local-first AI processing solves this by keeping data on-device while still leveraging LLM reasoning. Demand is growing as AI adoption meets enterprise data governance requirements.

1 mentions1 sources Trending
S6.3L8
Security & Compliance · Data Privacy

Sales Rep Onboarding Takes 6 Months With No Structured Path to First Deal

Most sales organizations default to either unstructured sink-or-swim onboarding or a rigid 6-month ramp timeline, both delaying time-to-revenue. Software system gaps prevent meaningful onboarding acceleration, leaving revenue at risk during every new hire cycle.

1 mentions1 sources
S6.3L8
Business Operations · Sales & CRM

AI agents leak stale context across concurrent client projects

Teams running AI agents across multiple simultaneous client engagements face a serious reliability risk: memory from one project bleeds into another, causing the agent to apply outdated or wrong context to current decisions. Explicit key-value memory systems handle simple attribute updates but fail for architectural decisions that were reversed or evolved without a clean before/after record. This is a structural gap in multi-tenant agentic systems with no established solution.

1 mentions1 sources
S6.3L7
Developer Tools · AI & Machine Learning

Production incident root cause identification takes hours of manual triage

Engineers debugging production failures must manually trace through stack traces, logs, and distributed system state to find root cause, often taking hours during high-pressure incidents. Existing observability tools surface symptoms but do not automate the diagnostic reasoning step. The gap between alert and actionable root cause represents significant engineering time and business impact.

1 mentions1 sources
S6.3L7
Developer Tools · DevOps & Infrastructure

Cloud SSH Clients Routing Private Keys Through Vendor Infrastructure

Cross-platform SSH clients like Termius are designed to sync session data including potentially private keys through their own cloud infrastructure, creating a critical security risk for engineering teams. Enterprises need SSH access management that works across platforms without surrendering key custody to a third party. The breach risk from a vendor compromise affecting thousands of downstream infrastructure targets is severe and underappreciated.

1 mentions1 sources
S6.3L6
Security & Compliance · Application Security

Bank leaked customer account details and SSN to scammers then denied responsibility

A bank customer had full account details including SSN leaked to scammers who used them to lock the customer out of their own accounts. Despite not disputing the data release, the bank refused reimbursement claiming no harm was done. This reflects a structural failure in bank data security combined with an accountability gap when breaches occur.

1 mentions1 sources
S6.3L6
Security & Compliance · Data Privacy
Previous234/236Next