skills/mukul975/anthropic-cybersecurity-skills/detecting-container-runtime-threats-with-falco/Gen Agent Trust Hub
detecting-container-runtime-threats-with-falco
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/agent.pyfile usessubprocess.run()to execute the localfalcobinary for rule validation purposes. This is a legitimate functional requirement for a rule-validator tool and is gated by a check for the binary's existence usingshutil.which(). The command is restricted to a specific validation flag (--validate). - [EXTERNAL_DOWNLOADS]: The
SKILL.mdfile provides instructions to download Falco and its Helm charts from official sources (falco.org,github.com/falcosecurity). These are well-known, trusted services in the cybersecurity community and align with the skill's primary purpose of setting up a runtime security engine. - [SAFE]: The Python script
scripts/agent.pyperforms structural validation of YAML files and triage of JSON alert logs. It uses standard libraries (json,argparse,shutil) and follows best practices by usingyaml.safe_load_all()for parsing user-supplied rule files.
Audit Metadata