security-data-security
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents an indirect prompt injection vulnerability surface. It is designed to ingest and classify untrusted data from file systems, database schemas, and network scan results, which could contain malicious instructions designed to influence the agent's behavior.
- Ingestion points:
references/data-discovery-classification.md(viacrawl_file_systemandcontent_scan_for_sensitive_datafunctions). - Boundary markers: Absent; the instructions in
SKILL.mddo not define delimiters for untrusted data or provide warnings to the agent to ignore embedded instructions. - Capability inventory: The skill includes capabilities to interact with cloud APIs (AWS KMS via
boto3), perform database operations, and access the local file system. - Sanitization: No logic is provided to sanitize or validate the content of discovered data before it enters the agent's context.
- [COMMAND_EXECUTION]: The skill executes external system commands via Python libraries to perform its stated purpose of data discovery.
- Evidence:
references/data-discovery-classification.mduses thenmaputility through thepython-nmaplibrary to scan network ranges for data services.
Audit Metadata