Credential Access
High
- Category
- Privilege Escalation
- Content
Para CADA video/reel filtrado, ejecutar: ```bash [ -z "$SUPADATA_API_KEY" ] && [ -f "$HOME/.config/f100k/secrets.env" ] && set -a && . "$HOME/.config/f100k/secrets.env" && set +a curl -s -X GET "https://api.supadata.ai/v1/transcript?url=https://www.instagram.com/reel/[shortCode]/" \ -H "x-api-key: $SUPADATA_API_KEY" ```
- Confidence
- 88% confidence
- Finding
- The skill instructs sourcing a local secrets file into the shell environment at runtime, which is a form of credential access beyond using already-provisioned environment variables. In an agent setting, this broadens secret exposure and can unintentionally grant the skill access to additional credentials present in the file, especially if the file contains more than the single API key needed.
