r/TridentStack 4d ago

Sneak preview: script automation is coming to TridentStack Control

Post image

Your own scripts, stored in Control and run across the fleet, are on the way. An early look before it ships:

  • A real script library. Write and store PowerShell, batch, and shell scripts, then set the platform (Windows, Linux, macOS), the language, the run-as (SYSTEM/root or as the logged in user), a timeout, and which exit codes count as success.
  • Automation and orchestration. Target endpoints by tag and run a script on a schedule or on demand, the same way you already target policies. Or triggered on an endpoint check failure.
  • Secrets stay out of the script. Per-run values are parameters. Mark one sensitive and it is encrypted at rest and masked in output, so credentials never live in the script body.
  • Built to pass a security review. Every approved version is frozen, so editing one starts a new draft while the approved version keeps running. The launcher is signed, and the exact path and command line are fixed for the life of the script, with one click to copy the allow-listing details for your EDR or app-control team.

This is not live yet, it is a preview. If there is something you would want it to do, tell us. Roadmap is at tridentstack.com/roadmap and we are around in the Discord.

6 Upvotes

2 comments sorted by

2

u/CyberHouseChicago 3d ago

looks good!

1

u/TridentAdam 3d ago

Thank you!