skills/autohandai/community-skills/implementing-threat-intelligence-lifecycle-management/Gen Agent Trust Hub
implementing-threat-intelligence-lifecycle-management
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes Python code to fetch threat intelligence data from well-known and established cybersecurity services, including CISA's Known Exploited Vulnerabilities catalog, AlienVault OTX pulses, and MalwareBazaar (abuse.ch). These are standard sources for cyber threat intelligence (CTI) programs.
- [COMMAND_EXECUTION]: The
scripts/agent.pyutility uses the Pythonrequestslibrary to perform automated status and compliance checks against user-provided API endpoints. It properly handles authentication using Bearer tokens passed via command-line arguments. - [DATA_EXFILTRATION]: While the audit script transmits an API token to a remote target, this is the primary intended function of the tool for authenticating against the service being audited. The target is explicitly defined by the user at runtime via the
--targetparameter.
Audit Metadata