networkx
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill mentions installation of the networkx package, a well-known library for graph analysis.
- [PROMPT_INJECTION]: The skill includes functionality for reading graph data from external files, which is a standard requirement for its primary purpose.
- Ingestion points: Data ingestion occurs through nx.read_edgelist, nx.read_graphml, and nx.read_gml.
- Boundary markers: The skill does not use specific delimiters as it is a general-purpose analysis library.
- Capability inventory: Standard result-exporting capabilities are provided, including nx.write_graphml, plt.savefig, and df.to_csv.
- Sanitization: Data is handled using standard library formats without additional sanitization layers.
Audit Metadata