lie-deep

Detect lie code through static and dynamic analysis of the codebase.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/stronghuni/FindLie --skill lie-deep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lie-deep
Source: https://github.com/stronghuni/FindLie/tree/main/lie-deep
Command: npx skills add https://github.com/stronghuni/FindLie --skill lie-deep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deep forensic analysis of codebases to detect Lie Code and verify code integrity before releases.

Core Features & Use Cases

  • Complete Static & Dynamic Analysis: reads every function, validates data flows, and detects intent mismatches.
  • Integration & Test Verification: ensures dependencies are respected and tests pass.
  • Duplicate & Dead Code Detection: finds redundant implementations and unreachable code.
  • Promise Fulfillment Audit: tracks commitments across commits, PRs, and issues for release readiness.

Quick Start

Run the lie-deep skill to perform a complete forensic scan of the current project.

Frequently Asked Questions about lie-deep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is deep forensic codebase analysis and when do I need it?

Deep forensic codebase analysis is a comprehensive scanning process that reads all functions, validates data flows, and detects intent mismatches. You need it to verify code integrity and identify lie code before a release.

How do I detect dead code and duplicate implementations in my project?

To detect dead code and duplicate implementations, you run a deep static scan across all project files. This process identifies unreachable code segments and redundant implementations to ensure codebase integrity.

Can I audit promise fulfillment across commits and PRs for release readiness?

Yes, you can audit promise fulfillment by tracking commitments across commits, PRs, and issues. This verifies that all tracked development commitments are met before declaring release readiness.

Does static and dynamic analysis verify test execution and integration checks?

Static and dynamic analysis verifies test execution and integration checks by running tests and ensuring dependencies are respected. This confirms that integrations function correctly within the project.

What is lie code and how does semantic analysis identify it?

Lie code refers to implementations with intent mismatches where code does not fulfill its stated purpose. Deep semantic analysis identifies it by reading every function and validating data flows against expected behavior.