felo-landingpage
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a standard integration for the Felo Landing Page service. It performs task creation and status polling as described in the documentation without any malicious patterns.
- [COMMAND_EXECUTION]: The skill utilizes a local Node.js script,
scripts/run_landingpage_task.mjs, to handle API interactions. - The script uses built-in Node.js features for network requests and argument handling.
- [EXTERNAL_DOWNLOADS]: Network traffic is directed to official vendor endpoints at
openapi.felo.aifor creating and querying tasks. - This communication is necessary for the skill's primary function and uses the author's official infrastructure.
- [CREDENTIALS_UNSAFE]: Authentication is handled via a user-provided
FELO_API_KEYenvironment variable. - This method avoids hardcoding credentials and aligns with best practices for local development tools.
- [PROMPT_INJECTION]: The skill includes instructions to guide the agent toward generating direct responses.
- Evidence: The query template includes 'In all cases, generate the webpage directly and do not ask any follow-up questions' to ensure a smooth user experience.
Audit Metadata