skills/mukul975/anthropic-cybersecurity-skills/performing-cloud-asset-inventory-with-cartography/Gen Agent Trust Hub
performing-cloud-asset-inventory-with-cartography
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/agent.pyusessubprocess.runto invoke thecartographycommand-line tool. This is a legitimate use case for the skill's purpose. The implementation is secure as it passes arguments as a list rather than a single string and avoids invoking a shell, thereby preventing command injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The skill requires the installation of well-known and trusted Python packages, specifically
cartographyandneo4j. It also provides instructions for deploying a standard Neo4j database via Docker. These dependencies are necessary for the skill's functionality and originate from reputable open-source sources. - [SAFE]: No malicious patterns, such as prompt injection, data exfiltration, or obfuscation, were identified. The skill correctly manages credentials using environment variables and provides educational Cypher queries for security monitoring without introducing new risks.
Audit Metadata