instagram-skill
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process data from external, untrusted users via Instagram Direct Messages.
- Ingestion points: External content is pulled into the agent's context using the
instagram-cli readandinstagram-cli inboxcommands described in SKILL.md. - Boundary markers: The instructions recommend using
--output jsonwhich provides structural delimiters, but the skill does not define semantic boundaries or warnings to ignore instructions within the message body. - Capability inventory: The skill grants the agent capabilities to write to the local file system (using
--downloadand--file) and to send messages (usingsendandreply) as evidenced in SKILL.md. - Sanitization: The skill does not provide any mechanisms or instructions for sanitizing, validating, or filtering the content of incoming messages.
- [COMMAND_EXECUTION]: The skill functions by executing various subcommands of the
instagram-cliutility to perform its tasks.
Audit Metadata