skills/jpropato/siba/Network 101/Gen Agent Trust Hub

Network 101

Warn

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION] (MEDIUM): The skill contains a high density of commands using sudo to perform system-wide changes, including installing software, modifying firewall rules (ufw), and managing system services (systemctl). While these are necessary for server configuration in a lab setting, they represent a significant privilege level.
  • [EXTERNAL_DOWNLOADS] (SAFE): The skill utilizes apt install to download standard service packages (apache2, snmpd, samba) from official, trusted distribution repositories. This is downgraded to SAFE/INFO per [TRUST-SCOPE-RULE].
  • [COMMAND_EXECUTION] (LOW): Potential surface for Indirect Prompt Injection (Category 8).
  • Ingestion points: Web server access logs (/var/log/apache2/access.log) are parsed using grep and awk.
  • Boundary markers: Absent; log data is processed directly.
  • Capability inventory: Extensive system modification capabilities via sudo across all configuration steps in SKILL.md.
  • Sanitization: Absent; the skill suggests raw log parsing.
  • Analysis: An attacker could potentially inject malicious strings into logs via HTTP requests to influence an agent's analysis, though the current commands are primarily for observation.
  • [CREDENTIALS_UNSAFE] (SAFE): The skill references common default community strings like 'public' and 'private' for SNMP and 'guest' access for SMB. These are used as configuration examples for a lab environment and do not constitute a leak of real production credentials.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Feb 17, 2026, 06:24 PM