unifuncs-deep-search
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a Bash script (
scripts/deep-search.sh) to perform search queries. These operations are limited to standard API requests usingcurlto the vendor's domain. - [EXTERNAL_DOWNLOADS]: The skill makes network requests to
api.unifuncs.com. These are functional API calls to the vendor's own infrastructure and do not involve downloading or executing external code. - [CREDENTIALS_UNSAFE]: No hardcoded credentials were found. Authentication is handled correctly via the
UNIFUNCS_API_KEYenvironment variable as described in the documentation. - [DATA_EXFILTRATION]: Network activity is restricted to the documented search API. No sensitive local files are accessed or transmitted.
Audit Metadata