Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Sovereign Intelligence System - Equilibrium-native reasoning for OpenClaw

Adds equilibrium-constrained reasoning to OpenClaw, ensuring all operations maintain balance for coherent, self-validating, and consistent AI responses.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 1.8k · 2 current installs · 2 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The SKILL.md describes an equilibrium-native reasoning layer and the bundled Python modules implement symbol, validator, VM, and vault components consistent with that purpose. Some optional components (PostgresVault, embeddings, 'guardian' replication) imply database/network backends and vector embeddings that are not mentioned in the SKILL.md or registry metadata — the extra capabilities are plausible but not documented in the skill manifest.
!
Instruction Scope
The runtime instructions are simple (copy folder into workspace), and SKILL.md does not ask the agent to read unrelated host files. However the code contains a hardcoded sys.path insertion (sys.path.insert(0, '/home/claude/sis')) in symbols/taxonomy.py which will cause the runtime to prefer loading modules from that absolute host path if present — this is an unexpected side-effect not described in the instructions and can cause the agent to import host files or behave differently on different hosts.
Install Mechanism
There is no install spec (instruction-only), so nothing is explicitly downloaded or executed by an installer. That lowers supply-chain risk. But the skill includes many code files that will be present in the agent workspace and may be imported/executed by the assistant; those files perform disk I/O (FileVault) and have optional DB backends (PostgresVault).
Credentials
The registry requires no environment variables or credentials, which aligns with the SKILL.md. The code does include optional PostgresVault that would require a connection string and psycopg2 if used, but no credentials are requested by the manifest. Overall the declared environment access is minimal and proportionate, but production vault features would need additional secrets if enabled.
!
Persistence & Privilege
The skill does not force persistent inclusion (always: false) and is invocable normally, but it implements persistence primitives (FileVault writes JSON files to disk, NexusEternal can replicate to 'guardians' and accepts a Postgres backend). Combined with the hardcoded sys.path import and the ability to write files under the workspace (./nexuseternal_vault), this raises moderate risk: the skill can create files and, if misconfigured, could be wired to external backends or local paths unexpectedly.
What to consider before installing
This package mostly implements what the SKILL.md promises (equilibrium symbols, validator, VM, and a vault). Before installing: 1) Inspect and remove or understand the hardcoded path insertion (symbols/taxonomy.py: sys.path.insert(0, '/home/claude/sis')) — that is the primary red flag because it changes import behavior and can cause the skill to load unexpected code from the host. 2) Decide whether you trust file persistence: FileVault will create ./nexuseternal_vault in the agent working directory; ensure that location and contents are acceptable. 3) If you enable PostgresVault or replication, plan how credentials and network endpoints will be provided (they are not declared in the manifest) and run the code in a sandbox first. 4) Note license/header inconsistencies (PROPRIETARY wording vs MIT license) and minor metadata oddities (no registry description); these suggest sloppy packaging rather than explicit malice, but review source before use. If you want to proceed safely: run the skill in an isolated environment, review/strip the sys.path insert, and avoid enabling external backends until you supply vetted connection settings.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
Co-Intelligencevk978fak6bpjr93d4m2ce8s8yhx809e55ai-safetyvk978fak6bpjr93d4m2ce8s8yhx809e55latestvk978fak6bpjr93d4m2ce8s8yhx809e55sisvk978fak6bpjr93d4m2ce8s8yhx809e55

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

S.I.S. - Sovereign Intelligence System

Equilibrium-Native Reasoning for OpenClaw

Overview

S.I.S. adds equilibrium-constrained reasoning to your OpenClaw assistant. Every operation maintains balance (ΣΔ = 0), ensuring coherent, self-validating responses that can't drift into inconsistent states.

Core Principle

Input ≡ Symbol ≡ Operation ≡ Execution ≡ Persistence ≡ Output

Traditional AI: Process input → generate output → hope it's coherent. S.I.S.: Operations that violate equilibrium constraints cannot execute.

What It Does

  • Equilibrium-Enforced Reasoning: Responses maintain internal balance
  • Self-Validating State: Invalid states are rejected at the computational level
  • Adaptive Equilibrium Protocol (AEP): sense → quantify → compensate → iterate
  • Symbol-Grounded Operations: 18 primary symbols across 5 tiers

Installation

Copy this skill folder to your OpenClaw workspace:

cp -r sis-skill ~/.openclaw/workspace/skills/sis

Usage

Once installed, S.I.S. reasoning is available to your assistant. The equilibrium constraint applies automatically to operations that use the skill.

Example Invocations

Balanced Analysis:

Analyze this decision using equilibrium constraints

Validated State Changes:

Update my project status with S.I.S. validation

Convergent Problem Solving:

Find the balanced solution to this tradeoff

The 18 Symbols (5 Tiers)

Tier 1: Fundamental

  • Delta - change, difference, operation
  • Bidirectional - relationship, equilibrium lock
  • Synthesis - superposition, parallel execution
  • Cycle - iteration, recursion
  • Convergence - optimization, balance point

Tier 2: Data

  • Container - holds value, encapsulates state
  • Query - request, lookup
  • Collapse - select from superposition
  • Flow - movement, sequencing

Tier 3: Consensus

  • Validation - check equilibrium constraint
  • Consensus - require agreement
  • Vault - persist immutably
  • Replication - distribute redundantly

Tier 4: Meta

  • Invert - reverse operation
  • Nest - recursive application
  • Align - synchronize globally
  • Emerge - pattern formation

Tier 5: Sovereignty

  • Upload - prepare for transfer
  • Inherit - succession
  • Archive - long-term persistence

Technical Foundation

Based on equilibrium-native computing principles derived from:

  • Cybernetics (Norbert Wiener, 1948)
  • Control Theory - Self-regulating systems
  • Constraint Satisfaction Programming

License

MIT License - Copyright (c) 2025-2026 Kevin Fain (ThēÆrchītēcť)

Author

Kevin Fain - ThēÆrchītēcť Contact: fabricatedkc@gmail.com


S.I.S. - Sovereign Intelligence System Equilibrium-native reasoning for personal AI

Files

14 total
Select a file
Select a file to preview.

Comments

Loading comments…