content-recycler
Pass
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: SAFE
Full Analysis
- COMMAND_EXECUTION (SAFE): The skill uses Python's standard library for all operations. There are no instances of
os.system,subprocess, or other shell command execution patterns. - DATA_EXFILTRATION (SAFE): No network libraries (like
requestsorurllib) are used. The skill does not communicate with external servers. - REMOTE_CODE_EXECUTION (SAFE): There are no remote downloads or execution of external scripts (e.g.,
curl | bash). All code is local and static. - CREDENTIALS_UNSAFE (SAFE): No hardcoded API keys, tokens, or secrets were found in the scripts or metadata.
- DYNAMIC_EXECUTION (SAFE): The scripts use standard string manipulation. No
eval(),exec(), or dynamic module loading is present. - PROMPT_INJECTION (SAFE): The skill does not contain instructions designed to override agent behavior or safety filters.
Audit Metadata