Field Notes
Field Notes··6 min read·Ash

The Quiet Risk Sitting Inside Your Tool Stack

API keys pasted in shared docs, contractors with logins nobody revoked, and three tools nobody has opened in a year. This is the risk that piles up quietly in small businesses.

A cluttered desk with sticky notes covered in passwords next to a laptop

Somewhere in your business right now, a password is sitting in a Google Doc titled "Logins." A contractor who left in March can still open your ad account. A tool your team tried once and forgot about is still connected to your email.

Nobody did anything wrong. This is just how small teams work. Things get set up fast, under deadline, and cleanup never makes the to-do list because it isn't urgent, until it is.

You don't need a security department to fix this. You need a habit.

And it helps to look at what happens when this same problem shows up at a much bigger scale, because the pattern is identical, just with more zeros.

What actually happened at the platform level

Hosted machine learning platforms, Hugging Face among the most widely used, have dealt with publicly reported incidents involving exposed access tokens. Researchers have also found and flagged malicious models uploaded to public repositories on these platforms, designed to run harmful code when someone downloaded and loaded them. These are documented, publicly discussed problems in the developer and security community, not rumors.

The root causes are mundane: tokens accidentally committed into code, secrets left in configuration files that got shared publicly, and a platform built for openness where anyone can upload something and anyone can pull it down. Openness is the whole point of these platforms. It's also exactly what makes them a target.

None of this means these tools are unsafe to use. It means the same three failure modes, exposed secrets, unreviewed uploads, and too much trust in what a tool serves you, exist at every scale, including yours.

What this looks like in a ten person business

You almost certainly have some version of these right now:

An API key for your email tool or payment processor, pasted into a shared doc or Slack message months ago, still sitting there, still valid.

A freelance developer or designer with admin access to your website, your analytics, or your ad accounts, from a project that wrapped up a while back.

A browser extension or automation tool someone installed to solve a one-off problem, still connected to your Google Workspace or your CRM.

A shared login, one password, four people, no way to tell who did what or to revoke access for just one of them.

The risk isn't that someone is trying to break in. It's that you've left twelve doors unlocked and forgotten which ones.

What should never go into a third party tool

Set one hard rule for the whole team, and write it down somewhere everyone will actually see it: customer payment details, government ID numbers, and full financial account credentials never get pasted into a chat tool, a project management board, a shared doc, or any AI or automation tool, ever, for any reason, even "just to test something."

If a tool needs that kind of data to function, it should connect through a proper, authenticated integration built for it, not a copy-paste. If you're not sure whether a tool qualifies, treat it like it doesn't.

A monthly key hygiene routine

Do this once a month, on a recurring calendar reminder

  1. List every tool with a login

    Not just the big ones. Include the free trial, the automation platform, the analytics dashboard, everything with a password or an API key.

  2. Check who has access to each one

    Look for names that shouldn't be there anymore: past contractors, former employees, an agency you stopped working with.

  3. Rotate keys for anything customer-facing

    Payment processors, email platforms, and CRM tools should have their API keys refreshed on a schedule, not just when something goes wrong.

  4. Search your shared docs and chat for the word 'password'

    This single search finds an alarming amount of exposed credentials in most small teams.

  5. Turn on two-factor authentication everywhere it's offered

    It's the single cheapest control available and it stops the majority of casual account takeovers.

Tap a number to check it off.

The offboarding checklist

This is the step almost every small business skips, because when someone leaves, everyone's mind is on the handover of work, not the handover of access.

When someone leavesAction

Same day

Remove them from email, Slack or Teams, and any shared drive

Same day

Revoke access to website admin, hosting, and domain accounts

Within 48 hours

Rotate any API keys or passwords they had direct access to

Within 48 hours

Remove them from ad accounts, analytics, and payment dashboards

Within one week

Check for personal devices with saved logins or installed apps tied to company accounts

Within one week

Update the master tool list to reflect the change

Why this matters more as you use more tools

Every new automation, every AI writing tool, every dashboard you connect to your data adds one more place a secret can sit unattended. That's not a reason to avoid these tools. It's a reason to treat access like inventory: something you count, on purpose, on a schedule.

The businesses that get burned aren't usually the ones using the most tools. They're the ones who never went back to check what they'd connected.


Frequently Asked

It's usually exposed credentials sitting in places they shouldn't be, like API keys pasted in a shared document or a former contractor still having live access. These quiet, forgotten access points cause far more damage than any dramatic hacking attempt.

For anything customer-facing, like payment processors or email platforms, rotate keys on a set monthly or quarterly schedule rather than waiting for a problem. Pair this with a monthly review of who currently has access to each connected tool.

Full payment details, government ID numbers, and complete financial account credentials should never be pasted into chat tools, project boards, or AI tools. If a tool genuinely needs that data, it should connect through a proper authenticated integration, not a copy-paste.

Remove their access to email, shared drives, and website or hosting accounts on the same day they leave, then rotate any keys or passwords they had direct access to within 48 hours. Waiting even a week creates a window where access nobody is watching can be misused.

securitytool-stackapi-keyssmall-businessoperations
Written by
Ash— Founder, Ariviz

Founder of Ariviz — building agents, visibility systems and quiet automation for design-led teams.

Keep reading