language-framework-specialist
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The content is entirely educational and instructional. It provides clear 'GOOD' vs 'BAD' code examples to steer the agent toward industry-standard best practices.
- [CREDENTIALS_UNSAFE] (SAFE): While some configuration files (like Hardhat or Pydantic) discuss API keys and private keys, they correctly demonstrate the use of environment variables and SecretStr types rather than hardcoding sensitive data.
- [EXTERNAL_DOWNLOADS] (SAFE): Installation instructions use official package managers (pip, npm, cargo, go) and target well-known, trusted libraries. No suspicious URLs or piped shell scripts (curl | bash) were found.
- [PROMPT_INJECTION] (SAFE): The instructions are designed to augment the agent's knowledge base for specific technical domains. They do not contain instructions to ignore previous rules or bypass safety filters.
- [DATA_EXFILTRATION] (SAFE): Network operations shown (e.g., in aiohttp or selenium) are standard usage patterns for those libraries and do not contain logic to send sensitive local data to external endpoints.
Audit Metadata