identify-employees
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill identifies internal traffic filters by ingesting
extra_datafrom external tracking events. This represents an indirect prompt injection surface, though it is well-protected by validation logic.- Ingestion points: Theextra_datafield within the DuckDB event lake, processed inscripts/detect_employee_filter.py.- Boundary markers: Instructions inSKILL.mdrequire the agent to output the script's one-line results verbatim, limiting the agent's interaction with the raw data values.- Capability inventory: The skill can read and modify thebucket.jsonfile in the user's configuration directory.- Sanitization: The script uses a case-insensitive whitelist of specific keys (e.g., 'internal', 'employee') and strict boolean validation for values, preventing arbitrary content from being processed as a filter.
Audit Metadata