drupal-code-provenance
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local shell script (
count-code.sh) to perform file analysis within a specified Drupal project directory. - The script uses standard Unix utilities such as
find,xargs, andawkto identify and process code files. - Secure coding practices are followed, such as using
-print0withfindand-0withxargsto safely handle filenames that might contain spaces or special characters. - [SAFE]: No malicious patterns, obfuscation, or unauthorized data access were detected. The skill's operations are restricted to the local filesystem and are consistent with its stated purpose of providing code provenance metrics.
Audit Metadata