fcode-python
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation and template resource for developers. It outlines the execution environment (Python 3.13) and provides usage examples for platform-specific APIs such as
fcode.context,fcode.datastore, andfcode.storage. - [SAFE]: Guidance on secret management explicitly instructs users to read secrets from environment variables (
os.getenv) and warns against hardcoding or logging sensitive information. - [SAFE]: The use of
@add-packagefor dependency management is a documented platform feature for automatic installation of standard packages (e.g.,requests). - [SAFE]: Communication features like
fcode.send_mailand storage operations are scoped to the platform's internal architecture with built-in limits and predefined configurations.
Audit Metadata