konecty-meta-access

Pass

Audited by Gen Agent Trust Hub on Mar 17, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes a local Python script scripts/meta_access.py to perform administrative operations such as showing, listing, and updating access profile metadata.
  • [SAFE]: The script meta_access.py accesses local configuration and credential files at ~/.konecty/.env and ~/.konecty/credentials. These paths are vendor-specific to Konecty and are used as intended to authenticate with the Konecty API.
  • [SAFE]: The provided Python script uses only the standard library (argparse, urllib, json, os) and does not involve external package dependencies or remote code execution.
  • [SAFE]: The skill performs network requests using urllib.request to a host defined in the user's credentials. These requests target the Konecty admin API prefix /api/admin/meta to manage metadata, aligning with the vendor's primary functionality.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 17, 2026, 07:25 PM