by hounddogai
Privacy Code Scanner and Dataflow Context Engine for AI coding agents
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
# Add to your Claude Code skills
git clone https://github.com/hounddogai/hounddogGuides for using ai agents skills like hounddog.
Last scanned: 8/28/2026
{
"issues": [
{
"file": "README.md",
"line": 66,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://raw.githubusercontent.com/hounddogai/hounddog/main/install.sh\"",
"severity": "low"
}
],
"status": "PASSED",
"scannedAt": "2026-08-28T15:56:00.355Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}HoundDog.ai is an ultra-fast, deterministic context engine that scans source code and provides your AI agents where sensitive data flows, and how your APIs and services connect.
Detects sensitive data flows and leaks in your code, mapping 100+ sensitive data elements across 800+ data sinks.
It answers questions such as:
It is useful for:
Builds a live, cross-repo catalog of every gRPC and Apache Thrift connections, so AI coding agents have reliable context instead of rediscovering it on every prompt.
It answers questions such as:
It is useful for:
HoundDog.ai in action:
Technical highlights:
Check out the sample Markdown report and FAQ for more information.
Install HoundDog.ai on a developer machine using the commands below. To run it across your organization inside your own network, see the self-hosted installation guide.
curl -fsSL https://raw.githubusercontent.com/hounddogai/hounddog/main/install.sh | sh
To install a specific version:
curl -fsSL https://raw.githubusercontent.com/hounddogai/hounddog/main/install.sh | sh -s -- --version 1.2.3
irm https://raw.githubusercontent.com/hounddogai/hounddog/main/install.ps1 | iex
To install a specific version:
$env:HOUNDDOG_VERSION = '1.2.3'; irm https://raw.githubusercontent.com/hounddogai/hounddog/main/install.ps1 | iex
Alternatively, you can download the binary directly from the releases page.
To deploy HoundDog.ai across your organization inside your own network, with SCM integration, automated scans, and a centralized dataflow and API context catalog, follow the self-hosted installation guide.
# Linux and macOS
rm -rf ~/.hounddog
# Windows
Remove-Item -Recurse -Force "$env:LocalAppData\hounddog"
hounddog scan [OPTIONS] [PATH]
A single scan produces both the privacy dataflow map and the API/service context for the target codebase.
For a quick demonstration, scan our Python test repository:
# Clone the test repository
git clone https://github.com/hounddogai/hounddog-test-python-app
# Scan the test repository
hounddog scan hounddog-test-python-app
By default, only risky dataflows are shown to minimize noise. Use --severity=all to see everything:
hounddog scan hounddog-test-python-app --severity=all
Use --trace to see detailed dataflow traces (one of our coolest features and useful for debugging):
hounddog scan hounddog-test-python-app --trace
Use --output-format=markdown to generate a Markdown report:
hounddog scan hounddog-test-python-app --output-format=markdown --output-path=report.md
We recommend the Markdown Viewer Chrome extension for viewing it (see setup and sample report).
To see the API and service context across a polyglot codebase, scan our monorepo test repository, which spans gRPC and Thrift services in Python, TypeScript, C#, Java, Go, and Rust:
# Clone the test repository
git clone https://github.com/hounddogai/hounddog-test-monorepo
# Scan the test repository
hounddog scan hounddog-test-monorepo
Alongside the dataflow map, the scan prints a service catalog for each protocol. It resolves every service, its method definitions, and the servers and clients that implement and consume it, down to the file, line, branch, and commit. Across a whole organization, the self-hosted deployment unifies these per-repo catalogs into a single cross-repo catalog and refreshes it in CI on every pull request. A HoundDog.ai MCP server that will expose this context directly to AI coding agents is coming soon.
To see the up-to-date list of supported data elements in HTML format:
hounddog data-elements
To see the up-to-date list of supported data sinks in HTML format:
hounddog data-sinks
Use --help to see all subcommands and options:
hounddog [SUBCOMMAND] --help
HoundDog.ai has two capability pillars. Both run from the same hounddog scan and are available in a free tier on a
developer machine or across your organization via
self-hosted installation.
| Free | Enterprise | |
|---|---|---|
| Supported Languages | Python, JavaScript, TypeScript | Languages in Free + C#, Go, Java, SQL, OpenAPI |
| Usage Options | CLI, IDE | CLI, IDE, GitHub Integration (Automated Scans, PR Reviews) |
| IDE Plugins | VS Code, JetBrains, Cursor | VS Code, JetBrains, Cursor |
| Dataflow Detection | Limited Coverage | Full Coverage |
| Rule Customization | No |
hounddog is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by hounddogai. Privacy Code Scanner and Dataflow Context Engine for AI coding agents. It has 126 GitHub stars.
Yes. hounddog passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/hounddogai/hounddog" and add it to your Claude Code skills directory (see the Installation section above).
hounddog is primarily written in Shell. It is open-source under hounddogai on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh hounddog against similar tools.
No comments yet. Be the first to share your thoughts!