keyapi-facebook
Warn
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The script
scripts/configure-keyapi-auth.mjsaccesses and reads sensitive system files in the user's home directory, specifically shell profiles such as~/.bashrc,~/.zshrc,.profile, and Windows PowerShell profiles, to detect or retrieve theKEYAPI_TOKENcredential. - [COMMAND_EXECUTION]: The script
scripts/configure-keyapi-auth.mjsestablishes persistence for credentials by modifying the user's shell environment files to export theKEYAPI_TOKENvariable across sessions. - [EXTERNAL_DOWNLOADS]: The skill performs automated network requests to
docs.keyapi.aito fetch documentation andapi.keyapi.aito execute Facebook data operations. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface. Evidence: (1) Ingestion point:
scripts/search-keyapi-docs.mjsfetches external content fromhttps://docs.keyapi.ai/llms.txt. (2) Boundary markers: No delimiters or ignore instructions are present. (3) Capability inventory: The skill can execute shell commands via local scripts and perform network requests. (4) Sanitization: The ingested documentation data is used to dynamically construct API requests without validation or sanitization.
Audit Metadata