Metadata-Version: 2.4
Name: bloodhound-python
Version: 0.2.0
Summary: Inert defensive-hold placeholder for an unclaimed PyPI name referenced by a public agent skill. NOT the real tool. Does nothing, collects nothing.
Project-URL: url, https://metano.ai
Author-email: Metano Labs <info@metano.ai>
Maintainer-email: Metano Labs <info@metano.ai>
License-Expression: MIT
License-File: LICENSE
Keywords: defensive-hold,dependency-confusion,name-reservation,placeholder
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# bloodhound-python — inert defensive-hold placeholder

**This is not the real tool.** It is a name placeholder held by Metano Labs.

The PyPI name `bloodhound-python` was unregistered while a public AI agent skill
instructed host agents to install it. An unclaimed install-name on a skill's
execution path is a dependency-confusion risk: whoever registers it first runs
code on every agent that follows that skill. Metano Labs registered the name to
take it out of circulation.

## Install the real tool instead

The genuine BloodHound.py ingestor, by Dirk-jan Mollema and contributors, is
published as [`bloodhound`](https://pypi.org/project/bloodhound/) and developed
at <https://github.com/dirkjanm/bloodhound.py>:

```
pip install bloodhound
```

## What this package does

Nothing.

- No dependencies.
- No `setup.py` and no build-time side effects. Nothing runs at install time.
- No network calls, no filesystem writes, no subprocesses, no data collection.
- **No console script.** The genuine `bloodhound` package installs an executable
  named `bloodhound-python`. Shipping one here would shadow the real tool on
  `PATH` depending on install order, so this package deliberately installs no
  entry point.

Importing `bloodhound_python` writes this notice to stderr.

## Trademark

BloodHound is a trademark of SpecterOps. Metano Labs is not affiliated with,
sponsored by, or endorsed by SpecterOps or by the maintainers of BloodHound.py.
The name is used here only to identify the project this placeholder is not.

## Transfer

This name will be transferred to the tool's maintainer, the trademark holder, or
the registry on request, without conditions.

Contact: info@metano.ai

## History

Version 0.1.0 was published in error from an unrelated project template and
contained unrelated working code. It is yanked. Use nothing below 0.2.0.

MIT licensed.
