tgw-mcn-index
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a local Python script (
scripts/mcn_index.py) to scan, validate, and update local Markdown files. The script is executed usingpython3with specific arguments for project root and file modification tasks. - [SAFE]: No suspicious network activity, data exfiltration, or obfuscation was detected. The skill performs localized file operations (read, write, and backup) within a defined directory structure (
tgw-data/mcn/) to manage relationship indexes for the user's Markdown assets. It follows safety best practices by implementing mandatory backups and providing a dry-run mode for previewing changes.
Audit Metadata