seomachine
Pass
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses environment variables and a
.envfile to manage sensitive credentials like API keys and service account paths, which is a secure alternative to hardcoding secrets in source code. - [DATA_INGESTION]: The skill ingests data from external SEO APIs and scrapes competitor websites for research purposes. While this constitutes a data ingestion surface for indirect prompt injection, it is restricted to the skill's primary intended use case (SEO analysis) and represents a low-risk, expected behavior.
- [DYNAMIC_LOADING]: The provided Python snippets demonstrate the use of
sys.path.insertto load local modules from the skill's internal directory. This is a standard practice for modular development within the agent's environment and does not involve loading untrusted code from remote or computed external paths.
Audit Metadata