Jacobian Engineering

Jacobian Engineering Cyber security, compliance, audit, and managed IT services. At Jacobian Engineering, your success is our success.

Jacobian Engineering: Your Partner in Tailored IT and Compliance Solutions

Since 2005, Jacobian Engineering has empowered organizations to achieve strategic goals through comprehensive IT, compliance, and security solutions. As a trusted managed service provider, we specialize in designing, planning, and executing strategies that align with your vision and immediate needs. Our Services

Technolog

y Services Division

- Managed IT and Cloud Services: Our AWS- and Microsoft-certified engineers provide remote and on-site support, building secure and compliant cloud solutions tailored to you.
- DevOps and Software Architecture: Expert solutions to streamline operations and enhance efficiency.
- 24/7 Operations Centers: Round-the-clock teams ready to respond to operational and security incidents, ensuring business continuity. Compliance and Security Division

- Audit Preparation and Assessments: As a HITRUST Alliance Certified Assessor Company, we conduct HITRUST assessments and prepare you for SOC 2, ISO 27001, FedRAMP, NIST, and CMMC audits.
- Regulatory Compliance Expertise: Navigating international regulations like GDPR, PIPEDA, UK privacy laws, and domestic regulations such as HIPAA, California privacy statutes, and StateRAMP.
- Security Services: Implementing robust security controls, conducting pe*******on testing, DAST, vulnerability scanning, and providing training to strengthen your security posture. Why Jacobian Engineering

We excel in guiding companies through complex regulatory landscapes and technical challenges. Specializing in assisting early-stage startups and medium-sized businesses, we offer cost-effective solutions for those without dedicated compliance teams or in-house legal counsel. Our "right-size fit" approach ensures you receive precisely tailored services aligned with your strategic vision. We don't just consult—we partner with you to design, plan, and execute solutions that drive your business forward. Let us help you navigate the complex world of IT and compliance with confidence.

Two AI supply-chain breaches this year, six months apart, expose the same blind spot from different angles.Mercor lost r...
08/23/2026

Two AI supply-chain breaches this year, six months apart, expose the same blind spot from different angles.

Mercor lost roughly 4 TB of data, including source code and identity-verification files, after attackers slipped malicious LiteLLM packages into the dependency chains of more than 2,500 organizations. Hugging Face found an attacker inside its dataset processing pipeline in July, after a malicious dataset exploited a remote-code loader and a template-injection flaw to reach node-level access and harvest internal credentials.

Neither breach touched a model's weights or its outputs. Both hit the infrastructure layer underneath: a package manager in one case, a dataset loader in the other. Vendor risk programs that scope AI review to model behavior are missing where these incidents actually happened.

If your organization builds on AI infrastructure, your vendor risk process should already be asking what packages and dataset sources sit in that stack, not just what the model does.

xAI's Grok Bot launched this month promising a persistent cloud agent that logs into your apps, learns your routines, an...
08/18/2026

xAI's Grok Bot launched this month promising a persistent cloud agent that logs into your apps, learns your routines, and works across your team for $200-plus a month. The coverage has been mostly about capability. The question that matters more for anyone actually deploying agent automation is governance: what does this platform commit your organization to, and can you get out from under that commitment later?

We compared Grok Bot against two open-source alternatives that solve the same basic problem differently: OpenClaw, a self-hosted control plane for orchestrating agents across your own infrastructure, and Hermes, a self-hosted personal runtime that improves at repeated tasks over time. Same category of tool, three different answers to who controls the audit trail.

Grok Bot's advantages are real: nothing to self-host, built-in human approval gates before consequential actions, cross-device access that works like texting a colleague. What you give up is that the audit trail, the data, and the model itself all live on infrastructure you don't operate. If you need to demonstrate to a regulator or a client exactly what an agent did and why, "ask the vendor" is a materially different answer than "pull the log."

Before adopting any agent platform, we'd ask four questions: Who can produce the audit trail, and how fast? What happens to your workflows if the vendor changes the model or the pricing? What does self-hosting actually cost once you count the engineering time, not just the subscription? And who defines what counts as a "consequential action" that needs a human's sign-off?

The full comparison, including where each platform actually fits, is on the TrustEdge blog.

Anthropic now attaches an invisible watermark to text Claude writes, and a C2PA credential to images and files it produc...
08/16/2026

Anthropic now attaches an invisible watermark to text Claude writes, and a C2PA credential to images and files it produces. It's not a Claude-only move: Google, OpenAI, and about 190 other AI providers made the same commitment in July under the EU's Code of Practice on Transparency of AI-Generated Content, tied to Article 50 of the EU AI Act, enforceable since August 2nd.

For businesses relying on AI tools every day: the watermark identifies that content was AI-generated, but not who prompted it to be generated. It can't be traced to your account, your organization, or your chat history. If you were hoping this checks your disclosure box, it doesn't, and it doesn't reduce whatever disclosure obligation your business already carries.

For most companies the day-to-day change is minimal. But it's a good prompt to check one thing: does any compliance or disclosure requirement you follow assume nobody could verify AI involvement after the fact? That assumption just got weaker, and it was never a safe one to build a program on.

Metabase disclosed a CVSS 10.0 SQL injection on August 6. By then five companies, including Framework and n8n, had alrea...
08/14/2026

Metabase disclosed a CVSS 10.0 SQL injection on August 6. By then five companies, including Framework and n8n, had already lost data to it.

One unauthenticated request to the password-reset endpoint was enough. A quirk in how Metabase merges request fields, combined with a developer feature in its query builder meant to embed literal SQL, let attackers skip authentication entirely and land as administrator.

The part that matters past Metabase's own database: Metabase stores connection credentials for every warehouse a customer has connected, Snowflake, Redshift, BigQuery, and more. Admin access to the dashboard becomes a springboard into all of it.

CISA added the flaw to its Known Exploited Vulnerabilities catalog on August 11. For any organization running self-hosted Metabase 0.58 through 0.63.4: patch first, then rotate every credential the instance stored, then check logs for a failed reset_password request immediately followed by a successful user lookup, that sequence means someone got in.

The lesson holds past this one vendor. A tool trusted with dashboards is quietly trusted with the keys to everything those dashboards read from. Knowing that dependency exists before a vendor discloses a CVSS 10 is the difference between a bad week and a bad year.

Check Point disclosed this week that Lazarus Group is using fake job offers to deploy a Windows zero-day. Recruiters imp...
08/13/2026

Check Point disclosed this week that Lazarus Group is using fake job offers to deploy a Windows zero-day. Recruiters impersonating Lockheed Martin and privacy-tech firm Enveil contacted targets in the defense, aerospace and robotics sectors across France, Germany, Brazil and India, then sent a trojanized PDF viewer. Opening a file through it installed a new backdoor Check Point calls Troy.

The interesting part for defenders is what happens after that initial foothold. Troy doesn't stop at low-privilege access. It chains into CVE-2026-68820, a use-after-free in afd.sys (the Windows Ancillary Function Driver for WinSock) that Microsoft patched in this month's Patch Tuesday release. A local attacker who wins a race condition against that driver goes from limited access to SYSTEM, the same level of control the operating system itself normally reserves. From there, Lazarus deployed FudModule, its kernel-mode rootkit, to blind EDR tooling on the host.

CVSS 7.0, "Important" rather than "Critical" by Microsoft's own rating. CISA added it to the Known Exploited Vulnerabilities catalog anyway and gave federal agencies until August 25 to patch, because a CVSS score measures the flaw in isolation, not what it does chained to a working delivery mechanism.

That's the pattern worth sitting with. This wasn't a novel exploit chain built for espionage-grade sophistication. It was a phishing lure convincing enough that Check Point's researchers noted the website, download and recruiter all read as authentic, followed by a privilege-escalation bug in a widely deployed driver that had already produced multiple 2026 patches. Neither half required nation-state tooling on its own. Together they got a rootkit onto defense-sector endpoints.

For organizations without a dedicated threat intel function, two things matter more than the CVE number:

First, HR and recruiting workflows are an attack surface, not just a people-process. Anyone whose job involves opening unsolicited PDFs from external contacts, recruiters, vendors, applicants, needs endpoint controls that don't depend on the human catching the lure every time.

Second, patch by exploitation status, not CVSS score alone. This was one of 421 CVEs Microsoft shipped this Patch Tuesday. It's also the only one confirmed exploited, which makes it the priority regardless of its 7.0 rating. A restart is required and there's no workaround, so it belongs on this week's list, not the next maintenance window.

Organizations running vulnerability management without exploitation-status prioritization end up patching alphabetically by severity while the one bug actually in use sits unaddressed. Endpoint detection tuned for privilege-escalation patterns, not just malware signatures, is what catches campaigns like this before the rootkit stage.

The rapid integration of AI tools into scientific research is creating new challenges for transparency and institutional...
04/11/2026

The rapid integration of AI tools into scientific research is creating new challenges for transparency and institutional integrity. Recent studies examining manuscripts submitted to JAMA Network journals found AI usage increased from 1.71% to 5.97% over just 27 months, with most authors leveraging these tools to improve writing quality. Similarly, BMJ journals reported 5.7% of submissions disclosed AI utilization.

These figures likely underrepresent actual usage. Self-disclosure depends on clear institutional guidelines, consistent enforcement, and researcher awareness of when AI assistance crosses from acceptable editing to substantive contribution requiring acknowledgment.

The implications extend beyond academic publishing. Healthcare organizations, SaaS companies, and research institutions face similar challenges across their operations: employees using AI tools for documentation, analysis, and decision support without clear governance frameworks defining acceptable use, disclosure requirements, and quality verification processes.

Three organizational priorities emerge from this data:

Establish Clear AI Use Policies: Define what constitutes acceptable AI assistance versus substantive AI contribution across different work contexts. Vague guidance leads to inconsistent practices and compliance gaps.

Implement Disclosure Mechanisms: Create standardized processes for documenting AI tool usage in work products, whether research manuscripts, clinical documentation, or software development artifacts.

Build Verification Workflows: AI-assisted outputs require human review processes calibrated to the risk level of the content. Medical research, clinical decisions, and security configurations demand rigorous verification; internal documentation may require less scrutiny.

At Jacobian Engineering, we help healthcare organizations and research institutions develop comprehensive AI governance frameworks that address these challenges. Our policy development services establish clear boundaries for AI tool usage while our compliance programs create the documentation and monitoring infrastructure needed to maintain transparency and meet regulatory expectations.

The 5-6% disclosure rates in medical journals represent early indicators of a broader transformation. Organizations that establish governance frameworks now will be better positioned to capture AI productivity benefits while maintaining the integrity standards their stakeholders expect.

A new study published by JAMA Network analyzed over 105,000 manuscript submissions across 13 medical journals to assess ...
04/09/2026

A new study published by JAMA Network analyzed over 105,000 manuscript submissions across 13 medical journals to assess author disclosure of artificial intelligence use. Since implementing disclosure requirements in August 2023, only 3.3% of authors reported using AI tools—though this figure increased significantly over the study period.

The most commonly disclosed AI applications were language refinement and statistical model development. While these disclosure rates likely underrepresent actual AI use, the study highlights an important trend: organizations across industries are grappling with how to track, govern, and document AI tool usage within their operations.

For healthcare technology companies and SaaS organizations, this research carries significant implications. Regulatory bodies and compliance frameworks are increasingly scrutinizing how organizations implement and govern AI tools. Whether your team uses AI for code generation, documentation, data analysis, or operational workflows, the expectation for transparency and accountability is growing.

The JAMA study reveals a fundamental challenge: without clear policies and reporting mechanisms, organizations cannot accurately assess the scope of AI use within their operations. This blind spot creates risk—from compliance gaps to questions about data handling, intellectual property, and output accuracy.

Healthcare organizations face particular pressure, as AI-generated content in clinical documentation, research submissions, or patient communications may intersect with HIPAA requirements and institutional review standards. SaaS companies pursuing SOC 2 or HITRUST certification must demonstrate governance over the tools and technologies their teams employ.

Practical steps organizations should consider:

- Develop clear AI acceptable use policies that define approved tools and applications
- Implement disclosure requirements for AI-assisted work products
- Establish review processes for AI-generated outputs, particularly in regulated contexts
- Document AI governance practices as part of broader compliance programs
- Train staff on organizational expectations and documentation requirements

At Jacobian Engineering, our compliance management services help organizations develop and implement AI governance frameworks that integrate with existing security and compliance programs. We work with healthcare technology companies and SaaS organizations to build policies that address emerging regulatory expectations while maintaining operational flexibility.

The trajectory is clear: AI transparency requirements will expand beyond academic publishing into broader business operations. Organizations that establish governance frameworks now will be better positioned as regulatory expectations mature.

Anthropic's recently released Claude Cowork research preview contains a significant vulnerability that allows attackers ...
04/07/2026

Anthropic's recently released Claude Cowork research preview contains a significant vulnerability that allows attackers to exfiltrate user files through indirect prompt injection, and the flaw remains unpatched despite being acknowledged by Anthropic.

The attack chain is straightforward. When a user connects Cowork to a local folder and uploads a file containing a hidden prompt injection, the malicious payload can manipulate Claude to upload sensitive files to an attacker-controlled Anthropic account using curl commands. The injection exploits an allowlisted path to the Anthropic API, bypassing the VM's network restrictions. No human approval is required.

What makes this particularly concerning is how easily the injection can be concealed. Attackers can hide malicious prompts in .docx files using 1-point white-on-white text with minimal line spacing, effectively invisible to users who open the document. The vulnerability was originally disclosed by security researcher Johann Rehberger and has been confirmed to work against both Claude Haiku and the more resilient Claude Opus 4.5.

Anthropic's response places the burden on users to "avoid granting access to local files with sensitive information" and watch for "suspicious actions that may indicate prompt injection." For a tool designed for general users, this guidance is inadequate.

The broader concern is Cowork's integration footprint. The platform connects to browsers, MCP servers, and can execute AppleScripts, send messages, and access daily workflow tools. Each integration point expands the attack surface where sensitive data intersects with untrusted inputs.

Organizations incorporating AI agents into workflows should implement several protective measures: restrict AI tool access to non-sensitive directories, establish data classification policies that define what information AI assistants can access, review files from external sources before processing them through AI tools, and monitor for unexpected network activity from AI-enabled applications.

Jacobian Engineering's application security assessments evaluate how AI-integrated tools handle sensitive data and test for prompt injection vulnerabilities that traditional security tools miss. We help organizations establish secure boundaries for AI agent deployments before these tools gain access to critical business information.

The rapid deployment of AI agents into enterprise workflows is outpacing the security controls needed to protect them. Organizations adopting these tools should treat them as high-risk integrations requiring the same security scrutiny applied to any third-party application accessing sensitive data.

OpenAI is reportedly developing advertising capabilities for ChatGPT that would prioritize sponsored content directly wi...
04/05/2026

OpenAI is reportedly developing advertising capabilities for ChatGPT that would prioritize sponsored content directly within AI-generated responses. Ad mockups include displaying sponsored information in a sidebar alongside the main response window, with AI models potentially configured to ensure sponsored content appears in answers.

An OpenAI spokesperson confirmed the company is exploring ads, stating they're examining "what ads in our product could look like" while claiming any approach would "respect" the trusted relationship users have with ChatGPT.

The core concern here is not just advertising. It's the underlying data infrastructure that makes personalized advertising possible. ChatGPT likely knows more about users than traditional search engines. The conversational nature of AI interactions means users often share detailed context about their work, decisions, challenges, and intentions that they would never enter into a search query.

For organizations in regulated industries — healthcare, financial services, legal — this raises immediate questions about data handling, consent, and third-party risk. When employees use ChatGPT for business tasks, what information is being collected? How might that data support advertising models? What disclosures are required when AI recommendations may be influenced by commercial relationships?

The shift from utility tool to advertising platform fundamentally changes the risk profile of any AI service. Organizations that have incorporated ChatGPT into workflows need to reassess their vendor risk evaluations and data processing agreements.

Jacobian Engineering's privacy compliance services, spanning GDPR, CCPA, and sector-specific regulations, include third-party vendor assessments that evaluate how AI platforms handle sensitive business data. We help clients develop governance frameworks that address AI tool usage, data classification requirements, and appropriate use policies before regulatory guidance catches up to technological change.

Organizations should review their AI acceptable use policies now, before advertising features roll out. The time to establish data governance controls around AI tools is before the platform economics shift, not after.

A barely perceptible delay revealed a significant threat. Amazon recently discovered a North Korean operative working as...
04/03/2026

A barely perceptible delay revealed a significant threat. Amazon recently discovered a North Korean operative working as a contract system developer after security monitoring flagged unusual keystroke input lag exceeding 110 milliseconds, indicating the company laptop was being remotely controlled from overseas.

Amazon's Chief Security Officer Stephen Schmidt shared details of this case and a sobering statistic: Amazon has thwarted more than 1,800 DPRK infiltration attempts since April 2024, with attempts increasing 27% quarter-over-quarter. The laptop in question was located in Arizona, where a woman facilitating fraud on behalf of North Korean workers was later sentenced to prison.

Standard U.S.-based remote workers exhibit keystroke latency in the tens of milliseconds. The additional lag from transcontinental remote access, even through sophisticated VPN chains, created a measurable anomaly that quality security software identified.

Schmidt's key observation: "If we hadn't been looking for the DPRK workers, we would not have found them."

This threat extends far beyond Amazon. North Korean IT workers are actively targeting U.S. corporations across all sectors, using stolen identities, proxy interviewers, and laptop farms to gain employment. Their objectives range from generating hard currency for the regime to espionage and potential sabotage.

The challenge for most organizations is that detecting these threats requires continuous monitoring and behavioral analysis capabilities that many lack. Remote work has become standard, making geographic verification through network telemetry essential rather than optional.

Organizations should evaluate their current visibility into endpoint behavior, including keystroke patterns, network latency anomalies, and remote access indicators. Background verification processes should be examined for susceptibility to proxy candidates. Security teams need clear escalation paths when behavioral anomalies surface.

Jacobian Engineering's managed security operations provide the continuous monitoring and behavioral analysis capabilities that organizations need to detect sophisticated infiltration attempts. Our 24/7 monitoring services help SMBs and SaaS companies implement enterprise-grade threat detection without building these capabilities in-house.

The 110-millisecond gap that exposed this infiltrator was only visible because someone was actively looking for it. In an era of distributed workforces and nation-state threats, passive security postures leave organizations exposed to risks they cannot see.

Address

12060 Industry Boulevard #1025
Jackson, CA
95642

Opening Hours

Monday 9am - 5pm
Tuesday 9am - 5pm
Wednesday 9am - 5pm
Thursday 9am - 5pm
Friday 9am - 5pm

Telephone

(415) 644-8208

Alerts

Be the first to know and let us send you an email when Jacobian Engineering posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Jacobian Engineering:

Shortcuts

Share