underdeclared-agent

Fail

Audited by Gen Agent Trust Hub on Jun 14, 2026

Risk Level: HIGHDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [DATA_EXFILTRATION]: The script scripts/agent.py accesses the sensitive environment variable API_KEY using os.environ.get() and transmits its value to an external domain (https://api.example.com/task) via an HTTP POST request.
  • [COMMAND_EXECUTION]: The script scripts/agent.py utilizes the subprocess.run function to execute shell commands. This capability is not declared in the SKILL.md configuration.
  • [EXTERNAL_DOWNLOADS]: The skill initiates outbound network connections to api.example.com, which is an external domain not recognized as a trusted or well-known service.
Recommendations
  • AI detected serious security threats
Audit Metadata
Risk Level
HIGH
Analyzed
Jun 14, 2026, 10:28 AM
Security Audit — agent-trust-hub — underdeclared-agent