social-media-manager
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Analysis of SKILL.md and social_calendar_generator.py confirms the absence of malicious logic. The included Python script uses only the standard library and does not perform network operations, filesystem modifications (other than standard output), or subprocess execution.
- [PROMPT_INJECTION]: The skill instructions direct the agent to read an external file (marketing-context.md) for brand context, which is an ingestion point for untrusted data.
- Ingestion points: SKILL.md (instructions to read context).
- Boundary markers: Absent; no specific separators are used for the external data.
- Capability inventory: The skill lacks high-privilege tools such as network access, arbitrary code execution, or shell access.
- Sanitization: Absent; no filtering is applied to the ingested text.
Audit Metadata