linkfox-aba-intelligent-query

Pass

Audited by Gen Agent Trust Hub on Aug 16, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses Python scripts (aba_query.py and onboarding.py) to interact with the LinkFox API and manage user accounts. These scripts are executed via the command line with JSON arguments.
  • [EXTERNAL_DOWNLOADS]: The onboarding.py script attempts to import the qrcode and requests libraries. If missing, it provides instructions for the user to install them via pip. While this involves downloading external code, it targets standard, well-known libraries from the official Python Package Index (PyPI) and requires manual user intervention.
  • [DATA_EXPOSURE]: The skill writes session logs and query results to a local linkfox/ directory within the project workspace. It specifically includes logic to avoid writing to system /tmp directories and ensures the location is writable by the current user. Sensitive data like LINKFOX_AGENT_API_KEY is retrieved from environment variables rather than being hardcoded.
  • [VENDOR_RESOURCES]: All network activity is directed toward official linkfox.com subdomains (e.g., tool-gateway.linkfox.com, api.linkfox.com). These are identified as legitimate resources belonging to the skill author (linkfox-ai).
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 16, 2026, 12:21 PM
Security Audit — agent-trust-hub — linkfox-aba-intelligent-query