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.pyto perform administrative operations such as showing, listing, and updating access profile metadata. - [SAFE]: The script
meta_access.pyaccesses local configuration and credential files at~/.konecty/.envand~/.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.requestto a host defined in the user's credentials. These requests target the Konecty admin API prefix/api/admin/metato manage metadata, aligning with the vendor's primary functionality.
Audit Metadata