code-deduplication
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to establish a workflow for the AI agent to avoid redundant code implementations. It operates on local project files and suggests using a
CODE_INDEX.mdfile for tracking capabilities. - [EXTERNAL_DOWNLOADS]: The documentation mentions standard, well-known Python packages
chromadbandlancedbfor optional vector-based search. These are cited as standard development tools for local indexing and do not involve untrusted remote execution. - [COMMAND_EXECUTION]: The skill suggests using common development tools like
grepfor searching the codebase. These operations are within the expected scope of a coding assistant skill. - [DATA_EXPOSURE]: No hardcoded credentials, sensitive file access, or network exfiltration patterns were detected. The vector database examples use local persistence paths.
Audit Metadata