skill-official-evaluation
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill utilizes a bundled Python script (
scripts/official_evaluate.py) for static analysis. The script reads file content in a specified directory to check for metadata compliance and security hygiene without performing any network operations. - [SAFE]: The regular expressions within the audit script used for detecting secrets (e.g., matching AWS access keys or generic API tokens) are implemented as functional search patterns and do not contain hardcoded credentials.
- [COMMAND_EXECUTION]: The skill instructions facilitate the execution of its local audit utility to generate reports. The script's logic is self-contained and limited to local file system access for auditing purposes.
Audit Metadata