inkog-io

Inkog — Security skill for Claude Code

Security community

Static security scanner for AI agents.

How to install Inkog

This entry records only its repository, not the path inside it, so there is no exact command to give. Open inkog-io/inkog and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Inkog does

Static security scanner for AI agents. Catches prompt injection, runaway loops, missing oversight, and compliance gaps across 21 frameworks. Use from Claude Code, Cursor, ChatGPT (MCP), the CLI, or GitHub Actions.

Alternatives in Security

  • Security Guardian — Comprehensive security analysis for RTK CLI tool, focusing on command injection, shell escaping, hook security 11.9k ★
  • Anthropic Cybersecurity Skills — 734+ structured cybersecurity skills for AI agents · MITRE ATT&CK mapped · agentskills.io open standard · Work 3.8k ★
  • Promptmap — Security scanner for custom LLM apps 1.2k ★

README

Inkog

The pre-flight check for AI agents.

Static analysis that catches the bugs only agent code can have — token bombing, prompt injection, missing oversight, compliance gaps — before they ship.

Release License Go Report Card CI Discord

Inkog scanning AI agent code for vulnerabilities

Inkog dashboard report — findings, code-level analysis, EU AI Act / NIST / OWASP compliance mapping
Every scan is a shareable report — view this one live


Why Inkog

Most security tools find SQL injection. Inkog finds the things that **only break in agent code**:

  • Token bombing — loops where the LLM controls termination, draining your API budget
  • Recursive tool calling — one user request fans out into 10,000 LLM invocations
  • Prompt injection sinks — RAG output flowing into a system prompt