project-recon
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Local Command Execution: The skill provides Bash and PowerShell templates for line counting. These utilize standard system utilities like
find,wc, andGet-ChildItemto perform repository analysis locally. - Project Structure Analysis: It identifies the project type by scanning for manifest files such as
package.jsonorgo.mod. This information is used to apply relevant file exclusion rules rather than executing the contents of those manifests. - Data Handling and Filtering: The skill uses predefined YAML configuration files to manage file extensions and directory exclusions. This ensures that sensitive or irrelevant directories like
.gitornode_modulesare not processed during the line count. - Execution Environment: All operations are designed to run within the code repository's local context. There are no network requests, external downloads, or third-party dependencies required for the skill to function.
Audit Metadata