agentos-api-agents
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows established security practices for API interaction and credential management. It correctly guides users to manage sensitive data like API keys via environment variables rather than hardcoding them.
- [EXTERNAL_DOWNLOADS]: The utility script
scripts/run_agents.pydeclares a dependency on theagnopackage. This is a legitimate framework library required for the skill's documented functionality and is installed from standard package registries. - [COMMAND_EXECUTION]: The skill includes a Python script designed to be run locally by the user. The script uses standard argument parsing to communicate with an AgentOS server instance and does not execute arbitrary shell commands or perform unauthorized system modifications.
Audit Metadata