autumn-gating
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The documentation mentions using
npx atmn initto initialize the project and generate configuration files. This is a standard project initialization pattern for the vendor's command-line interface. - [EXTERNAL_DOWNLOADS]: The skill references the installation and use of
autumn-jsfor Node.js environments andautumn_sdkfor Python environments. These are the official SDKs provided by the vendor for interacting with their service. - [DATA_EXFILTRATION]: The skill contains instructions for making network requests to
api.useautumn.com. These calls are necessary for the skill's primary purpose of checking feature entitlements and tracking usage data via the vendor's official API. - [INDIRECT_PROMPT_INJECTION]: The skill processes external identifiers such as
customerIdandfeatureIdwhich may originate from untrusted sources. However, the documentation explicitly instructs developers to perform checks on the backend and provides guidance on secure integration, which mitigates the risk of unauthorized access through input manipulation.
Audit Metadata