entry-point-analyzer
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or data exfiltration attempts were detected. The skill's behavior is consistent with its stated purpose as an entry-point analyzer for security reviews.
- [COMMAND_EXECUTION]: The skill utilizes common command-line utilities such as
find,grep,ripgrep,awk, andsortto process source code files. These operations are performed locally on the user-specified target directory and follow standard shell quoting practices to prevent accidental command injection. - [EXTERNAL_DOWNLOADS]: The skill documentation suggests installing well-known and reputable security tools like Slither and solc-select, as well as the standard utility ripgrep. These recommendations are appropriate for the specialized task of smart contract analysis and rely on official package registries (PyPI, system package managers).
- [DATA_EXFILTRATION]: No network operations or external data transmissions were found. All analysis results are written to a local output directory designated by the user.
Audit Metadata