lov-china-website-filing
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The kit includes Python scripts (
scripts/filing_record.py,scripts/profile_store.py) to manage local filing records and user profiles via shell commands. Static analysis detectedsubprocess.runcalls within the test suite (tests/test_filing_record.py), which are used for validating CLI functionality and do not impact the core skill safety. - [SAFE]: The skill implements explicit 'Authority Gates' in
references/authority-gates.md, instructing the agent to stop and wait for manual user authorization before performing high-impact actions like final submissions, uploading sensitive documents, or handling CAPTCHAs. - [SAFE]: Data handling logic in
scripts/profile_store.pyincludes a filter to prevent sensitive keys such as 'token', 'secret', or 'password' from being persisted in the local user profile.
Audit Metadata