@ContextHound

1 Followers
7 Following
16 Posts
๐Ÿ• Sniffing out prompt injection, RAG poisoning & rogue tools before they bite. Offline static analysis for serious LLM builders.
Websitehttps://contexthound.com
Xhttps://x.com/_ContextHound_
Blueskyhttps://bsky.app/profile/contexthound.com

ContextHound v1.8.0 is out ๐ŸŽ‰

This release adds a Runtime Guard API - a lightweight wrapper that inspects your LLM calls in-process, before the request hits OpenAI or Anthropic.

Free and open-source. If this is useful to you or your team, a GitHub star or a small donation helps keep development going.
github.com/IulianVOStrut/ContextHound

#LLMSecurity #PromptInjection #CyberSecurity #OpenSource #AIRisk #AppSec #DevSecOps #GenAI #RuntimeSecurity #InfoSec #MLSecurity #ArtificialIntelligence

๐Ÿ“ก **In the Wild** โ€” every Monday ContextHound scans 6 popular open-source AI repos automatically.
โ€ข anthropic-cookbook โ€” 3,919 findings
โ€ข promptflow โ€” 3,749 findings
โ€ข crewAI โ€” 1,588 findings
โ€ข LiteLLM โ€” 1,155 findings
โ€ข openai-cookbook โ€” 439 findings
โ€ข MetaGPT โ€” 8 findings

๐ŸŽฎ **Try It** โ€” paste any prompt or LLM code snippet and see findings instantly. No install needed. Runs entirely in your browser.

https://contexthound.com

#LLMSecurity #PromptInjection #AISecOps

ContextHound v1.7.0 โ€” three releases shipped today:

v1.5.0: --format csv, --format junit
v1.6.0: supply chain rules, DOS detection, encoding obfuscation, MCP security
v1.7.0: --min-confidence flag (low/medium/high)

86 rules. 14 categories. 0 API calls. Fully offline. Runs in CI.

Website: live repo scans, daily CVE feed for AI packages, browser-based snippet demo.

https://github.com/IulianVOStrut/ContextHound

AppSec teams:

Your developers are shipping LLM features faster than you can review them.

ContextHound gives you automated prompt security scanning integrated into CI/CD, the same way you already use Semgrep, Bandit, or CodeQL.

Same workflow. New threat surface covered.

Guard every PR automatically:

```yaml
- uses: IulianVOStrut/ContextHound@v1
with:
fail-on: critical
```

Blocks on critical findings. Uploads results to GitHub Code Scanning. Works out of the box.

Your AI features don't ship until they pass the hound.

OWASP Top 10 for LLMs.

#1 threat: Prompt Injection.

Most AI apps ship without ever checking for it.

ContextHound is the static analysis tool that changes that same workflow as Semgrep or CodeQL, built specifically for LLM security.

For anyone who tried to install ContextHound before and got a 404:

I'm sorry. The npm package wasn't published. It's fixed now.

Three ways to use it today:

# Global (recommended)
npm install -g context-hound

# Per-project
npm install --save-dev context-hound

# Zero-install
npx context-hound scan

The VS Code extension auto-discovers whichever you have. If none, it falls back to npx automatically.

#npm #OpenSource #DevTools #Security

v0.1.0 is honest about being early. The icon is a placeholder. Quick-fix code actions are coming. First npx run takes ~10s. But the core works โ€” and I'll keep shipping.

โญ github.com/IulianVOStrut/ContextHound
๐Ÿ“ฆ npmjs.com/package/context-hound
โ˜• buymeacoffee.com/I_VO_S

#Security #VSCode #LLM #PromptInjection #AI #OpenSource #DevTools

Under the hood: 70 rules across 11 categories.

Injection ยท Exfiltration ยท Jailbreak ยท Unsafe tools ยท Command injection ยท RAG poisoning ยท Encoding evasion ยท Output handling ยท Multimodal attacks ยท Skills marketplace ยท Agentic risks

All firing silently. All offline. All free.

What the extension does:

Every time you save a file, ContextHound runs a full background scan. Vulnerable lines get squiggles. Hover any squiggle and you see the exact remediation. The status bar shows your repo risk score (0โ€“100) at all times.

๐Ÿ›ก Hound: 23/100 โœ“ โ† you're good
๐Ÿ›ก Hound: 72/100 โœ— โ† something needs fixing

Click it โ†’ Problems panel with every finding.