autumn-integrate
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of official vendor packages, including
autumn-js,autumn-sdk, and@useautumn/sdk, through standard package registries like npm and pip. - [COMMAND_EXECUTION]: The skill utilizes the
atmnCLI tool for project initialization and configuration management, including commands likeatmn initandatmn pushto synchronize billing plans. - [DATA_EXFILTRATION]: The skill facilitates the transmission of customer metadata, such as IDs, names, and emails, to the vendor's official API at
api.useautumn.com. This behavior is documented and inherent to the billing service functionality. - [INDIRECT_PROMPT_INJECTION]: The skill includes an attack surface where external data is ingested for processing.
- Ingestion points: Customer identifiers, names, and email addresses are ingested from the application's authentication provider as seen in
references/creating-customers.md. - Boundary markers: No explicit boundary markers or delimiters for user-supplied data are mentioned in the integration examples.
- Capability inventory: The skill uses network operations to communicate with
api.useautumn.comand writes local configuration files via theatmnCLI tool as described inreferences/setup.md. - Sanitization: There is no specific instruction for sanitizing or validating the customer-provided strings before they are passed to the SDK methods in the provided code snippets.
- [SAFE]: No malicious activities, obfuscated code, or unauthorized persistence mechanisms were found. The skill demonstrates safe practices by recommending the use of
.envfiles for managing theAUTUMN_SECRET_KEY.
Audit Metadata