scroll-reveal-libraries
Pass
Audited by Runlayer on Feb 28, 2026
Risk Level: LOW
Scan Summary
Flagged Files (1)
scroll-reveal-libraries/scripts/config_builder.pyLOW
73.8%
Tool passed security scan
Malicious tool definition detected
Description: 'true') elif option_info["type"] == "number": parser.add_argument(arg_name, type=int) else: parser.add_argument(arg_name, type=str) args = parser.parse_args() if args.list_presets: list_presets() elif args.preset or any(getattr(args, opt.replace('-', '_'), None) is not None for opt in CONFIG_OPTIONS.keys()): # CLI mode with preset or custom config if args.preset: config = PRESETS[args.preset]["config"].copy() else: config = {} # Override with CLI arguments for option_name in CONFIG_
Passed Files (5)Click to expand
scroll-reveal-libraries/SKILL.mdOK
44.9%
Tool passed security scan
scroll-reveal-libraries/scripts/aos_generator.pyOK
38.4%
Tool passed security scan
scroll-reveal-libraries/assets/README.mdOK
17.4%
Tool passed security scan
scroll-reveal-libraries/references/aos_api.mdOK
10.0%
Tool passed security scan
scroll-reveal-libraries/references/animation_catalog.mdOK
6.7%
Tool passed security scan
Audit Metadata