aident-skill
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands such as
mkdir,curl, andpython3to manage local configuration and communicate with the Aident server.\n - Evidence: Usage in
SKILL.mdandscripts/test-rest-api.sh.\n- [DATA_EXFILTRATION]: Authentication tokens and integration parameters are sent to the vendor's domainapp.aident.aifor tool execution.\n - Evidence: API endpoints defined in
SKILL.mdandreferences/api.md.\n- [PROMPT_INJECTION]: The skill's ability to ingest data from over 1000 integrations (e.g., Gmail, Slack) introduces a surface for indirect prompt injection.\n - Ingestion points: Tool outputs from integrations like
skill_executeandplaybook_execute(SKILL.md).\n - Boundary markers: None; the skill does not instruct the agent to distinguish between instructions and integration data.\n
- Capability inventory: The skill has network access and writes to local storage (
~/.aident/credentials.json).\n - Sanitization: No explicit validation or sanitization of external data is mentioned in the provided documentation or scripts.
Audit Metadata