adaptyv
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill instructs the user to install 'requests' and 'python-dotenv' via 'uv pip install'. These are standard, reputable Python libraries for HTTP requests and environment variable management.
- [CREDENTIALS_UNSAFE] (SAFE): The skill correctly uses placeholders ('your_api_key_here') and provides best practice advice for securing credentials via environment variables and '.env' files, explicitly warning against committing keys to version control.
- [DATA_EXFILTRATION] (SAFE): Network requests are directed to a documented AWS Lambda endpoint ('https://kq5jp7qj7wdqklhsxmovkzn4l40obksv.lambda-url.eu-central-1.on.aws') and the developer's official domain ('k-dense.ai'). No sensitive file access or transmission to unknown domains was found.
- [COMMAND_EXECUTION] (SAFE): Shell commands are limited to package installation and setting environment variables, which are standard for setup.
- [PROMPT_INJECTION] (SAFE): No attempts to override agent behavior or bypass safety filters were found. The 'Important Notes' section contains benign operational information.
Audit Metadata