skills/openfunnel/openfunnel-skills/spot-companies-hiring-to-solve-specific-problems/Gen Agent Trust Hub
spot-companies-hiring-to-solve-specific-problems
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local shell scripts (
api.sh,signup.sh) to perform its tasks. These scripts are provided as part of the skill package and facilitate interactions with the vendor's API. - [DATA_EXFILTRATION]: The skill uses
curlwithin its scripts to communicate withapi.openfunnel.dev. This is a vendor-owned domain used for legitimate API operations and does not constitute unauthorized data exfiltration. - [CREDENTIALS_UNSAFE]: The skill handles API keys by storing them in a local
.envfile, which is a standard and recommended practice for secret management. The instructions explicitly forbid the agent from exposing these credentials in logs or output. - [SAFE]: The
signup.shscript automatically updates the.gitignorefile to ensure the.envfile is not accidentally committed to a version control system. - [SAFE]: All external communication is directed to the vendor's official infrastructure, and no evidence of prompt injection or malicious behavior was found.
Audit Metadata