repo-scan

Classify codebase files, detect embedded libraries, and generate interactive HTML module reports.

1|1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zardusai-cyber/zardus_setup --skill repo-scan-zardusai-cyber
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: repo-scan
Source: https://github.com/zardusai-cyber/zardus_setup/tree/main/ecc/skills/repo-scan
Command: npx skills add https://github.com/zardusai-cyber/zardus_setup --skill repo-scan-zardusai-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-platform source code auditing across languages to reveal ownership, third-party dependencies, and potential dead code, enabling safer maintenance and decision making.

Core Features & Use Cases

  • Cross-stack file classification: tags each file as project code, third-party, or build artifact across C/C++, Android, iOS, and Web.
  • Embedded library detection: identifies bundled libraries and estimates versions to support licensing and risk assessment.
  • Interactive HTML reports: provides drill-down per module with four-level verdicts to guide refactoring and governance.

Quick Start

Scan a repository to classify files, detect embedded libraries, and generate an interactive module report.

Frequently Asked Questions about repo-scan

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

FAQPage Schema
How do I audit source code and detect embedded third-party libraries in a monorepo?▼

Yes, cross-stack file classification tags each file as project code, third-party, or build artifact across C/C++, Android, iOS, and Web. This multi-language ecosystem support enables cross-cutting visibility into file ownership, duplication, and potential dead code.

What's the best way to visualize code ownership and dependency duplication across modules?▼

The best way to visualize code ownership and dependency duplication is to generate interactive HTML reports that provide drill-down capabilities per module. These reports apply four-level asset scoring to deliver module-level verdicts that guide refactoring and governance decisions.

Does cross-stack code asset auditing work for multi-language repositories requiring licensing assessment?▼

Yes, cross-stack code asset auditing is designed for multi-language repositories requiring licensing assessment. It identifies bundled libraries, estimates their versions, and produces module-level verdicts to support safer maintenance and decision making across diverse platforms.

Can I identify potential dead code and build artifacts when scanning a multi-language codebase?▼

Yes, you can identify potential dead code and build artifacts when scanning a multi-language codebase. The classification process categorizes every file, distinguishing project code from build artifacts and third-party code to reveal assets that may require refactoring or removal.