
Security News
Microsoft Releases Open Source Toolkit for AI Agent Runtime Security
Microsoft has released an open source toolkit for enforcing runtime security policies on AI agents as adoption accelerates faster than governance controls.
Writing html will be more fun!

<body #root>
<header>
<a .header-logo>Writedown</a>
</header>
<div .message.green>
This is example of
<span #wd>writedown</span>!
</div>
<button .button #ok>
OK
</button>
</body>
↓
<body id="root">
<header>
<a class="header-logo">Writedown</a>
</header>
<div class="message green">
This is example of
<span id="wd">writedown</span>!
</div>
<button class="button" id="ok">
OK
</button>
</body>
There are two ways to initialize Writedown.
<script src="https://cdn.jsdelivr.net/gh/mtsgi/writedown@master/writedown.js"></script>
or
<script type="module">
import * as wd from "../wd.js";
wd.init('.wd');
// You can init Writedown for the specific element in this way
// This also works: wd.init(document.querySelector('.wd'))
</script>
FAQs
writing html will be more fun!
We found that wdjs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Microsoft has released an open source toolkit for enforcing runtime security policies on AI agents as adoption accelerates faster than governance controls.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.