Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npxto fetch and run the@useclawlink/clipackage from the NPM registry. This is a standard method for executing the official integration tool provided by the vendor. - [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands using the ClawLink CLI to manage Instagram actions, such as
npx @useclawlink/cli loginandnpx @useclawlink/cli run instagram. - [CREDENTIALS_UNSAFE]: The skill mentions the storage of credentials in
~/.clawlink/credentials.json. This is the standard configuration and token storage path for the ClawLink CLI tool and is not a hardcoded secret. - [PROMPT_INJECTION]: The skill is subject to indirect prompt injection because it processes user-generated content from Instagram (like comments and media descriptions) that could contain malicious instructions.
- Ingestion points: Data is ingested through actions like
instagram_get_ig_media_commentsandinstagram_get_ig_user_mediainSKILL.md. - Boundary markers: No specific boundary markers or instructions to ignore embedded commands are defined in the skill instructions.
- Capability inventory: The skill provides both read and write capabilities, including posting comments and publishing media.
- Sanitization: There are no explicit sanitization steps described for handling the content retrieved from Instagram APIs.
Audit Metadata