Perceptual AI security — scan images, PDFs, and web content for adversarial injections
Project description
Nulvec
Nulvec is a local-first security scanner for agent inputs.
It scans files and repositories for high-signal attack patterns before they reach an LLM or agent runtime:
- SKILL.md supply-chain attacks
- prompt injection in MCP payloads and code comments
- credential exfiltration patterns
- hidden PDF and image payloads
- image scaling and steganography attacks
Install
pip install nulvec
For image scanning, install Tesseract on the host:
brew install tesseract
Quick Start
nulvec scan suspicious-skill.md
nulvec scan . --block-on critical
nulvec install
nulvec skill install ./skills/my-skill
nulvec mcp-proxy -- python my_server.py
nulvec logs
nulvec config show
nulvec status
nulvec doctor
Python API
import nulvec
result = nulvec.scan("document.pdf")
print(result.decision)
Machine-Level Install
nulvec install creates a local policy file, event log, and Git protection
layer. It installs a Git shim earlier in PATH, configures Git template hooks
for future clones, and adds managed hooks to the current repository when run
inside one.
Current support matrix:
- Git clone scanning via temp clone + pre-finalize repo scan
- Git pull scanning for simple
git pullflows via fetch + temp worktree scan - Git post-checkout/post-merge hooks as a fallback repo scan layer
- Skill install protection via
nulvec skill install <path-or-url> - Approved skill artifact hash cache under the local Nulvec runtime
- Stdio MCP proxy via
nulvec mcp-proxy -- <server command> - Local audit events via
nulvec logs - Local policy inspection via
nulvec config show
Skill Protection Boundary
Nulvec does not automatically intercept arbitrary third-party skill installers.
The protected v1 path is:
nulvec skill install <path-or-url>
If you install a skill through some other CLI, Nulvec does not own that execution path and cannot honestly claim automatic pre-install protection there.
MCP Proxy Setup
The MCP proxy is manual in v1. You must point the supported client or server launch command at:
nulvec mcp-proxy -- <real server command>
This is the right current story for local developer tools such as Codex CLI, Claude Code, and OpenCode: configure each MCP server entry to launch through the proxy so Nulvec can scan server responses before they reach the client.
Codex CLI Example
Codex CLI supports MCP server configuration in TOML via:
- global config:
~/.codex/config.toml - per-project config:
.codex/config.tomlfor trusted projects
Example stdio wrapper configuration:
[mcp_servers.context7]
command = "nulvec"
args = ["mcp-proxy", "--", "npx", "-y", "@upstash/context7-mcp"]
Notes:
- Codex uses an argv model, not a shell snippet, so wrapper commands must be tokenized correctly.
- In controlled environments, MCP allowlist or identity rules may need to be
updated when the command changes from the original server launcher to
nulvec.
Claude Code Example
Claude Code supports stdio MCP servers through JSON config or the claude mcp
CLI.
Common MCP config locations:
- user/local scope MCP servers:
~/.claude.json - project scope MCP servers:
.mcp.json
Example project config:
{
"mcpServers": {
"airtable": {
"type": "stdio",
"command": "nulvec",
"args": ["mcp-proxy", "--", "npx", "-y", "airtable-mcp-server"],
"env": {}
}
}
}
Equivalent CLI shape:
claude mcp add --transport stdio airtable -- nulvec mcp-proxy -- npx -y airtable-mcp-server
Notes:
- Claude CLI flag ordering matters. Claude flags must come before the server
name, and the wrapped server command must come after
--. - MCP scope storage is separate from general Claude settings. Do not assume MCP
local scope lives under
.claude/settings.local.json. - In managed environments, exact command-array allowlists can block wrapped
commands unless the allowlist is updated for the new
nulveclauncher.
OpenCode Example
OpenCode stores MCP servers in JSON config and uses a command-array model for local servers.
Common config locations:
- global config:
~/.config/opencode/opencode.json - project config:
opencode.json
Example local MCP config:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"server-everything": {
"type": "local",
"command": ["nulvec", "mcp-proxy", "--", "npx", "-y", "@modelcontextprotocol/server-everything"],
"enabled": true
}
}
}
Notes:
- OpenCode’s local MCP command is already an argv array, which makes wrapper insertion straightforward.
- If you later automate rewiring, be careful with config-path detection for
.json,.jsonc, and older install-path variants documented by OpenCode.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nulvec-0.1.5.tar.gz.
File metadata
- Download URL: nulvec-0.1.5.tar.gz
- Upload date:
- Size: 56.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e63d56533109888a23968ef0e206a42a7727e7d9fc74c03206801f76564111ba
|
|
| MD5 |
091fad1d9ca132456d8b96644a574a0e
|
|
| BLAKE2b-256 |
b480762b34e7bfd04c6a40cd520c92e2c8e5a4669927fb0011fa0ad1a03f2749
|
Provenance
The following attestation bundles were made for nulvec-0.1.5.tar.gz:
Publisher:
publish-nulvec.yml on aryan5v/nulvec
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nulvec-0.1.5.tar.gz -
Subject digest:
e63d56533109888a23968ef0e206a42a7727e7d9fc74c03206801f76564111ba - Sigstore transparency entry: 1177200428
- Sigstore integration time:
-
Permalink:
aryan5v/nulvec@7be7ed05cc1261a637cda9c3dc35bcbe6cbf3860 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/aryan5v
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-nulvec.yml@7be7ed05cc1261a637cda9c3dc35bcbe6cbf3860 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file nulvec-0.1.5-py3-none-any.whl.
File metadata
- Download URL: nulvec-0.1.5-py3-none-any.whl
- Upload date:
- Size: 52.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c506e81a6e195e43c4c85b117d4f06e21d57045286993454ef89a14acad2a20
|
|
| MD5 |
4e63e2797200fbe22028403d29f748f3
|
|
| BLAKE2b-256 |
aa72f0a365608e1ae907d631f5653aefb610e6ed2e9ff00eb6f11f3288f53a0f
|
Provenance
The following attestation bundles were made for nulvec-0.1.5-py3-none-any.whl:
Publisher:
publish-nulvec.yml on aryan5v/nulvec
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
nulvec-0.1.5-py3-none-any.whl -
Subject digest:
7c506e81a6e195e43c4c85b117d4f06e21d57045286993454ef89a14acad2a20 - Sigstore transparency entry: 1177200504
- Sigstore integration time:
-
Permalink:
aryan5v/nulvec@7be7ed05cc1261a637cda9c3dc35bcbe6cbf3860 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/aryan5v
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-nulvec.yml@7be7ed05cc1261a637cda9c3dc35bcbe6cbf3860 -
Trigger Event:
workflow_dispatch
-
Statement type: