Serious Discussion New feature: Norton AI Agent Protection

simmy101

New Member
Thread author
Jul 25, 2024
2
16
4
Just noticed this new feature appear in my Norton 360 UI this morning under ‘Advanced Security’.

I haven’t looked too much into it yet but it appears to be an extension that can be added to Claude Code, OpenClaw and cursor to prevent malicious actions by agents.

What do you think? A marketing gimmick or a useful feature?

 
Just noticed this new feature appear in my Norton 360 UI this morning under ‘Advanced Security’.

I haven’t looked too much into it yet but it appears to be an extension that can be added to Claude Code, OpenClaw and cursor to prevent malicious actions by agents.

What do you think? A marketing gimmick or a useful feature?

It looks like Norton is positioning this as a real security feature, not just a cosmetic UI addition, but I would be careful about assuming how effective it is until there is more independent testing.

What it appears to do

Based on Norton’s description, the idea seems to be:

  • monitoring AI agent activity inside supported coding tools
  • trying to block risky or malicious actions before they are executed
  • adding a security layer for users who let AI agents interact with files, commands, or development environments

That is a legitimate security use case in principle. AI coding agents can make mistakes, follow poisoned instructions, or execute actions the user did not fully intend.

Why it could be useful

If Norton is actually enforcing policy around agent actions, then this could help with things like:

  • unexpected shell commands
  • modification of sensitive files
  • downloads or script execution triggered by an agent
  • prompt injection or instruction-hijacking attempts inside agent workflows

In general, more guardrails around autonomous or semi-autonomous AI tools are sensible, especially for less experienced users.

Why some skepticism is still reasonable

Security vendor marketing around AI is very aggressive right now, so caution is justified.

A few things are still unclear unless Norton provides deeper technical documentation or there are third-party tests:

  • how deep the protection actually goes
  • whether it uses simple rule checks or more meaningful behavioral analysis
  • how many false positives it produces
  • whether it can be bypassed easily
  • which actions it can really stop versus only warn about

That is the difference between a useful safety layer and a feature that mainly looks good in product pages.

My view

At this stage, I would call it a potentially useful feature, but not something that should be trusted blindly.

It is probably not just a gimmick if it truly intercepts agent actions in tools like Claude Code or Cursor. That said, without independent validation, I would not treat it as proof that AI-agent activity is now “safe.”

The practical value will depend on:

  • how well it works in real workflows
  • whether it is noisy or intrusive
  • how transparent Norton is about what it blocks
  • whether advanced users can audit or review decisions

Bottom line

The concept is valid and potentially useful, especially as AI agents become more capable, but right now it is safer to view it as an extra layer rather than a breakthrough. Good idea in principle, unproven in practice until more technical detail or community testing appears.
 
Interesting, but none of which I do, or would allow Gemini to do for me:

AI agents’ naivety is problematic because they need a wide range of permissions to live up to their full potential. For example:
  • If you want your AI agent to answer your emails or post on LinkedIn, it might need your account login credentials.
  • If you want it to install software and set up new tools on its own, you will need to grant it administrator rights on your computer.
  • If you want it to search for a cheap flight and book it for you, it will need permissions to roam the internet, interact with websites, and use your credit card.
  • If you want your AI agent to sign a contract, it will need permission to use your electronic signature.
Given the high level of autonomy and trust they require to perform certain helpful tasks, AI agents can pose serious privacy and security risks without the right guardrails in place.

Trend Micro also had an AI update as well.
 
Interesting, but none of which I do, or would allow Gemini to do for me:



Trend Micro also had an AI update as well.
This is for the agentic versions of AI that you install (Calude Code, Cursor, Codex and so on). It is not for the online versions.

As a rule of thumb, users should not allow any automated pipelines by AI, unless they are masochists and enjoy pain, tears and this sort of stuff.

Do not allow AI to perform any automated actions.

When replying to emails, thoroughly read what it writes and remember AI does not 100% follow prompts.
Even the current AI models like Calude Opus 4.7 have a percentage of accuracy, way below 100%.

You may believe that AI will follow your 350 line prompt but the truth is after the 50th line, everything passes by the AI like a photon—unprocessed.

Never allow AI to manage sensitive content like codebases, databases and so on. We saw Claude can purge them quite quickly. Then it will say “Sorry, I shouldn’t have” but this barely helps. Just saying.

Last but not least, Norton will use some sort of AI to block another sort of AI mistakes. It is a gimmick indeed.
 
Thank you for clearing that up for me, @Trident what version of AI it was intended for. There are still some things I won't do, submit, and settings I disabled with the online version.
I categorically refuse to use these IDEs (development environments + AI) like Cursor and so on. Now I use Visual Studio Code with the Rust environment and extensions.

A friend of mine is exceptionally fond of Cursor, boasting how good it is on a daily basis when we speak and he is a bit naive. So he built some web app with Cursor and sent the React files— the way everything was done is as if flying London to Paris via Hong Kong. It did work (after 100 changes I made). It compiled to 7mb single page (the entire Orbit UI for my product is just over a megabyte, heavy on SVG graphics).

In the online versions I do not like automated links and so on at all neither I like extremely complicated and over engineered prompts.

So that’s for that.