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, and Get-ChildItem to perform repository analysis locally.
  • Project Structure Analysis: It identifies the project type by scanning for manifest files such as package.json or go.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 .git or node_modules are 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
Risk Level
SAFE
Analyzed
Jun 22, 2026, 08:01 AM
Security Audit — agent-trust-hub — project-recon