RCF Ghost Shield — Active Protection Framework (Python Edition)
Project description
RCF Ghost Shield — Python Edition 🛡️🐍
The official Python Command Line Interface for the RCF (Restricted Correlation Framework) Protocol v2.0.3 "Ghost Protocol".
RCF is an author-defined licensing protocol designed to protect intellectual property in the age of automated extraction and AI/ML mass replication. It creates a clear legal and technical boundary between Visibility and Usage Rights using cryptographic integrity chains.
Installation
Install via PyPI:
pip install rcf-cli
Features
- Ghost Shield Protection: Active enforcement of RCF-PL v2.0.3 standards across your codebase.
- Project Initialization: Instantly generate
NOTICE.mdand.rcfignorefiles to protect your project. - Automated Scanning: Quickly scan projects for RCF compliance and extract Ghost Markers.
- Header Validation: Ensure files have the required
NOTICE: This file is protected under RCF-PL v2.0.3header. - RCF-Audit v2.0.3: Generate cryptographically signed compliance reports for enterprise auditing.
- Integrity Chains: Compare current file hashes and Ghost Markers against an audit report to detect unauthorized modifications, tampering, or "Void Shell" imitations.
CLI Usage
1. Initialize RCF Ghost Shield in your project
Run this in your project's root directory to generate the legal notice:
rcf-ghost-shield init --project "My awesome app" --author "Aladdin Aliyev"
2. Scan your project
# Scan the current directory
rcf-ghost-shield .
# Output scan results as JSON
rcf-ghost-shield . --format json
# Print summary only
rcf-ghost-shield . --summary
3. Generate an RCF-Audit Report (v2.0.3)
# Provide license key via flag
rcf-ghost-shield audit . --license-key RCF-AUDIT-XXXX-XXXX
# Or use environment variable
export RCF_LICENSE_KEY=RCF-AUDIT-XXXX-XXXX
rcf-ghost-shield audit .
4. Verify Project Integrity
Compare current files with the latest audit report:
rcf-ghost-shield verify .
# Show summary only
rcf-ghost-shield verify . --summary
Markers Reference
RCF uses semantic markers to define protection levels. Place these inside code comments:
[RCF:PUBLIC]— Architecture and public concepts. Safe to discuss.[RCF:PROTECTED]— Core methodology. Visible but not replicable.[RCF:RESTRICTED]— Highly sensitive implementation. Minimal rights.[RCF:GHOST:HASH]— New in v2.0.3: Cryptographic marker for active integrity verification.
Example header for protected files:
# NOTICE: This file is protected under RCF-PL v2.0.3
# [RCF:PROTECTED]
# [RCF:GHOST:6A...F3]
Documentation
For full specification and legal framework details, visit the official site: rcf.aliyev.site
Project details
Release history Release notifications | RSS feed
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 rcf_cli-2.0.3.tar.gz.
File metadata
- Download URL: rcf_cli-2.0.3.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47e25a3768eab4c90fa912fd40a2cc1fb730708421dd0480545ece1cec87473c
|
|
| MD5 |
da826a97ecd8e539a1e6ca435430c6d2
|
|
| BLAKE2b-256 |
eda50692d1396fe58698d9362d5a47f3ecdef6065025d3b59234f649a8af5df3
|
File details
Details for the file rcf_cli-2.0.3-py3-none-any.whl.
File metadata
- Download URL: rcf_cli-2.0.3-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
745a7b5b3037b8f49f21a7f8e576da7755797dfd33327902d301c2a617f3ead0
|
|
| MD5 |
702bed2e295822eb20c4f075e7f9d8f8
|
|
| BLAKE2b-256 |
cf259e45628c1ca23c662569ec2296643f0a9da5eef31ba56147d6b5c0511494
|