homescout-ingest
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Indirect Prompt Injection (LOW): The skill ingests untrusted data from local JSON/JSONL files (e.g.,
current.json,history/*.jsonl). Fields such ashostname,friendly_name, ornotesin the scan output could be influenced by an attacker on the network to contain prompt injection payloads. - Ingestion points:
current.json,history/*.jsonl,speedtests.jsonlviajq,rg, andawkcommands. - Boundary markers: None. The instructions do not specify using delimiters or warnings to treat the data as untrusted.
- Capability inventory: The skill uses subprocess execution for
jq,rg,awk, andgzip. It does not perform network operations or file writes. - Sanitization: No sanitization or validation of the JSON string content is performed before the agent processes the tool output.
Audit Metadata