Untrusted Code Audit

Static, execution-free security audit of untrusted code before it is ever run. Use this skill ALWAYS and IMMEDIATELY whenever the user brings in code they did not write themselves — a take-home / interview test task, a cloned repo, a downloaded ZIP or archive, an npm/pip/cargo package, a GitHub Gist, a "sample project" from a recruiter, a Discord/Telegram attachment, a client's codebase — and especially whenever the user asks "is this safe", "check this before I run it", "should I npm install this", "audit this repo", or asks to run, install, build, test, or open any project whose origin is not the user themselves. This skill also applies when the user has ALREADY asked to run something untrusted — audit first, run nothing. It looks for wallet/credential stealers, obfuscated payloads, install-time hooks, exfiltration endpoints, persistence, and prompt injection aimed at the AI agent, then reports with an explicit ATTENTION verdict.

kvachikk 7ff994a 4 files · 43.0 KB Updated

File contents

kvachikk/ai-toolbox/tree/main/untrusted-code-audit commit 7ff994a154

Frequently asked questions

npx skillmds@latest add kvachikk/untrusted-code-audit